public class TaxInformation2 extends Object
Java class for TaxInformation2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxInformation2">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CdtrTaxId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}Max35Text" minOccurs="0"/>
<element name="CdtrTaxTp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}Max35Text" minOccurs="0"/>
<element name="DbtrTaxId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}Max35Text" minOccurs="0"/>
<element name="TaxRefNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}Max140Text" minOccurs="0"/>
<element name="TtlTaxblBaseAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}CurrencyAndAmount" minOccurs="0"/>
<element name="TtlTaxAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}CurrencyAndAmount" minOccurs="0"/>
<element name="TaxDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}ISODate" minOccurs="0"/>
<element name="TaxTpInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}TaxDetails" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cdtrTaxId |
protected String |
cdtrTaxTp |
protected String |
dbtrTaxId |
protected XMLGregorianCalendar |
taxDt |
protected String |
taxRefNb |
protected List<TaxDetails> |
taxTpInf |
protected CurrencyAndAmount |
ttlTaxAmt |
protected CurrencyAndAmount |
ttlTaxblBaseAmt |
| Constructor and Description |
|---|
TaxInformation2() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCdtrTaxId()
Gets the value of the cdtrTaxId property.
|
String |
getCdtrTaxTp()
Gets the value of the cdtrTaxTp property.
|
String |
getDbtrTaxId()
Gets the value of the dbtrTaxId property.
|
XMLGregorianCalendar |
getTaxDt()
Gets the value of the taxDt property.
|
String |
getTaxRefNb()
Gets the value of the taxRefNb property.
|
List<TaxDetails> |
getTaxTpInf()
Gets the value of the taxTpInf property.
|
CurrencyAndAmount |
getTtlTaxAmt()
Gets the value of the ttlTaxAmt property.
|
CurrencyAndAmount |
getTtlTaxblBaseAmt()
Gets the value of the ttlTaxblBaseAmt property.
|
void |
setCdtrTaxId(String value)
Sets the value of the cdtrTaxId property.
|
void |
setCdtrTaxTp(String value)
Sets the value of the cdtrTaxTp property.
|
void |
setDbtrTaxId(String value)
Sets the value of the dbtrTaxId property.
|
void |
setTaxDt(XMLGregorianCalendar value)
Sets the value of the taxDt property.
|
void |
setTaxRefNb(String value)
Sets the value of the taxRefNb property.
|
void |
setTtlTaxAmt(CurrencyAndAmount value)
Sets the value of the ttlTaxAmt property.
|
void |
setTtlTaxblBaseAmt(CurrencyAndAmount value)
Sets the value of the ttlTaxblBaseAmt property.
|
protected String cdtrTaxId
protected String cdtrTaxTp
protected String dbtrTaxId
protected String taxRefNb
protected CurrencyAndAmount ttlTaxblBaseAmt
protected CurrencyAndAmount ttlTaxAmt
protected XMLGregorianCalendar taxDt
protected List<TaxDetails> taxTpInf
public String getCdtrTaxId()
Stringpublic void setCdtrTaxId(String value)
value - allowed object is
Stringpublic String getCdtrTaxTp()
Stringpublic void setCdtrTaxTp(String value)
value - allowed object is
Stringpublic String getDbtrTaxId()
Stringpublic void setDbtrTaxId(String value)
value - allowed object is
Stringpublic String getTaxRefNb()
Stringpublic void setTaxRefNb(String value)
value - allowed object is
Stringpublic CurrencyAndAmount getTtlTaxblBaseAmt()
CurrencyAndAmountpublic void setTtlTaxblBaseAmt(CurrencyAndAmount value)
value - allowed object is
CurrencyAndAmountpublic CurrencyAndAmount getTtlTaxAmt()
CurrencyAndAmountpublic void setTtlTaxAmt(CurrencyAndAmount value)
value - allowed object is
CurrencyAndAmountpublic XMLGregorianCalendar getTaxDt()
XMLGregorianCalendarpublic void setTaxDt(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic List<TaxDetails> getTaxTpInf()
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 taxTpInf property.
For example, to add a new item, do as follows:
getTaxTpInf().add(newItem);
Objects of the following type(s) are allowed in the list
TaxDetails
Copyright © 2020. All rights reserved.