Class InvoiceAssignmentAcknowledgementV01

java.lang.Object
org.coderic.iso20022.messages.tsin.InvoiceAssignmentAcknowledgementV01

public class InvoiceAssignmentAcknowledgementV01 extends Object

Java class for InvoiceAssignmentAcknowledgementV01 complex type.

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

 <complexType name="InvoiceAssignmentAcknowledgementV01">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Hdr" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}BusinessLetter1"/>
         <element name="PmtStsList" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}FinancingItemList1" maxOccurs="unbounded"/>
         <element name="PmtStsCnt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max15NumericText" minOccurs="0"/>
         <element name="ItmCnt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max15NumericText" minOccurs="0"/>
         <element name="CtrlSum" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}DecimalNumber" minOccurs="0"/>
         <element name="AttchdMsg" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}EncapsulatedBusinessMessage1" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • InvoiceAssignmentAcknowledgementV01

      public InvoiceAssignmentAcknowledgementV01()
  • 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
    • getPmtStsList

      public List<FinancingItemList1> getPmtStsList()
      Gets the value of the pmtStsList 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 pmtStsList property.

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

          getPmtStsList().add(newItem);
       

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

    • getPmtStsCnt

      public String getPmtStsCnt()
      Gets the value of the pmtStsCnt property.
      Returns:
      possible object is String
    • setPmtStsCnt

      public void setPmtStsCnt(String value)
      Sets the value of the pmtStsCnt property.
      Parameters:
      value - allowed object is String
    • getItmCnt

      public String getItmCnt()
      Gets the value of the itmCnt property.
      Returns:
      possible object is String
    • setItmCnt

      public void setItmCnt(String value)
      Sets the value of the itmCnt property.
      Parameters:
      value - allowed object is String
    • getCtrlSum

      public BigDecimal getCtrlSum()
      Gets the value of the ctrlSum property.
      Returns:
      possible object is BigDecimal
    • setCtrlSum

      public void setCtrlSum(BigDecimal value)
      Sets the value of the ctrlSum property.
      Parameters:
      value - allowed object is BigDecimal
    • 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