Class RemittanceAmount2
Java class for RemittanceAmount2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RemittanceAmount2"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DuePyblAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/> <element name="DscntApldAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}DiscountAmountAndType1" maxOccurs="unbounded" minOccurs="0"/> <element name="CdtNoteAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/> <element name="TaxAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}TaxAmountAndType1" maxOccurs="unbounded" minOccurs="0"/> <element name="AdjstmntAmtAndRsn" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}DocumentAdjustment1" maxOccurs="unbounded" minOccurs="0"/> <element name="RmtdAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the adjstmntAmtAndRsn property.Gets the value of the cdtNoteAmt property.Gets the value of the dscntApldAmt property.Gets the value of the duePyblAmt property.Gets the value of the rmtdAmt property.Gets the value of the taxAmt property.void
Sets the value of the cdtNoteAmt property.void
Sets the value of the duePyblAmt property.void
Sets the value of the rmtdAmt property.
-
Constructor Details
-
RemittanceAmount2
public RemittanceAmount2()
-
-
Method Details
-
getDuePyblAmt
Gets the value of the duePyblAmt property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setDuePyblAmt
Sets the value of the duePyblAmt property.- Parameters:
value
- allowed object isActiveOrHistoricCurrencyAndAmount
-
getDscntApldAmt
Gets the value of the dscntApldAmt 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 dscntApldAmt property.For example, to add a new item, do as follows:
getDscntApldAmt().add(newItem);
Objects of the following type(s) are allowed in the list
DiscountAmountAndType1
-
getCdtNoteAmt
Gets the value of the cdtNoteAmt property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setCdtNoteAmt
Sets the value of the cdtNoteAmt property.- Parameters:
value
- allowed object isActiveOrHistoricCurrencyAndAmount
-
getTaxAmt
Gets the value of the taxAmt 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 taxAmt property.For example, to add a new item, do as follows:
getTaxAmt().add(newItem);
Objects of the following type(s) are allowed in the list
TaxAmountAndType1
-
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 Jakarta XML Binding object. This is why there is not a
set
method 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
-
getRmtdAmt
Gets the value of the rmtdAmt property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setRmtdAmt
Sets the value of the rmtdAmt property.- Parameters:
value
- allowed object isActiveOrHistoricCurrencyAndAmount
-