Class TaxRecord1
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_03.TaxRecord1
-
public class TaxRecord1 extends 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.03}Max35Text" minOccurs="0"/> <element name="Ctgy" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}Max35Text" minOccurs="0"/> <element name="CtgyDtls" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}Max35Text" minOccurs="0"/> <element name="DbtrSts" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}Max35Text" minOccurs="0"/> <element name="CertId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}Max35Text" minOccurs="0"/> <element name="FrmsCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}Max35Text" minOccurs="0"/> <element name="Prd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}TaxPeriod1" minOccurs="0"/> <element name="TaxAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}TaxAmount1" minOccurs="0"/> <element name="AddtlInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}Max140Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description TaxRecord1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddtlInf()Gets the value of the addtlInf property.StringgetCertId()Gets the value of the certId property.StringgetCtgy()Gets the value of the ctgy property.StringgetCtgyDtls()Gets the value of the ctgyDtls property.StringgetDbtrSts()Gets the value of the dbtrSts property.StringgetFrmsCd()Gets the value of the frmsCd property.TaxPeriod1getPrd()Gets the value of the prd property.TaxAmount1getTaxAmt()Gets the value of the taxAmt property.StringgetTp()Gets the value of the tp property.voidsetAddtlInf(String value)Sets the value of the addtlInf property.voidsetCertId(String value)Sets the value of the certId property.voidsetCtgy(String value)Sets the value of the ctgy property.voidsetCtgyDtls(String value)Sets the value of the ctgyDtls property.voidsetDbtrSts(String value)Sets the value of the dbtrSts property.voidsetFrmsCd(String value)Sets the value of the frmsCd property.voidsetPrd(TaxPeriod1 value)Sets the value of the prd property.voidsetTaxAmt(TaxAmount1 value)Sets the value of the taxAmt property.voidsetTp(String value)Sets the value of the tp property.
-
-
-
Field Detail
-
tp
protected String tp
-
ctgy
protected String ctgy
-
ctgyDtls
protected String ctgyDtls
-
dbtrSts
protected String dbtrSts
-
certId
protected String certId
-
frmsCd
protected String frmsCd
-
prd
protected TaxPeriod1 prd
-
taxAmt
protected TaxAmount1 taxAmt
-
addtlInf
protected String addtlInf
-
-
Method Detail
-
setTp
public void setTp(String value)
Sets the value of the tp property.- Parameters:
value- allowed object isString
-
getCtgy
public String getCtgy()
Gets the value of the ctgy property.- Returns:
- possible object is
String
-
setCtgy
public void setCtgy(String value)
Sets the value of the ctgy property.- Parameters:
value- allowed object isString
-
getCtgyDtls
public String getCtgyDtls()
Gets the value of the ctgyDtls property.- Returns:
- possible object is
String
-
setCtgyDtls
public void setCtgyDtls(String value)
Sets the value of the ctgyDtls property.- Parameters:
value- allowed object isString
-
getDbtrSts
public String getDbtrSts()
Gets the value of the dbtrSts property.- Returns:
- possible object is
String
-
setDbtrSts
public void setDbtrSts(String value)
Sets the value of the dbtrSts property.- Parameters:
value- allowed object isString
-
getCertId
public String getCertId()
Gets the value of the certId property.- Returns:
- possible object is
String
-
setCertId
public void setCertId(String value)
Sets the value of the certId property.- Parameters:
value- allowed object isString
-
getFrmsCd
public String getFrmsCd()
Gets the value of the frmsCd property.- Returns:
- possible object is
String
-
setFrmsCd
public void setFrmsCd(String value)
Sets the value of the frmsCd property.- Parameters:
value- allowed object isString
-
getPrd
public TaxPeriod1 getPrd()
Gets the value of the prd property.- Returns:
- possible object is
TaxPeriod1
-
setPrd
public void setPrd(TaxPeriod1 value)
Sets the value of the prd property.- Parameters:
value- allowed object isTaxPeriod1
-
getTaxAmt
public TaxAmount1 getTaxAmt()
Gets the value of the taxAmt property.- Returns:
- possible object is
TaxAmount1
-
setTaxAmt
public void setTaxAmt(TaxAmount1 value)
Sets the value of the taxAmt property.- Parameters:
value- allowed object isTaxAmount1
-
getAddtlInf
public String getAddtlInf()
Gets the value of the addtlInf property.- Returns:
- possible object is
String
-
-