Class RemittanceAmount1
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_02.RemittanceAmount1
-
public class RemittanceAmount1 extends java.lang.ObjectJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<DocumentAdjustment1>adjstmntAmtAndRsnprotected ActiveOrHistoricCurrencyAndAmountcdtNoteAmtprotected ActiveOrHistoricCurrencyAndAmountdscntApldAmtprotected ActiveOrHistoricCurrencyAndAmountduePyblAmtprotected ActiveOrHistoricCurrencyAndAmountrmtdAmtprotected ActiveOrHistoricCurrencyAndAmounttaxAmt
-
Constructor Summary
Constructors Constructor Description RemittanceAmount1()
-
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.ActiveOrHistoricCurrencyAndAmountgetDscntApldAmt()Gets the value of the dscntApldAmt property.ActiveOrHistoricCurrencyAndAmountgetDuePyblAmt()Gets the value of the duePyblAmt property.ActiveOrHistoricCurrencyAndAmountgetRmtdAmt()Gets the value of the rmtdAmt property.ActiveOrHistoricCurrencyAndAmountgetTaxAmt()Gets the value of the taxAmt property.voidsetCdtNoteAmt(ActiveOrHistoricCurrencyAndAmount value)Sets the value of the cdtNoteAmt property.voidsetDscntApldAmt(ActiveOrHistoricCurrencyAndAmount value)Sets the value of the dscntApldAmt property.voidsetDuePyblAmt(ActiveOrHistoricCurrencyAndAmount value)Sets the value of the duePyblAmt property.voidsetRmtdAmt(ActiveOrHistoricCurrencyAndAmount value)Sets the value of the rmtdAmt property.voidsetTaxAmt(ActiveOrHistoricCurrencyAndAmount value)Sets the value of the taxAmt property.
-
-
-
Field Detail
-
duePyblAmt
protected ActiveOrHistoricCurrencyAndAmount duePyblAmt
-
dscntApldAmt
protected ActiveOrHistoricCurrencyAndAmount dscntApldAmt
-
cdtNoteAmt
protected ActiveOrHistoricCurrencyAndAmount cdtNoteAmt
-
taxAmt
protected ActiveOrHistoricCurrencyAndAmount 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 ActiveOrHistoricCurrencyAndAmount getDscntApldAmt()
Gets the value of the dscntApldAmt property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setDscntApldAmt
public void setDscntApldAmt(ActiveOrHistoricCurrencyAndAmount value)
Sets the value of the dscntApldAmt property.- Parameters:
value- allowed object isActiveOrHistoricCurrencyAndAmount
-
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 ActiveOrHistoricCurrencyAndAmount getTaxAmt()
Gets the value of the taxAmt property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setTaxAmt
public void setTaxAmt(ActiveOrHistoricCurrencyAndAmount value)
Sets the value of the taxAmt property.- Parameters:
value- allowed object isActiveOrHistoricCurrencyAndAmount
-
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
-
-