public class TaxAmount2
extends java.lang.Object
Java class for TaxAmount2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxAmount2"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Rate" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}PercentageRate" minOccurs="0"/> <element name="TaxblBaseAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/> <element name="TtlAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/> <element name="Dtls" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}TaxRecordDetails2" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected java.util.List<TaxRecordDetails2> |
dtls |
|
protected java.math.BigDecimal |
rate |
|
protected ActiveOrHistoricCurrencyAndAmount |
taxblBaseAmt |
|
protected ActiveOrHistoricCurrencyAndAmount |
ttlAmt |
Constructor | Description |
---|---|
TaxAmount2() |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<TaxRecordDetails2> |
getDtls() |
Gets the value of the dtls property.
|
java.math.BigDecimal |
getRate() |
Gets the value of the rate property.
|
ActiveOrHistoricCurrencyAndAmount |
getTaxblBaseAmt() |
Gets the value of the taxblBaseAmt property.
|
ActiveOrHistoricCurrencyAndAmount |
getTtlAmt() |
Gets the value of the ttlAmt property.
|
void |
setRate(java.math.BigDecimal value) |
Sets the value of the rate property.
|
void |
setTaxblBaseAmt(ActiveOrHistoricCurrencyAndAmount value) |
Sets the value of the taxblBaseAmt property.
|
void |
setTtlAmt(ActiveOrHistoricCurrencyAndAmount value) |
Sets the value of the ttlAmt property.
|
protected java.math.BigDecimal rate
protected ActiveOrHistoricCurrencyAndAmount taxblBaseAmt
protected ActiveOrHistoricCurrencyAndAmount ttlAmt
protected java.util.List<TaxRecordDetails2> dtls
public java.math.BigDecimal getRate()
BigDecimal
public void setRate(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public ActiveOrHistoricCurrencyAndAmount getTaxblBaseAmt()
ActiveOrHistoricCurrencyAndAmount
public void setTaxblBaseAmt(ActiveOrHistoricCurrencyAndAmount value)
value
- allowed object is
ActiveOrHistoricCurrencyAndAmount
public ActiveOrHistoricCurrencyAndAmount getTtlAmt()
ActiveOrHistoricCurrencyAndAmount
public void setTtlAmt(ActiveOrHistoricCurrencyAndAmount value)
value
- allowed object is
ActiveOrHistoricCurrencyAndAmount
public java.util.List<TaxRecordDetails2> 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
TaxRecordDetails2
Copyright © 2018. All rights reserved.