Class ReferredDocumentAmount1Choice
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_008_001_01.ReferredDocumentAmount1Choice
-
public class ReferredDocumentAmount1Choice extends java.lang.ObjectJava class for ReferredDocumentAmount1Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReferredDocumentAmount1Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="DuePyblAmt" type="{urn:sepade:xsd:pain.008.001.01}CurrencyAndAmount"/> <element name="DscntApldAmt" type="{urn:sepade:xsd:pain.008.001.01}CurrencyAndAmount"/> <element name="RmtdAmt" type="{urn:sepade:xsd:pain.008.001.01}CurrencyAndAmount"/> <element name="CdtNoteAmt" type="{urn:sepade:xsd:pain.008.001.01}CurrencyAndAmount"/> <element name="TaxAmt" type="{urn:sepade:xsd:pain.008.001.01}CurrencyAndAmount"/> </choice> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CurrencyAndAmountcdtNoteAmtprotected CurrencyAndAmountdscntApldAmtprotected CurrencyAndAmountduePyblAmtprotected CurrencyAndAmountrmtdAmtprotected CurrencyAndAmounttaxAmt
-
Constructor Summary
Constructors Constructor Description ReferredDocumentAmount1Choice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CurrencyAndAmountgetCdtNoteAmt()Gets the value of the cdtNoteAmt property.CurrencyAndAmountgetDscntApldAmt()Gets the value of the dscntApldAmt property.CurrencyAndAmountgetDuePyblAmt()Gets the value of the duePyblAmt property.CurrencyAndAmountgetRmtdAmt()Gets the value of the rmtdAmt property.CurrencyAndAmountgetTaxAmt()Gets the value of the taxAmt property.voidsetCdtNoteAmt(CurrencyAndAmount value)Sets the value of the cdtNoteAmt property.voidsetDscntApldAmt(CurrencyAndAmount value)Sets the value of the dscntApldAmt property.voidsetDuePyblAmt(CurrencyAndAmount value)Sets the value of the duePyblAmt property.voidsetRmtdAmt(CurrencyAndAmount value)Sets the value of the rmtdAmt property.voidsetTaxAmt(CurrencyAndAmount value)Sets the value of the taxAmt property.
-
-
-
Field Detail
-
duePyblAmt
protected CurrencyAndAmount duePyblAmt
-
dscntApldAmt
protected CurrencyAndAmount dscntApldAmt
-
rmtdAmt
protected CurrencyAndAmount rmtdAmt
-
cdtNoteAmt
protected CurrencyAndAmount cdtNoteAmt
-
taxAmt
protected CurrencyAndAmount taxAmt
-
-
Method Detail
-
getDuePyblAmt
public CurrencyAndAmount getDuePyblAmt()
Gets the value of the duePyblAmt property.- Returns:
- possible object is
CurrencyAndAmount
-
setDuePyblAmt
public void setDuePyblAmt(CurrencyAndAmount value)
Sets the value of the duePyblAmt property.- Parameters:
value- allowed object isCurrencyAndAmount
-
getDscntApldAmt
public CurrencyAndAmount getDscntApldAmt()
Gets the value of the dscntApldAmt property.- Returns:
- possible object is
CurrencyAndAmount
-
setDscntApldAmt
public void setDscntApldAmt(CurrencyAndAmount value)
Sets the value of the dscntApldAmt property.- Parameters:
value- allowed object isCurrencyAndAmount
-
getRmtdAmt
public CurrencyAndAmount getRmtdAmt()
Gets the value of the rmtdAmt property.- Returns:
- possible object is
CurrencyAndAmount
-
setRmtdAmt
public void setRmtdAmt(CurrencyAndAmount value)
Sets the value of the rmtdAmt property.- Parameters:
value- allowed object isCurrencyAndAmount
-
getCdtNoteAmt
public CurrencyAndAmount getCdtNoteAmt()
Gets the value of the cdtNoteAmt property.- Returns:
- possible object is
CurrencyAndAmount
-
setCdtNoteAmt
public void setCdtNoteAmt(CurrencyAndAmount value)
Sets the value of the cdtNoteAmt property.- Parameters:
value- allowed object isCurrencyAndAmount
-
getTaxAmt
public CurrencyAndAmount getTaxAmt()
Gets the value of the taxAmt property.- Returns:
- possible object is
CurrencyAndAmount
-
setTaxAmt
public void setTaxAmt(CurrencyAndAmount value)
Sets the value of the taxAmt property.- Parameters:
value- allowed object isCurrencyAndAmount
-
-