Class RemittanceAmount2
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_05.RemittanceAmount2
-
public class RemittanceAmount2 extends java.lang.ObjectJava 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.052.001.05}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/> <element name="DscntApldAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}DiscountAmountAndType1" maxOccurs="unbounded" minOccurs="0"/> <element name="CdtNoteAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/> <element name="TaxAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}TaxAmountAndType1" maxOccurs="unbounded" minOccurs="0"/> <element name="AdjstmntAmtAndRsn" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}DocumentAdjustment1" maxOccurs="unbounded" minOccurs="0"/> <element name="RmtdAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<DocumentAdjustment1>adjstmntAmtAndRsnprotected ActiveOrHistoricCurrencyAndAmountcdtNoteAmtprotected java.util.List<DiscountAmountAndType1>dscntApldAmtprotected ActiveOrHistoricCurrencyAndAmountduePyblAmtprotected ActiveOrHistoricCurrencyAndAmountrmtdAmtprotected java.util.List<TaxAmountAndType1>taxAmt
-
Constructor Summary
Constructors Constructor Description RemittanceAmount2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<DocumentAdjustment1>getAdjstmntAmtAndRsn()Gets the value of the adjstmntAmtAndRsn property.ActiveOrHistoricCurrencyAndAmountgetCdtNoteAmt()Gets the value of the cdtNoteAmt property.java.util.List<DiscountAmountAndType1>getDscntApldAmt()Gets the value of the dscntApldAmt property.ActiveOrHistoricCurrencyAndAmountgetDuePyblAmt()Gets the value of the duePyblAmt property.ActiveOrHistoricCurrencyAndAmountgetRmtdAmt()Gets the value of the rmtdAmt property.java.util.List<TaxAmountAndType1>getTaxAmt()Gets the value of the taxAmt property.voidsetCdtNoteAmt(ActiveOrHistoricCurrencyAndAmount value)Sets the value of the cdtNoteAmt property.voidsetDuePyblAmt(ActiveOrHistoricCurrencyAndAmount value)Sets the value of the duePyblAmt property.voidsetRmtdAmt(ActiveOrHistoricCurrencyAndAmount value)Sets the value of the rmtdAmt property.
-
-
-
Field Detail
-
duePyblAmt
protected ActiveOrHistoricCurrencyAndAmount duePyblAmt
-
dscntApldAmt
protected java.util.List<DiscountAmountAndType1> dscntApldAmt
-
cdtNoteAmt
protected ActiveOrHistoricCurrencyAndAmount cdtNoteAmt
-
taxAmt
protected java.util.List<TaxAmountAndType1> taxAmt
-
adjstmntAmtAndRsn
protected java.util.List<DocumentAdjustment1> adjstmntAmtAndRsn
-
rmtdAmt
protected ActiveOrHistoricCurrencyAndAmount rmtdAmt
-
-
Method Detail
-
getDuePyblAmt
public ActiveOrHistoricCurrencyAndAmount getDuePyblAmt()
Gets the value of the duePyblAmt property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setDuePyblAmt
public void setDuePyblAmt(ActiveOrHistoricCurrencyAndAmount value)
Sets the value of the duePyblAmt property.- Parameters:
value- allowed object isActiveOrHistoricCurrencyAndAmount
-
getDscntApldAmt
public java.util.List<DiscountAmountAndType1> 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 JAXB object. This is why there is not a
setmethod 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
public ActiveOrHistoricCurrencyAndAmount getCdtNoteAmt()
Gets the value of the cdtNoteAmt property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setCdtNoteAmt
public void setCdtNoteAmt(ActiveOrHistoricCurrencyAndAmount value)
Sets the value of the cdtNoteAmt property.- Parameters:
value- allowed object isActiveOrHistoricCurrencyAndAmount
-
getTaxAmt
public java.util.List<TaxAmountAndType1> 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 JAXB object. This is why there is not a
setmethod 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
public java.util.List<DocumentAdjustment1> 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 JAXB object. This is why there is not a
setmethod 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
public ActiveOrHistoricCurrencyAndAmount getRmtdAmt()
Gets the value of the rmtdAmt property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setRmtdAmt
public void setRmtdAmt(ActiveOrHistoricCurrencyAndAmount value)
Sets the value of the rmtdAmt property.- Parameters:
value- allowed object isActiveOrHistoricCurrencyAndAmount
-
-