public class RemittanceAmount1 extends Object
Java class for RemittanceAmount1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RemittanceAmount1">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DuePyblAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
<element name="DscntApldAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
<element name="CdtNoteAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
<element name="TaxAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
<element name="AdjstmntAmtAndRsn" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}DocumentAdjustment1" maxOccurs="unbounded" minOccurs="0"/>
<element name="RmtdAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<DocumentAdjustment1> |
adjstmntAmtAndRsns |
protected ActiveOrHistoricCurrencyAndAmount |
cdtNoteAmt |
protected ActiveOrHistoricCurrencyAndAmount |
dscntApldAmt |
protected ActiveOrHistoricCurrencyAndAmount |
duePyblAmt |
protected ActiveOrHistoricCurrencyAndAmount |
rmtdAmt |
protected ActiveOrHistoricCurrencyAndAmount |
taxAmt |
| Constructor and Description |
|---|
RemittanceAmount1() |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentAdjustment1> |
getAdjstmntAmtAndRsns()
Gets the value of the adjstmntAmtAndRsns property.
|
ActiveOrHistoricCurrencyAndAmount |
getCdtNoteAmt()
Gets the value of the cdtNoteAmt property.
|
ActiveOrHistoricCurrencyAndAmount |
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.
|
ActiveOrHistoricCurrencyAndAmount |
getTaxAmt()
Gets the value of the taxAmt property.
|
void |
setCdtNoteAmt(ActiveOrHistoricCurrencyAndAmount value)
Sets the value of the cdtNoteAmt property.
|
void |
setDscntApldAmt(ActiveOrHistoricCurrencyAndAmount value)
Sets the value of the dscntApldAmt property.
|
void |
setDuePyblAmt(ActiveOrHistoricCurrencyAndAmount value)
Sets the value of the duePyblAmt property.
|
void |
setRmtdAmt(ActiveOrHistoricCurrencyAndAmount value)
Sets the value of the rmtdAmt property.
|
void |
setTaxAmt(ActiveOrHistoricCurrencyAndAmount value)
Sets the value of the taxAmt property.
|
protected ActiveOrHistoricCurrencyAndAmount duePyblAmt
protected ActiveOrHistoricCurrencyAndAmount dscntApldAmt
protected ActiveOrHistoricCurrencyAndAmount cdtNoteAmt
protected ActiveOrHistoricCurrencyAndAmount taxAmt
protected List<DocumentAdjustment1> adjstmntAmtAndRsns
protected ActiveOrHistoricCurrencyAndAmount rmtdAmt
public ActiveOrHistoricCurrencyAndAmount getDuePyblAmt()
ActiveOrHistoricCurrencyAndAmountpublic void setDuePyblAmt(ActiveOrHistoricCurrencyAndAmount value)
value - allowed object is
ActiveOrHistoricCurrencyAndAmountpublic ActiveOrHistoricCurrencyAndAmount getDscntApldAmt()
ActiveOrHistoricCurrencyAndAmountpublic void setDscntApldAmt(ActiveOrHistoricCurrencyAndAmount value)
value - allowed object is
ActiveOrHistoricCurrencyAndAmountpublic ActiveOrHistoricCurrencyAndAmount getCdtNoteAmt()
ActiveOrHistoricCurrencyAndAmountpublic void setCdtNoteAmt(ActiveOrHistoricCurrencyAndAmount value)
value - allowed object is
ActiveOrHistoricCurrencyAndAmountpublic ActiveOrHistoricCurrencyAndAmount getTaxAmt()
ActiveOrHistoricCurrencyAndAmountpublic void setTaxAmt(ActiveOrHistoricCurrencyAndAmount value)
value - allowed object is
ActiveOrHistoricCurrencyAndAmountpublic List<DocumentAdjustment1> getAdjstmntAmtAndRsns()
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 adjstmntAmtAndRsns property.
For example, to add a new item, do as follows:
getAdjstmntAmtAndRsns().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 © 2019. All rights reserved.