Class TaxRecord1
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_05.TaxRecord1
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.05}Max35Text" minOccurs="0"/>
<element name="Ctgy" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}Max35Text" minOccurs="0"/>
<element name="CtgyDtls" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}Max35Text" minOccurs="0"/>
<element name="DbtrSts" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}Max35Text" minOccurs="0"/>
<element name="CertId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}Max35Text" minOccurs="0"/>
<element name="FrmsCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}Max35Text" minOccurs="0"/>
<element name="Prd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}TaxPeriod1" minOccurs="0"/>
<element name="TaxAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}TaxAmount1" minOccurs="0"/>
<element name="AddtlInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}Max140Text" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlInf property.Gets the value of the certId property.getCtgy()Gets the value of the ctgy property.Gets the value of the ctgyDtls property.Gets the value of the dbtrSts property.Gets the value of the frmsCd property.getPrd()Gets the value of the prd property.Gets the value of the taxAmt property.getTp()Gets the value of the tp property.voidsetAddtlInf(String value) Sets the value of the addtlInf property.voidSets the value of the certId property.voidSets 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.voidSets 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.voidSets the value of the tp property.
-
Field Details
-
tp
-
ctgy
-
ctgyDtls
-
dbtrSts
-
certId
-
frmsCd
-
prd
-
taxAmt
-
addtlInf
-
-
Constructor Details
-
TaxRecord1
public TaxRecord1()
-
-
Method Details
-
getTp
-
setTp
-
getCtgy
-
setCtgy
-
getCtgyDtls
-
setCtgyDtls
-
getDbtrSts
-
setDbtrSts
-
getCertId
-
setCertId
-
getFrmsCd
-
setFrmsCd
-
getPrd
Gets the value of the prd property.- Returns:
- possible object is
TaxPeriod1
-
setPrd
Sets the value of the prd property.- Parameters:
value- allowed object isTaxPeriod1
-
getTaxAmt
Gets the value of the taxAmt property.- Returns:
- possible object is
TaxAmount1
-
setTaxAmt
Sets the value of the taxAmt property.- Parameters:
value- allowed object isTaxAmount1
-
getAddtlInf
-
setAddtlInf
-