public class RemittanceAmount1
extends java.lang.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:camt.052.001.02}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/> <element name="DscntApldAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/> <element name="CdtNoteAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/> <element name="TaxAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/> <element name="AdjstmntAmtAndRsn" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}DocumentAdjustment1" maxOccurs="unbounded" minOccurs="0"/> <element name="RmtdAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected java.util.List<DocumentAdjustment1> |
adjstmntAmtAndRsn |
|
protected ActiveOrHistoricCurrencyAndAmount |
cdtNoteAmt |
|
protected ActiveOrHistoricCurrencyAndAmount |
dscntApldAmt |
|
protected ActiveOrHistoricCurrencyAndAmount |
duePyblAmt |
|
protected ActiveOrHistoricCurrencyAndAmount |
rmtdAmt |
|
protected ActiveOrHistoricCurrencyAndAmount |
taxAmt |
Constructor | Description |
---|---|
RemittanceAmount1() |
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.
|
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 java.util.List<DocumentAdjustment1> adjstmntAmtAndRsn
protected ActiveOrHistoricCurrencyAndAmount rmtdAmt
public ActiveOrHistoricCurrencyAndAmount getDuePyblAmt()
ActiveOrHistoricCurrencyAndAmount
public void setDuePyblAmt(ActiveOrHistoricCurrencyAndAmount value)
value
- allowed object is
ActiveOrHistoricCurrencyAndAmount
public ActiveOrHistoricCurrencyAndAmount getDscntApldAmt()
ActiveOrHistoricCurrencyAndAmount
public void setDscntApldAmt(ActiveOrHistoricCurrencyAndAmount value)
value
- allowed object is
ActiveOrHistoricCurrencyAndAmount
public ActiveOrHistoricCurrencyAndAmount getCdtNoteAmt()
ActiveOrHistoricCurrencyAndAmount
public void setCdtNoteAmt(ActiveOrHistoricCurrencyAndAmount value)
value
- allowed object is
ActiveOrHistoricCurrencyAndAmount
public ActiveOrHistoricCurrencyAndAmount getTaxAmt()
ActiveOrHistoricCurrencyAndAmount
public void setTaxAmt(ActiveOrHistoricCurrencyAndAmount value)
value
- allowed object is
ActiveOrHistoricCurrencyAndAmount
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()
ActiveOrHistoricCurrencyAndAmount
public void setRmtdAmt(ActiveOrHistoricCurrencyAndAmount value)
value
- allowed object is
ActiveOrHistoricCurrencyAndAmount
Copyright © 2018. All rights reserved.