public class TaxRecord2 extends Object
Java class for TaxRecord2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxRecord2">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max35Text" minOccurs="0"/>
<element name="Ctgy" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max35Text" minOccurs="0"/>
<element name="CtgyDtls" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max35Text" minOccurs="0"/>
<element name="DbtrSts" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max35Text" minOccurs="0"/>
<element name="CertId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max35Text" minOccurs="0"/>
<element name="FrmsCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max35Text" minOccurs="0"/>
<element name="Prd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}TaxPeriod2" minOccurs="0"/>
<element name="TaxAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}TaxAmount2" minOccurs="0"/>
<element name="AddtlInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max140Text" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
addtlInf |
protected String |
certId |
protected String |
ctgy |
protected String |
ctgyDtls |
protected String |
dbtrSts |
protected String |
frmsCd |
protected TaxPeriod2 |
prd |
protected TaxAmount2 |
taxAmt |
protected String |
tp |
| Constructor and Description |
|---|
TaxRecord2() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddtlInf()
Gets the value of the addtlInf property.
|
String |
getCertId()
Gets the value of the certId property.
|
String |
getCtgy()
Gets the value of the ctgy property.
|
String |
getCtgyDtls()
Gets the value of the ctgyDtls property.
|
String |
getDbtrSts()
Gets the value of the dbtrSts property.
|
String |
getFrmsCd()
Gets the value of the frmsCd property.
|
TaxPeriod2 |
getPrd()
Gets the value of the prd property.
|
TaxAmount2 |
getTaxAmt()
Gets the value of the taxAmt property.
|
String |
getTp()
Gets the value of the tp property.
|
void |
setAddtlInf(String value)
Sets the value of the addtlInf property.
|
void |
setCertId(String value)
Sets the value of the certId property.
|
void |
setCtgy(String value)
Sets the value of the ctgy property.
|
void |
setCtgyDtls(String value)
Sets the value of the ctgyDtls property.
|
void |
setDbtrSts(String value)
Sets the value of the dbtrSts property.
|
void |
setFrmsCd(String value)
Sets the value of the frmsCd property.
|
void |
setPrd(TaxPeriod2 value)
Sets the value of the prd property.
|
void |
setTaxAmt(TaxAmount2 value)
Sets the value of the taxAmt property.
|
void |
setTp(String value)
Sets the value of the tp property.
|
protected String tp
protected String ctgy
protected String ctgyDtls
protected String dbtrSts
protected String certId
protected String frmsCd
protected TaxPeriod2 prd
protected TaxAmount2 taxAmt
protected String addtlInf
public void setTp(String value)
value - allowed object is
Stringpublic String getCtgy()
Stringpublic void setCtgy(String value)
value - allowed object is
Stringpublic String getCtgyDtls()
Stringpublic void setCtgyDtls(String value)
value - allowed object is
Stringpublic String getDbtrSts()
Stringpublic void setDbtrSts(String value)
value - allowed object is
Stringpublic String getCertId()
Stringpublic void setCertId(String value)
value - allowed object is
Stringpublic String getFrmsCd()
Stringpublic void setFrmsCd(String value)
value - allowed object is
Stringpublic TaxPeriod2 getPrd()
TaxPeriod2public void setPrd(TaxPeriod2 value)
value - allowed object is
TaxPeriod2public TaxAmount2 getTaxAmt()
TaxAmount2public void setTaxAmt(TaxAmount2 value)
value - allowed object is
TaxAmount2public String getAddtlInf()
StringCopyright © 2020. All rights reserved.