Class ReferredDocumentAmount1Choice
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_001_001_02.ReferredDocumentAmount1Choice
Java 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.001.001.02}CurrencyAndAmount"/> <element name="DscntApldAmt" type="{urn:sepade:xsd:pain.001.001.02}CurrencyAndAmount"/> <element name="RmtdAmt" type="{urn:sepade:xsd:pain.001.001.02}CurrencyAndAmount"/> <element name="CdtNoteAmt" type="{urn:sepade:xsd:pain.001.001.02}CurrencyAndAmount"/> <element name="TaxAmt" type="{urn:sepade:xsd:pain.001.001.02}CurrencyAndAmount"/> </choice> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CurrencyAndAmount
protected CurrencyAndAmount
protected CurrencyAndAmount
protected CurrencyAndAmount
protected CurrencyAndAmount
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cdtNoteAmt property.Gets the value of the dscntApldAmt property.Gets the value of the duePyblAmt property.Gets the value of the rmtdAmt property.Gets the value of the taxAmt property.void
setCdtNoteAmt
(CurrencyAndAmount value) Sets the value of the cdtNoteAmt property.void
setDscntApldAmt
(CurrencyAndAmount value) Sets the value of the dscntApldAmt property.void
setDuePyblAmt
(CurrencyAndAmount value) Sets the value of the duePyblAmt property.void
setRmtdAmt
(CurrencyAndAmount value) Sets the value of the rmtdAmt property.void
setTaxAmt
(CurrencyAndAmount value) Sets the value of the taxAmt property.
-
Field Details
-
duePyblAmt
-
dscntApldAmt
-
rmtdAmt
-
cdtNoteAmt
-
taxAmt
-
-
Constructor Details
-
ReferredDocumentAmount1Choice
public ReferredDocumentAmount1Choice()
-
-
Method Details
-
getDuePyblAmt
Gets the value of the duePyblAmt property.- Returns:
- possible object is
CurrencyAndAmount
-
setDuePyblAmt
Sets the value of the duePyblAmt property.- Parameters:
value
- allowed object isCurrencyAndAmount
-
getDscntApldAmt
Gets the value of the dscntApldAmt property.- Returns:
- possible object is
CurrencyAndAmount
-
setDscntApldAmt
Sets the value of the dscntApldAmt property.- Parameters:
value
- allowed object isCurrencyAndAmount
-
getRmtdAmt
Gets the value of the rmtdAmt property.- Returns:
- possible object is
CurrencyAndAmount
-
setRmtdAmt
Sets the value of the rmtdAmt property.- Parameters:
value
- allowed object isCurrencyAndAmount
-
getCdtNoteAmt
Gets the value of the cdtNoteAmt property.- Returns:
- possible object is
CurrencyAndAmount
-
setCdtNoteAmt
Sets the value of the cdtNoteAmt property.- Parameters:
value
- allowed object isCurrencyAndAmount
-
getTaxAmt
Gets the value of the taxAmt property.- Returns:
- possible object is
CurrencyAndAmount
-
setTaxAmt
Sets the value of the taxAmt property.- Parameters:
value
- allowed object isCurrencyAndAmount
-