Class RemittanceAmount4
Java class for RemittanceAmount4 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RemittanceAmount4">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RmtAmtAndTp" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.14}DocumentAmount1" maxOccurs="unbounded" minOccurs="0"/>
<element name="AdjstmntAmtAndRsn" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.14}DocumentAdjustment1" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<DocumentAdjustment1> protected List<DocumentAmount1> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the adjstmntAmtAndRsn property.Gets the value of the rmtAmtAndTp property.
-
Field Details
-
rmtAmtAndTp
-
adjstmntAmtAndRsn
-
-
Constructor Details
-
RemittanceAmount4
public RemittanceAmount4()
-
-
Method Details
-
getRmtAmtAndTp
Gets the value of the rmtAmtAndTp 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 JAXB object. This is why there is not a
setmethod for the rmtAmtAndTp property.For example, to add a new item, do as follows:
getRmtAmtAndTp().add(newItem);Objects of the following type(s) are allowed in the list
DocumentAmount1 -
getAdjstmntAmtAndRsn
Gets the value of the adjstmntAmtAndRsn 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 JAXB object. This is why there is not a
setmethod for the adjstmntAmtAndRsn property.For example, to add a new item, do as follows:
getAdjstmntAmtAndRsn().add(newItem);Objects of the following type(s) are allowed in the list
DocumentAdjustment1
-