Class TaxAmount3
java.lang.Object
org.coderic.iso20022.messages.camt.TaxAmount3
Java class for TaxAmount3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxAmount3"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Rate" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}PercentageRate" minOccurs="0"/> <element name="TaxblBaseAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/> <element name="TtlAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/> <element name="Dtls" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}TaxRecordDetails3" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
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.void
setRate
(BigDecimal value) Sets the value of the rate property.void
Sets the value of the taxblBaseAmt property.void
Sets the value of the ttlAmt property.
-
Constructor Details
-
TaxAmount3
public TaxAmount3()
-
-
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
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
TaxRecordDetails3
-