Class TaxRecord3
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_09.TaxRecord3
-
public class TaxRecord3 extends java.lang.Object
Java class for TaxRecord3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxRecord3"> <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.09}Max35Text" minOccurs="0"/> <element name="Ctgy" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.09}Max35Text" minOccurs="0"/> <element name="CtgyDtls" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.09}Max35Text" minOccurs="0"/> <element name="DbtrSts" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.09}Max35Text" minOccurs="0"/> <element name="CertId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.09}Max35Text" minOccurs="0"/> <element name="FrmsCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.09}Max35Text" minOccurs="0"/> <element name="Prd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.09}TaxPeriod3" minOccurs="0"/> <element name="TaxAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.09}TaxAmount3" minOccurs="0"/> <element name="AddtlInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.09}Max140Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields 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 TaxPeriod3
prd
protected TaxAmount3
taxAmt
protected java.lang.String
tp
-
Constructor Summary
Constructors Constructor Description TaxRecord3()
-
Method Summary
All Methods Instance Methods Concrete Methods 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.TaxPeriod3
getPrd()
Gets the value of the prd property.TaxAmount3
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(TaxPeriod3 value)
Sets the value of the prd property.void
setTaxAmt(TaxAmount3 value)
Sets the value of the taxAmt property.void
setTp(java.lang.String value)
Sets the value of the tp property.
-
-
-
Field Detail
-
tp
protected java.lang.String tp
-
ctgy
protected java.lang.String ctgy
-
ctgyDtls
protected java.lang.String ctgyDtls
-
dbtrSts
protected java.lang.String dbtrSts
-
certId
protected java.lang.String certId
-
frmsCd
protected java.lang.String frmsCd
-
prd
protected TaxPeriod3 prd
-
taxAmt
protected TaxAmount3 taxAmt
-
addtlInf
protected java.lang.String addtlInf
-
-
Method Detail
-
getTp
public java.lang.String getTp()
Gets the value of the tp property.- Returns:
- possible object is
String
-
setTp
public void setTp(java.lang.String value)
Sets the value of the tp property.- Parameters:
value
- allowed object isString
-
getCtgy
public java.lang.String getCtgy()
Gets the value of the ctgy property.- Returns:
- possible object is
String
-
setCtgy
public void setCtgy(java.lang.String value)
Sets the value of the ctgy property.- Parameters:
value
- allowed object isString
-
getCtgyDtls
public java.lang.String getCtgyDtls()
Gets the value of the ctgyDtls property.- Returns:
- possible object is
String
-
setCtgyDtls
public void setCtgyDtls(java.lang.String value)
Sets the value of the ctgyDtls property.- Parameters:
value
- allowed object isString
-
getDbtrSts
public java.lang.String getDbtrSts()
Gets the value of the dbtrSts property.- Returns:
- possible object is
String
-
setDbtrSts
public void setDbtrSts(java.lang.String value)
Sets the value of the dbtrSts property.- Parameters:
value
- allowed object isString
-
getCertId
public java.lang.String getCertId()
Gets the value of the certId property.- Returns:
- possible object is
String
-
setCertId
public void setCertId(java.lang.String value)
Sets the value of the certId property.- Parameters:
value
- allowed object isString
-
getFrmsCd
public java.lang.String getFrmsCd()
Gets the value of the frmsCd property.- Returns:
- possible object is
String
-
setFrmsCd
public void setFrmsCd(java.lang.String value)
Sets the value of the frmsCd property.- Parameters:
value
- allowed object isString
-
getPrd
public TaxPeriod3 getPrd()
Gets the value of the prd property.- Returns:
- possible object is
TaxPeriod3
-
setPrd
public void setPrd(TaxPeriod3 value)
Sets the value of the prd property.- Parameters:
value
- allowed object isTaxPeriod3
-
getTaxAmt
public TaxAmount3 getTaxAmt()
Gets the value of the taxAmt property.- Returns:
- possible object is
TaxAmount3
-
setTaxAmt
public void setTaxAmt(TaxAmount3 value)
Sets the value of the taxAmt property.- Parameters:
value
- allowed object isTaxAmount3
-
getAddtlInf
public java.lang.String getAddtlInf()
Gets the value of the addtlInf property.- Returns:
- possible object is
String
-
setAddtlInf
public void setAddtlInf(java.lang.String value)
Sets the value of the addtlInf property.- Parameters:
value
- allowed object isString
-
-