public class ReferredDocumentAmount1Choice extends Object
Java-Klasse für ReferredDocumentAmount1Choice complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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>
| Modifier and Type | Field and Description |
|---|---|
protected CurrencyAndAmount |
cdtNoteAmt |
protected CurrencyAndAmount |
dscntApldAmt |
protected CurrencyAndAmount |
duePyblAmt |
protected CurrencyAndAmount |
rmtdAmt |
protected CurrencyAndAmount |
taxAmt |
| Constructor and Description |
|---|
ReferredDocumentAmount1Choice() |
| Modifier and Type | Method and Description |
|---|---|
CurrencyAndAmount |
getCdtNoteAmt()
Ruft den Wert der cdtNoteAmt-Eigenschaft ab.
|
CurrencyAndAmount |
getDscntApldAmt()
Ruft den Wert der dscntApldAmt-Eigenschaft ab.
|
CurrencyAndAmount |
getDuePyblAmt()
Ruft den Wert der duePyblAmt-Eigenschaft ab.
|
CurrencyAndAmount |
getRmtdAmt()
Ruft den Wert der rmtdAmt-Eigenschaft ab.
|
CurrencyAndAmount |
getTaxAmt()
Ruft den Wert der taxAmt-Eigenschaft ab.
|
void |
setCdtNoteAmt(CurrencyAndAmount value)
Legt den Wert der cdtNoteAmt-Eigenschaft fest.
|
void |
setDscntApldAmt(CurrencyAndAmount value)
Legt den Wert der dscntApldAmt-Eigenschaft fest.
|
void |
setDuePyblAmt(CurrencyAndAmount value)
Legt den Wert der duePyblAmt-Eigenschaft fest.
|
void |
setRmtdAmt(CurrencyAndAmount value)
Legt den Wert der rmtdAmt-Eigenschaft fest.
|
void |
setTaxAmt(CurrencyAndAmount value)
Legt den Wert der taxAmt-Eigenschaft fest.
|
protected CurrencyAndAmount duePyblAmt
protected CurrencyAndAmount dscntApldAmt
protected CurrencyAndAmount rmtdAmt
protected CurrencyAndAmount cdtNoteAmt
protected CurrencyAndAmount taxAmt
public CurrencyAndAmount getDuePyblAmt()
CurrencyAndAmountpublic void setDuePyblAmt(CurrencyAndAmount value)
value - allowed object is
CurrencyAndAmountpublic CurrencyAndAmount getDscntApldAmt()
CurrencyAndAmountpublic void setDscntApldAmt(CurrencyAndAmount value)
value - allowed object is
CurrencyAndAmountpublic CurrencyAndAmount getRmtdAmt()
CurrencyAndAmountpublic void setRmtdAmt(CurrencyAndAmount value)
value - allowed object is
CurrencyAndAmountpublic CurrencyAndAmount getCdtNoteAmt()
CurrencyAndAmountpublic void setCdtNoteAmt(CurrencyAndAmount value)
value - allowed object is
CurrencyAndAmountpublic CurrencyAndAmount getTaxAmt()
CurrencyAndAmountpublic void setTaxAmt(CurrencyAndAmount value)
value - allowed object is
CurrencyAndAmountCopyright © 2018. All rights reserved.