Class PartyEventAdviceV01
Java class for PartyEventAdviceV01 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartyEventAdviceV01"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Hdr" type="{urn:iso:std:iso:20022:tech:xsd:tsmt.055.001.01}BusinessLetter1"/> <element name="EvtNtce" type="{urn:iso:std:iso:20022:tech:xsd:tsmt.055.001.01}EventDescription1" maxOccurs="unbounded"/> <element name="EvtCnt" type="{urn:iso:std:iso:20022:tech:xsd:tsmt.055.001.01}Max15NumericText" minOccurs="0"/> <element name="AttchdMsg" type="{urn:iso:std:iso:20022:tech:xsd:tsmt.055.001.01}EncapsulatedBusinessMessage1" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attchdMsg property.Gets the value of the evtCnt property.Gets the value of the evtNtce property.getHdr()
Gets the value of the hdr property.void
Sets the value of the evtCnt property.void
setHdr
(BusinessLetter1 value) Sets the value of the hdr property.
-
Constructor Details
-
PartyEventAdviceV01
public PartyEventAdviceV01()
-
-
Method Details
-
getHdr
Gets the value of the hdr property.- Returns:
- possible object is
BusinessLetter1
-
setHdr
Sets the value of the hdr property.- Parameters:
value
- allowed object isBusinessLetter1
-
getEvtNtce
Gets the value of the evtNtce 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 evtNtce property.For example, to add a new item, do as follows:
getEvtNtce().add(newItem);
Objects of the following type(s) are allowed in the list
EventDescription1
-
getEvtCnt
Gets the value of the evtCnt property.- Returns:
- possible object is
String
-
setEvtCnt
Sets the value of the evtCnt property.- Parameters:
value
- allowed object isString
-
getAttchdMsg
Gets the value of the attchdMsg 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 attchdMsg property.For example, to add a new item, do as follows:
getAttchdMsg().add(newItem);
Objects of the following type(s) are allowed in the list
EncapsulatedBusinessMessage1
-