Class EventDescription1
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAdvsr()
Gets the value of the advsr property.Gets the value of the assoctdDoc property.getDesc()
Gets the value of the desc property.getDt()
Gets the value of the dt property.Gets the value of the govngCtrct property.getIdr()
Gets the value of the idr property.Gets the value of the langCd property.Gets the value of the lglCntxt property.Gets the value of the othrPty property.getRcpt()
Gets the value of the rcpt property.Gets the value of the rltdDoc property.Gets the value of the rltdLttr property.Gets the value of the rltdMsg property.void
Sets the value of the advsr property.void
Sets the value of the desc property.void
setDt
(XMLGregorianCalendar value) Sets the value of the dt property.void
Sets the value of the idr property.void
Sets the value of the langCd property.void
setLglCntxt
(Object value) Sets the value of the lglCntxt property.void
Sets the value of the rcpt property.
-
Constructor Details
-
EventDescription1
public EventDescription1()
-
-
Method Details
-
getIdr
Gets the value of the idr property.- Returns:
- possible object is
String
-
setIdr
Sets the value of the idr property.- Parameters:
value
- allowed object isString
-
getDt
Gets the value of the dt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDt
Sets the value of the dt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getRcpt
Gets the value of the rcpt property.- Returns:
- possible object is
Object
-
setRcpt
Sets the value of the rcpt property.- Parameters:
value
- allowed object isObject
-
getAdvsr
Gets the value of the advsr property.- Returns:
- possible object is
Object
-
setAdvsr
Sets the value of the advsr property.- Parameters:
value
- allowed object isObject
-
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
Gets the value of the langCd property.- Returns:
- possible object is
String
-
setLangCd
Sets the value of the langCd property.- Parameters:
value
- allowed object isString
-
getDesc
Gets the value of the desc property.- Returns:
- possible object is
String
-
setDesc
Sets the value of the desc property.- Parameters:
value
- allowed object isString
-
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
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
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
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
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
Gets the value of the lglCntxt property.- Returns:
- possible object is
Object
-
setLglCntxt
Sets the value of the lglCntxt property.- Parameters:
value
- allowed object isObject
-