Class TaxAmount2
java.lang.Object
iso.std.iso._20022.tech.xsd.remt_001_001.TaxAmount2
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:remt.001.001.04}PercentageRate" minOccurs="0"/>
<element name="TaxblBaseAmt" type="{urn:iso:std:iso:20022:tech:xsd:remt.001.001.04}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
<element name="TtlAmt" type="{urn:iso:std:iso:20022:tech:xsd:remt.001.001.04}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
<element name="Dtls" type="{urn:iso:std:iso:20022:tech:xsd:remt.001.001.04}TaxRecordDetails2" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<TaxRecordDetails2>protected BigDecimalprotected ActiveOrHistoricCurrencyAndAmountprotected ActiveOrHistoricCurrencyAndAmount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDtls()Gets the value of the dtls property.getRate()Gets the value of the rate property.Gets the value of the taxblBaseAmt property.Gets the value of the ttlAmt property.voidsetRate(BigDecimal value) Sets the value of the rate property.voidSets the value of the taxblBaseAmt property.voidSets the value of the ttlAmt property.
-
Field Details
-
rate
-
taxblBaseAmt
-
ttlAmt
-
dtls
-
-
Constructor Details
-
TaxAmount2
public TaxAmount2()
-
-
Method Details
-
getRate
Gets the value of the rate property.- Returns:
- possible object is
BigDecimal
-
setRate
Sets the value of the rate property.- Parameters:
value- allowed object isBigDecimal
-
getTaxblBaseAmt
Gets the value of the taxblBaseAmt property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setTaxblBaseAmt
Sets the value of the taxblBaseAmt property.- Parameters:
value- allowed object isActiveOrHistoricCurrencyAndAmount
-
getTtlAmt
Gets the value of the ttlAmt property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setTtlAmt
Sets the value of the ttlAmt property.- Parameters:
value- allowed object isActiveOrHistoricCurrencyAndAmount
-
getDtls
Gets the value of the dtls property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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
-