Class UndertakingStatusAdvice1

java.lang.Object
org.coderic.iso20022.messages.tsrv.UndertakingStatusAdvice1

public class UndertakingStatusAdvice1 extends Object

Java class for UndertakingStatusAdvice1 complex type.

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

 <complexType name="UndertakingStatusAdvice1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="InitgPty" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}PartyIdentification43"/>
         <element name="UdrtkgId" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}Undertaking8" minOccurs="0"/>
         <element name="AmdmntSeqNb" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}Number" minOccurs="0"/>
         <element name="AdvsgPtyRefNb" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}Max35Text" minOccurs="0"/>
         <element name="CnfrmrRefNb" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}Max35Text" minOccurs="0"/>
         <element name="StsCtgy" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}ExternalUndertakingStatusCategory1Code"/>
         <element name="Sts" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}UndertakingStatus3Code"/>
         <element name="StsRsn" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}StatusReasonInformation8" maxOccurs="unbounded" minOccurs="0"/>
         <element name="RptdAmt" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}ReportedAmount1" maxOccurs="unbounded" minOccurs="0"/>
         <element name="OrgnlMsgDtls" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}OriginalMessage1" minOccurs="0"/>
         <element name="NclsdFile" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}Document9" maxOccurs="unbounded" minOccurs="0"/>
         <element name="AddtlInf" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}Max2000Text" maxOccurs="5" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • UndertakingStatusAdvice1

      public UndertakingStatusAdvice1()
  • Method Details

    • getInitgPty

      public PartyIdentification43 getInitgPty()
      Gets the value of the initgPty property.
      Returns:
      possible object is PartyIdentification43
    • setInitgPty

      public void setInitgPty(PartyIdentification43 value)
      Sets the value of the initgPty property.
      Parameters:
      value - allowed object is PartyIdentification43
    • getUdrtkgId

      public Undertaking8 getUdrtkgId()
      Gets the value of the udrtkgId property.
      Returns:
      possible object is Undertaking8
    • setUdrtkgId

      public void setUdrtkgId(Undertaking8 value)
      Sets the value of the udrtkgId property.
      Parameters:
      value - allowed object is Undertaking8
    • getAmdmntSeqNb

      public BigDecimal getAmdmntSeqNb()
      Gets the value of the amdmntSeqNb property.
      Returns:
      possible object is BigDecimal
    • setAmdmntSeqNb

      public void setAmdmntSeqNb(BigDecimal value)
      Sets the value of the amdmntSeqNb property.
      Parameters:
      value - allowed object is BigDecimal
    • getAdvsgPtyRefNb

      public String getAdvsgPtyRefNb()
      Gets the value of the advsgPtyRefNb property.
      Returns:
      possible object is String
    • setAdvsgPtyRefNb

      public void setAdvsgPtyRefNb(String value)
      Sets the value of the advsgPtyRefNb property.
      Parameters:
      value - allowed object is String
    • getCnfrmrRefNb

      public String getCnfrmrRefNb()
      Gets the value of the cnfrmrRefNb property.
      Returns:
      possible object is String
    • setCnfrmrRefNb

      public void setCnfrmrRefNb(String value)
      Sets the value of the cnfrmrRefNb property.
      Parameters:
      value - allowed object is String
    • getStsCtgy

      public String getStsCtgy()
      Gets the value of the stsCtgy property.
      Returns:
      possible object is String
    • setStsCtgy

      public void setStsCtgy(String value)
      Sets the value of the stsCtgy property.
      Parameters:
      value - allowed object is String
    • getSts

      public UndertakingStatus3Code getSts()
      Gets the value of the sts property.
      Returns:
      possible object is UndertakingStatus3Code
    • setSts

      public void setSts(UndertakingStatus3Code value)
      Sets the value of the sts property.
      Parameters:
      value - allowed object is UndertakingStatus3Code
    • getStsRsn

      public List<StatusReasonInformation8> getStsRsn()
      Gets the value of the stsRsn 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 stsRsn property.

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

          getStsRsn().add(newItem);
       

      Objects of the following type(s) are allowed in the list StatusReasonInformation8

    • getRptdAmt

      public List<ReportedAmount1> getRptdAmt()
      Gets the value of the rptdAmt 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 rptdAmt property.

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

          getRptdAmt().add(newItem);
       

      Objects of the following type(s) are allowed in the list ReportedAmount1

    • getOrgnlMsgDtls

      public OriginalMessage1 getOrgnlMsgDtls()
      Gets the value of the orgnlMsgDtls property.
      Returns:
      possible object is OriginalMessage1
    • setOrgnlMsgDtls

      public void setOrgnlMsgDtls(OriginalMessage1 value)
      Sets the value of the orgnlMsgDtls property.
      Parameters:
      value - allowed object is OriginalMessage1
    • getNclsdFile

      public List<Document9> getNclsdFile()
      Gets the value of the nclsdFile 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 nclsdFile property.

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

          getNclsdFile().add(newItem);
       

      Objects of the following type(s) are allowed in the list Document9

    • getAddtlInf

      public List<String> getAddtlInf()
      Gets the value of the addtlInf 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 addtlInf property.

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

          getAddtlInf().add(newItem);
       

      Objects of the following type(s) are allowed in the list String