Class EventDescription1

java.lang.Object
org.coderic.iso20022.messages.tsmt.EventDescription1

public class EventDescription1 extends Object

Java class for EventDescription1 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="EventDescription1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Idr" type="{urn:iso:std:iso:20022:tech:xsd:tsmt.055.001.01}Max35Text"/>
         <element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:tsmt.055.001.01}ISODateTime" minOccurs="0"/>
         <element name="Rcpt" type="{http://www.w3.org/2001/XMLSchema}IDREF"/>
         <element name="Advsr" type="{http://www.w3.org/2001/XMLSchema}IDREF"/>
         <element name="OthrPty" type="{http://www.w3.org/2001/XMLSchema}IDREF" maxOccurs="unbounded" minOccurs="0"/>
         <element name="LangCd" type="{urn:iso:std:iso:20022:tech:xsd:tsmt.055.001.01}LanguageCode"/>
         <element name="Desc" type="{urn:iso:std:iso:20022:tech:xsd:tsmt.055.001.01}Max2000Text"/>
         <element name="RltdDoc" type="{http://www.w3.org/2001/XMLSchema}IDREF" maxOccurs="unbounded" minOccurs="0"/>
         <element name="RltdLttr" type="{http://www.w3.org/2001/XMLSchema}IDREF" maxOccurs="unbounded" minOccurs="0"/>
         <element name="RltdMsg" type="{http://www.w3.org/2001/XMLSchema}IDREF" maxOccurs="unbounded" minOccurs="0"/>
         <element name="AssoctdDoc" type="{http://www.w3.org/2001/XMLSchema}IDREF" maxOccurs="unbounded" minOccurs="0"/>
         <element name="GovngCtrct" type="{http://www.w3.org/2001/XMLSchema}IDREF" maxOccurs="unbounded" minOccurs="0"/>
         <element name="LglCntxt" type="{http://www.w3.org/2001/XMLSchema}IDREF" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • EventDescription1

      public EventDescription1()
  • Method Details

    • getIdr

      public String getIdr()
      Gets the value of the idr property.
      Returns:
      possible object is String
    • setIdr

      public void setIdr(String value)
      Sets the value of the idr property.
      Parameters:
      value - allowed object is String
    • getDt

      public XMLGregorianCalendar getDt()
      Gets the value of the dt property.
      Returns:
      possible object is XMLGregorianCalendar
    • setDt

      public void setDt(XMLGregorianCalendar value)
      Sets the value of the dt property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getRcpt

      public Object getRcpt()
      Gets the value of the rcpt property.
      Returns:
      possible object is Object
    • setRcpt

      public void setRcpt(Object value)
      Sets the value of the rcpt property.
      Parameters:
      value - allowed object is Object
    • getAdvsr

      public Object getAdvsr()
      Gets the value of the advsr property.
      Returns:
      possible object is Object
    • setAdvsr

      public void setAdvsr(Object value)
      Sets the value of the advsr property.
      Parameters:
      value - allowed object is Object
    • getOthrPty

      public List<jakarta.xml.bind.JAXBElement<Object>> getOthrPty()
      Gets the value of the othrPty property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the othrPty property.

      For example, to add a new item, do as follows:

          getOthrPty().add(newItem);
       

      Objects of the following type(s) are allowed in the list JAXBElement<Object>

    • getLangCd

      public String getLangCd()
      Gets the value of the langCd property.
      Returns:
      possible object is String
    • setLangCd

      public void setLangCd(String value)
      Sets the value of the langCd property.
      Parameters:
      value - allowed object is String
    • getDesc

      public String getDesc()
      Gets the value of the desc property.
      Returns:
      possible object is String
    • setDesc

      public void setDesc(String value)
      Sets the value of the desc property.
      Parameters:
      value - allowed object is String
    • getRltdDoc

      public List<jakarta.xml.bind.JAXBElement<Object>> getRltdDoc()
      Gets the value of the rltdDoc property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the rltdDoc property.

      For example, to add a new item, do as follows:

          getRltdDoc().add(newItem);
       

      Objects of the following type(s) are allowed in the list JAXBElement<Object>

    • getRltdLttr

      public List<jakarta.xml.bind.JAXBElement<Object>> getRltdLttr()
      Gets the value of the rltdLttr property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the rltdLttr property.

      For example, to add a new item, do as follows:

          getRltdLttr().add(newItem);
       

      Objects of the following type(s) are allowed in the list JAXBElement<Object>

    • getRltdMsg

      public List<jakarta.xml.bind.JAXBElement<Object>> getRltdMsg()
      Gets the value of the rltdMsg property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the rltdMsg property.

      For example, to add a new item, do as follows:

          getRltdMsg().add(newItem);
       

      Objects of the following type(s) are allowed in the list JAXBElement<Object>

    • getAssoctdDoc

      public List<jakarta.xml.bind.JAXBElement<Object>> getAssoctdDoc()
      Gets the value of the assoctdDoc property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the assoctdDoc property.

      For example, to add a new item, do as follows:

          getAssoctdDoc().add(newItem);
       

      Objects of the following type(s) are allowed in the list JAXBElement<Object>

    • getGovngCtrct

      public List<jakarta.xml.bind.JAXBElement<Object>> getGovngCtrct()
      Gets the value of the govngCtrct property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the govngCtrct property.

      For example, to add a new item, do as follows:

          getGovngCtrct().add(newItem);
       

      Objects of the following type(s) are allowed in the list JAXBElement<Object>

    • getLglCntxt

      public Object getLglCntxt()
      Gets the value of the lglCntxt property.
      Returns:
      possible object is Object
    • setLglCntxt

      public void setLglCntxt(Object value)
      Sets the value of the lglCntxt property.
      Parameters:
      value - allowed object is Object