public class RemittanceAmount3 extends 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.07}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
<element name="DscntApldAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}DiscountAmountAndType1" maxOccurs="unbounded" minOccurs="0"/>
<element name="CdtNoteAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
<element name="TaxAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}TaxAmountAndType1" maxOccurs="unbounded" minOccurs="0"/>
<element name="AdjstmntAmtAndRsn" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}DocumentAdjustment1" maxOccurs="unbounded" minOccurs="0"/>
<element name="RmtdAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<DocumentAdjustment1> |
adjstmntAmtAndRsn |
protected ActiveOrHistoricCurrencyAndAmount |
cdtNoteAmt |
protected List<DiscountAmountAndType1> |
dscntApldAmt |
protected ActiveOrHistoricCurrencyAndAmount |
duePyblAmt |
protected ActiveOrHistoricCurrencyAndAmount |
rmtdAmt |
protected List<TaxAmountAndType1> |
taxAmt |
| Constructor and Description |
|---|
RemittanceAmount3() |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentAdjustment1> |
getAdjstmntAmtAndRsn()
Gets the value of the adjstmntAmtAndRsn property.
|
ActiveOrHistoricCurrencyAndAmount |
getCdtNoteAmt()
Gets the value of the cdtNoteAmt property.
|
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.
|
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 List<DiscountAmountAndType1> dscntApldAmt
protected ActiveOrHistoricCurrencyAndAmount cdtNoteAmt
protected List<TaxAmountAndType1> taxAmt
protected List<DocumentAdjustment1> adjstmntAmtAndRsn
protected ActiveOrHistoricCurrencyAndAmount rmtdAmt
public ActiveOrHistoricCurrencyAndAmount getDuePyblAmt()
ActiveOrHistoricCurrencyAndAmountpublic void setDuePyblAmt(ActiveOrHistoricCurrencyAndAmount value)
value - allowed object is
ActiveOrHistoricCurrencyAndAmountpublic 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 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 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.