public class TaxAmount1 extends Object
Java-Klasse für TaxAmount1 complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="TaxAmount1">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Rate" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}PercentageRate" minOccurs="0"/>
<element name="TaxblBaseAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
<element name="TtlAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
<element name="Dtls" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.001.06}TaxRecordDetails1" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<TaxRecordDetails1> |
dtls |
protected BigDecimal |
rate |
protected ActiveOrHistoricCurrencyAndAmount |
taxblBaseAmt |
protected ActiveOrHistoricCurrencyAndAmount |
ttlAmt |
| Constructor and Description |
|---|
TaxAmount1() |
| Modifier and Type | Method and Description |
|---|---|
List<TaxRecordDetails1> |
getDtls()
Gets the value of the dtls property.
|
BigDecimal |
getRate()
Ruft den Wert der rate-Eigenschaft ab.
|
ActiveOrHistoricCurrencyAndAmount |
getTaxblBaseAmt()
Ruft den Wert der taxblBaseAmt-Eigenschaft ab.
|
ActiveOrHistoricCurrencyAndAmount |
getTtlAmt()
Ruft den Wert der ttlAmt-Eigenschaft ab.
|
void |
setRate(BigDecimal value)
Legt den Wert der rate-Eigenschaft fest.
|
void |
setTaxblBaseAmt(ActiveOrHistoricCurrencyAndAmount value)
Legt den Wert der taxblBaseAmt-Eigenschaft fest.
|
void |
setTtlAmt(ActiveOrHistoricCurrencyAndAmount value)
Legt den Wert der ttlAmt-Eigenschaft fest.
|
protected BigDecimal rate
protected ActiveOrHistoricCurrencyAndAmount taxblBaseAmt
protected ActiveOrHistoricCurrencyAndAmount ttlAmt
protected List<TaxRecordDetails1> dtls
public BigDecimal getRate()
BigDecimalpublic void setRate(BigDecimal value)
value - allowed object is
BigDecimalpublic ActiveOrHistoricCurrencyAndAmount getTaxblBaseAmt()
ActiveOrHistoricCurrencyAndAmountpublic void setTaxblBaseAmt(ActiveOrHistoricCurrencyAndAmount value)
value - allowed object is
ActiveOrHistoricCurrencyAndAmountpublic ActiveOrHistoricCurrencyAndAmount getTtlAmt()
ActiveOrHistoricCurrencyAndAmountpublic void setTtlAmt(ActiveOrHistoricCurrencyAndAmount value)
value - allowed object is
ActiveOrHistoricCurrencyAndAmountpublic List<TaxRecordDetails1> getDtls()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the dtls property.
For example, to add a new item, do as follows:
getDtls().add(newItem);
Objects of the following type(s) are allowed in the list
TaxRecordDetails1
Copyright © 2017. All rights reserved.