Class RemittanceAmount2
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_008_001_08.RemittanceAmount2
-
public class RemittanceAmount2 extends java.lang.Object
Java 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:pain.008.001.08}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/> <element name="DscntApldAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}DiscountAmountAndType1" maxOccurs="unbounded" minOccurs="0"/> <element name="CdtNoteAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/> <element name="TaxAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}TaxAmountAndType1" maxOccurs="unbounded" minOccurs="0"/> <element name="AdjstmntAmtAndRsn" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}DocumentAdjustment1" maxOccurs="unbounded" minOccurs="0"/> <element name="RmtdAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<DocumentAdjustment1>
adjstmntAmtAndRsn
protected ActiveOrHistoricCurrencyAndAmount
cdtNoteAmt
protected java.util.List<DiscountAmountAndType1>
dscntApldAmt
protected ActiveOrHistoricCurrencyAndAmount
duePyblAmt
protected ActiveOrHistoricCurrencyAndAmount
rmtdAmt
protected 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.ActiveOrHistoricCurrencyAndAmount
getCdtNoteAmt()
Gets the value of the cdtNoteAmt property.java.util.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.java.util.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.
-
-
-
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
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
-
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
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
-
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
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
-
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
-
-