Class PartyEventAdviceV01

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

public class PartyEventAdviceV01 extends Object

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 Details

    • PartyEventAdviceV01

      public PartyEventAdviceV01()
  • Method Details

    • getHdr

      public BusinessLetter1 getHdr()
      Gets the value of the hdr property.
      Returns:
      possible object is BusinessLetter1
    • setHdr

      public void setHdr(BusinessLetter1 value)
      Sets the value of the hdr property.
      Parameters:
      value - allowed object is BusinessLetter1
    • getEvtNtce

      public List<EventDescription1> 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

      public String getEvtCnt()
      Gets the value of the evtCnt property.
      Returns:
      possible object is String
    • setEvtCnt

      public void setEvtCnt(String value)
      Sets the value of the evtCnt property.
      Parameters:
      value - allowed object is String
    • getAttchdMsg

      public List<EncapsulatedBusinessMessage1> 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