Class TaxRecord2

java.lang.Object
org.coderic.iso20022.messages.camt.TaxRecord2

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.111.001.01}Max35Text" minOccurs="0"/>
         <element name="Ctgy" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max35Text" minOccurs="0"/>
         <element name="CtgyDtls" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max35Text" minOccurs="0"/>
         <element name="DbtrSts" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max35Text" minOccurs="0"/>
         <element name="CertId" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max35Text" minOccurs="0"/>
         <element name="FrmsCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max35Text" minOccurs="0"/>
         <element name="Prd" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}TaxPeriod2" minOccurs="0"/>
         <element name="TaxAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}TaxAmount2" minOccurs="0"/>
         <element name="AddtlInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max140Text" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details Link icon

    • TaxRecord2 Link icon

      public TaxRecord2()
  • Method Details Link icon

    • getTp Link icon

      public String getTp()
      Gets the value of the tp property.
      Returns:
      possible object is String
    • setTp Link icon

      public void setTp(String value)
      Sets the value of the tp property.
      Parameters:
      value - allowed object is String
    • getCtgy Link icon

      public String getCtgy()
      Gets the value of the ctgy property.
      Returns:
      possible object is String
    • setCtgy Link icon

      public void setCtgy(String value)
      Sets the value of the ctgy property.
      Parameters:
      value - allowed object is String
    • getCtgyDtls Link icon

      public String getCtgyDtls()
      Gets the value of the ctgyDtls property.
      Returns:
      possible object is String
    • setCtgyDtls Link icon

      public void setCtgyDtls(String value)
      Sets the value of the ctgyDtls property.
      Parameters:
      value - allowed object is String
    • getDbtrSts Link icon

      public String getDbtrSts()
      Gets the value of the dbtrSts property.
      Returns:
      possible object is String
    • setDbtrSts Link icon

      public void setDbtrSts(String value)
      Sets the value of the dbtrSts property.
      Parameters:
      value - allowed object is String
    • getCertId Link icon

      public String getCertId()
      Gets the value of the certId property.
      Returns:
      possible object is String
    • setCertId Link icon

      public void setCertId(String value)
      Sets the value of the certId property.
      Parameters:
      value - allowed object is String
    • getFrmsCd Link icon

      public String getFrmsCd()
      Gets the value of the frmsCd property.
      Returns:
      possible object is String
    • setFrmsCd Link icon

      public void setFrmsCd(String value)
      Sets the value of the frmsCd property.
      Parameters:
      value - allowed object is String
    • getPrd Link icon

      public TaxPeriod2 getPrd()
      Gets the value of the prd property.
      Returns:
      possible object is TaxPeriod2
    • setPrd Link icon

      public void setPrd(TaxPeriod2 value)
      Sets the value of the prd property.
      Parameters:
      value - allowed object is TaxPeriod2
    • getTaxAmt Link icon

      public TaxAmount2 getTaxAmt()
      Gets the value of the taxAmt property.
      Returns:
      possible object is TaxAmount2
    • setTaxAmt Link icon

      public void setTaxAmt(TaxAmount2 value)
      Sets the value of the taxAmt property.
      Parameters:
      value - allowed object is TaxAmount2
    • getAddtlInf Link icon

      public String getAddtlInf()
      Gets the value of the addtlInf property.
      Returns:
      possible object is String
    • setAddtlInf Link icon

      public void setAddtlInf(String value)
      Sets the value of the addtlInf property.
      Parameters:
      value - allowed object is String