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.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 | 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()
CurrencyAndAmount
public void setDuePyblAmt(CurrencyAndAmount value)
value
- allowed object is
CurrencyAndAmount
public CurrencyAndAmount getDscntApldAmt()
CurrencyAndAmount
public void setDscntApldAmt(CurrencyAndAmount value)
value
- allowed object is
CurrencyAndAmount
public CurrencyAndAmount getRmtdAmt()
CurrencyAndAmount
public void setRmtdAmt(CurrencyAndAmount value)
value
- allowed object is
CurrencyAndAmount
public CurrencyAndAmount getCdtNoteAmt()
CurrencyAndAmount
public void setCdtNoteAmt(CurrencyAndAmount value)
value
- allowed object is
CurrencyAndAmount
public CurrencyAndAmount getTaxAmt()
CurrencyAndAmount
public void setTaxAmt(CurrencyAndAmount value)
value
- allowed object is
CurrencyAndAmount
Copyright © 2018. All rights reserved.