public class ReferredDocumentAmount1Choice
extends java.lang.Object
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>
| Modifier and Type | Field | Description |
|---|---|---|
protected CurrencyAndAmount |
cdtNoteAmt |
|
protected CurrencyAndAmount |
dscntApldAmt |
|
protected CurrencyAndAmount |
duePyblAmt |
|
protected CurrencyAndAmount |
rmtdAmt |
|
protected CurrencyAndAmount |
taxAmt |
| Constructor | Description |
|---|---|
ReferredDocumentAmount1Choice() |
| Modifier and Type | Method | Description |
|---|---|---|
CurrencyAndAmount |
getCdtNoteAmt() |
Gets the value of the cdtNoteAmt property.
|
CurrencyAndAmount |
getDscntApldAmt() |
Gets the value of the dscntApldAmt property.
|
CurrencyAndAmount |
getDuePyblAmt() |
Gets the value of the duePyblAmt property.
|
CurrencyAndAmount |
getRmtdAmt() |
Gets the value of the rmtdAmt property.
|
CurrencyAndAmount |
getTaxAmt() |
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.
|
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.