public class TaxInformation2
extends java.lang.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 | Description |
---|---|---|
protected java.lang.String |
cdtrTaxId |
|
protected java.lang.String |
cdtrTaxTp |
|
protected java.lang.String |
dbtrTaxId |
|
protected javax.xml.datatype.XMLGregorianCalendar |
taxDt |
|
protected java.lang.String |
taxRefNb |
|
protected java.util.List<TaxDetails> |
taxTpInf |
|
protected CurrencyAndAmount |
ttlTaxAmt |
|
protected CurrencyAndAmount |
ttlTaxblBaseAmt |
Constructor | Description |
---|---|
TaxInformation2() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getCdtrTaxId() |
Gets the value of the cdtrTaxId property.
|
java.lang.String |
getCdtrTaxTp() |
Gets the value of the cdtrTaxTp property.
|
java.lang.String |
getDbtrTaxId() |
Gets the value of the dbtrTaxId property.
|
javax.xml.datatype.XMLGregorianCalendar |
getTaxDt() |
Gets the value of the taxDt property.
|
java.lang.String |
getTaxRefNb() |
Gets the value of the taxRefNb property.
|
java.util.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(java.lang.String value) |
Sets the value of the cdtrTaxId property.
|
void |
setCdtrTaxTp(java.lang.String value) |
Sets the value of the cdtrTaxTp property.
|
void |
setDbtrTaxId(java.lang.String value) |
Sets the value of the dbtrTaxId property.
|
void |
setTaxDt(javax.xml.datatype.XMLGregorianCalendar value) |
Sets the value of the taxDt property.
|
void |
setTaxRefNb(java.lang.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 java.lang.String cdtrTaxId
protected java.lang.String cdtrTaxTp
protected java.lang.String dbtrTaxId
protected java.lang.String taxRefNb
protected CurrencyAndAmount ttlTaxblBaseAmt
protected CurrencyAndAmount ttlTaxAmt
protected javax.xml.datatype.XMLGregorianCalendar taxDt
protected java.util.List<TaxDetails> taxTpInf
public java.lang.String getCdtrTaxId()
String
public void setCdtrTaxId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCdtrTaxTp()
String
public void setCdtrTaxTp(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDbtrTaxId()
String
public void setDbtrTaxId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTaxRefNb()
String
public void setTaxRefNb(java.lang.String value)
value
- allowed object is
String
public CurrencyAndAmount getTtlTaxblBaseAmt()
CurrencyAndAmount
public void setTtlTaxblBaseAmt(CurrencyAndAmount value)
value
- allowed object is
CurrencyAndAmount
public CurrencyAndAmount getTtlTaxAmt()
CurrencyAndAmount
public void setTtlTaxAmt(CurrencyAndAmount value)
value
- allowed object is
CurrencyAndAmount
public javax.xml.datatype.XMLGregorianCalendar getTaxDt()
XMLGregorianCalendar
public void setTaxDt(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.util.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 © 2018. All rights reserved.