public class RemittanceAmount3
extends java.lang.Object
Java class for RemittanceAmount3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RemittanceAmount3">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DuePyblAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
<element name="DscntApldAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}DiscountAmountAndType1" maxOccurs="unbounded" minOccurs="0"/>
<element name="CdtNoteAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
<element name="TaxAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}TaxAmountAndType1" maxOccurs="unbounded" minOccurs="0"/>
<element name="AdjstmntAmtAndRsn" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}DocumentAdjustment1" maxOccurs="unbounded" minOccurs="0"/>
<element name="RmtdAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected java.util.List<DocumentAdjustment1> |
adjstmntAmtAndRsn |
|
protected ActiveOrHistoricCurrencyAndAmount |
cdtNoteAmt |
|
protected java.util.List<DiscountAmountAndType1> |
dscntApldAmt |
|
protected ActiveOrHistoricCurrencyAndAmount |
duePyblAmt |
|
protected ActiveOrHistoricCurrencyAndAmount |
rmtdAmt |
|
protected java.util.List<TaxAmountAndType1> |
taxAmt |
| Constructor | Description |
|---|---|
RemittanceAmount3() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<DocumentAdjustment1> |
getAdjstmntAmtAndRsn() |
Gets the value of the adjstmntAmtAndRsn property.
|
ActiveOrHistoricCurrencyAndAmount |
getCdtNoteAmt() |
Gets the value of the cdtNoteAmt property.
|
java.util.List<DiscountAmountAndType1> |
getDscntApldAmt() |
Gets the value of the dscntApldAmt property.
|
ActiveOrHistoricCurrencyAndAmount |
getDuePyblAmt() |
Gets the value of the duePyblAmt property.
|
ActiveOrHistoricCurrencyAndAmount |
getRmtdAmt() |
Gets the value of the rmtdAmt property.
|
java.util.List<TaxAmountAndType1> |
getTaxAmt() |
Gets the value of the taxAmt property.
|
void |
setCdtNoteAmt(ActiveOrHistoricCurrencyAndAmount value) |
Sets the value of the cdtNoteAmt property.
|
void |
setDuePyblAmt(ActiveOrHistoricCurrencyAndAmount value) |
Sets the value of the duePyblAmt property.
|
void |
setRmtdAmt(ActiveOrHistoricCurrencyAndAmount value) |
Sets the value of the rmtdAmt property.
|
protected ActiveOrHistoricCurrencyAndAmount duePyblAmt
protected java.util.List<DiscountAmountAndType1> dscntApldAmt
protected ActiveOrHistoricCurrencyAndAmount cdtNoteAmt
protected java.util.List<TaxAmountAndType1> taxAmt
protected java.util.List<DocumentAdjustment1> adjstmntAmtAndRsn
protected ActiveOrHistoricCurrencyAndAmount rmtdAmt
public ActiveOrHistoricCurrencyAndAmount getDuePyblAmt()
ActiveOrHistoricCurrencyAndAmountpublic void setDuePyblAmt(ActiveOrHistoricCurrencyAndAmount value)
value - allowed object is
ActiveOrHistoricCurrencyAndAmountpublic java.util.List<DiscountAmountAndType1> getDscntApldAmt()
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 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
public ActiveOrHistoricCurrencyAndAmount getCdtNoteAmt()
ActiveOrHistoricCurrencyAndAmountpublic void setCdtNoteAmt(ActiveOrHistoricCurrencyAndAmount value)
value - allowed object is
ActiveOrHistoricCurrencyAndAmountpublic java.util.List<TaxAmountAndType1> getTaxAmt()
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 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
public java.util.List<DocumentAdjustment1> getAdjstmntAmtAndRsn()
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 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
public ActiveOrHistoricCurrencyAndAmount getRmtdAmt()
ActiveOrHistoricCurrencyAndAmountpublic void setRmtdAmt(ActiveOrHistoricCurrencyAndAmount value)
value - allowed object is
ActiveOrHistoricCurrencyAndAmountCopyright © 2018. All rights reserved.