public class TaxRecord1
extends java.lang.Object
Java class for TaxRecord1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxRecord1"> <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.04}Max35Text" minOccurs="0"/> <element name="Ctgy" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}Max35Text" minOccurs="0"/> <element name="CtgyDtls" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}Max35Text" minOccurs="0"/> <element name="DbtrSts" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}Max35Text" minOccurs="0"/> <element name="CertId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}Max35Text" minOccurs="0"/> <element name="FrmsCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}Max35Text" minOccurs="0"/> <element name="Prd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}TaxPeriod1" minOccurs="0"/> <element name="TaxAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}TaxAmount1" minOccurs="0"/> <element name="AddtlInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}Max140Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected java.lang.String |
addtlInf |
|
protected java.lang.String |
certId |
|
protected java.lang.String |
ctgy |
|
protected java.lang.String |
ctgyDtls |
|
protected java.lang.String |
dbtrSts |
|
protected java.lang.String |
frmsCd |
|
protected TaxPeriod1 |
prd |
|
protected TaxAmount1 |
taxAmt |
|
protected java.lang.String |
tp |
Constructor | Description |
---|---|
TaxRecord1() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getAddtlInf() |
Gets the value of the addtlInf property.
|
java.lang.String |
getCertId() |
Gets the value of the certId property.
|
java.lang.String |
getCtgy() |
Gets the value of the ctgy property.
|
java.lang.String |
getCtgyDtls() |
Gets the value of the ctgyDtls property.
|
java.lang.String |
getDbtrSts() |
Gets the value of the dbtrSts property.
|
java.lang.String |
getFrmsCd() |
Gets the value of the frmsCd property.
|
TaxPeriod1 |
getPrd() |
Gets the value of the prd property.
|
TaxAmount1 |
getTaxAmt() |
Gets the value of the taxAmt property.
|
java.lang.String |
getTp() |
Gets the value of the tp property.
|
void |
setAddtlInf(java.lang.String value) |
Sets the value of the addtlInf property.
|
void |
setCertId(java.lang.String value) |
Sets the value of the certId property.
|
void |
setCtgy(java.lang.String value) |
Sets the value of the ctgy property.
|
void |
setCtgyDtls(java.lang.String value) |
Sets the value of the ctgyDtls property.
|
void |
setDbtrSts(java.lang.String value) |
Sets the value of the dbtrSts property.
|
void |
setFrmsCd(java.lang.String value) |
Sets the value of the frmsCd property.
|
void |
setPrd(TaxPeriod1 value) |
Sets the value of the prd property.
|
void |
setTaxAmt(TaxAmount1 value) |
Sets the value of the taxAmt property.
|
void |
setTp(java.lang.String value) |
Sets the value of the tp property.
|
protected java.lang.String tp
protected java.lang.String ctgy
protected java.lang.String ctgyDtls
protected java.lang.String dbtrSts
protected java.lang.String certId
protected java.lang.String frmsCd
protected TaxPeriod1 prd
protected TaxAmount1 taxAmt
protected java.lang.String addtlInf
public java.lang.String getTp()
String
public void setTp(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCtgy()
String
public void setCtgy(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCtgyDtls()
String
public void setCtgyDtls(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDbtrSts()
String
public void setDbtrSts(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCertId()
String
public void setCertId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getFrmsCd()
String
public void setFrmsCd(java.lang.String value)
value
- allowed object is
String
public TaxPeriod1 getPrd()
TaxPeriod1
public void setPrd(TaxPeriod1 value)
value
- allowed object is
TaxPeriod1
public TaxAmount1 getTaxAmt()
TaxAmount1
public void setTaxAmt(TaxAmount1 value)
value
- allowed object is
TaxAmount1
public java.lang.String getAddtlInf()
String
public void setAddtlInf(java.lang.String value)
value
- allowed object is
String
Copyright © 2018. All rights reserved.