Class InvoiceAssignmentAcknowledgementV01
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attchdMsg property.Gets the value of the ctrlSum property.getHdr()
Gets the value of the hdr property.Gets the value of the itmCnt property.Gets the value of the pmtStsCnt property.Gets the value of the pmtStsList property.void
setCtrlSum
(BigDecimal value) Sets the value of the ctrlSum property.void
setHdr
(BusinessLetter1 value) Sets the value of the hdr property.void
Sets the value of the itmCnt property.void
setPmtStsCnt
(String value) Sets the value of the pmtStsCnt property.
-
Constructor Details
-
InvoiceAssignmentAcknowledgementV01
public InvoiceAssignmentAcknowledgementV01()
-
-
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
-
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
Gets the value of the pmtStsCnt property.- Returns:
- possible object is
String
-
setPmtStsCnt
Sets the value of the pmtStsCnt property.- Parameters:
value
- allowed object isString
-
getItmCnt
Gets the value of the itmCnt property.- Returns:
- possible object is
String
-
setItmCnt
Sets the value of the itmCnt property.- Parameters:
value
- allowed object isString
-
getCtrlSum
Gets the value of the ctrlSum property.- Returns:
- possible object is
BigDecimal
-
setCtrlSum
Sets the value of the ctrlSum property.- Parameters:
value
- allowed object isBigDecimal
-
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
-