public class TaxType extends Object
Java class for TaxType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CtgyDesc" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}Max35Text" minOccurs="0"/>
<element name="Rate" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}PercentageRate" minOccurs="0"/>
<element name="TaxblBaseAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}CurrencyAndAmount" minOccurs="0"/>
<element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}CurrencyAndAmount" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CurrencyAndAmount |
amt |
protected String |
ctgyDesc |
protected BigDecimal |
rate |
protected CurrencyAndAmount |
taxblBaseAmt |
| Constructor and Description |
|---|
TaxType() |
| Modifier and Type | Method and Description |
|---|---|
CurrencyAndAmount |
getAmt()
Gets the value of the amt property.
|
String |
getCtgyDesc()
Gets the value of the ctgyDesc property.
|
BigDecimal |
getRate()
Gets the value of the rate property.
|
CurrencyAndAmount |
getTaxblBaseAmt()
Gets the value of the taxblBaseAmt property.
|
void |
setAmt(CurrencyAndAmount value)
Sets the value of the amt property.
|
void |
setCtgyDesc(String value)
Sets the value of the ctgyDesc property.
|
void |
setRate(BigDecimal value)
Sets the value of the rate property.
|
void |
setTaxblBaseAmt(CurrencyAndAmount value)
Sets the value of the taxblBaseAmt property.
|
protected String ctgyDesc
protected BigDecimal rate
protected CurrencyAndAmount taxblBaseAmt
protected CurrencyAndAmount amt
public String getCtgyDesc()
Stringpublic void setCtgyDesc(String value)
value - allowed object is
Stringpublic BigDecimal getRate()
BigDecimalpublic void setRate(BigDecimal value)
value - allowed object is
BigDecimalpublic CurrencyAndAmount getTaxblBaseAmt()
CurrencyAndAmountpublic void setTaxblBaseAmt(CurrencyAndAmount value)
value - allowed object is
CurrencyAndAmountpublic CurrencyAndAmount getAmt()
CurrencyAndAmountpublic void setAmt(CurrencyAndAmount value)
value - allowed object is
CurrencyAndAmountCopyright © 2019. All rights reserved.