Class TaxRecord3
java.lang.Object
org.coderic.iso20022.messages.camt.TaxRecord3
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.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}TaxPeriod3" minOccurs="0"/> <element name="TaxAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}TaxAmount3" 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 Summary
-
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.void
setAddtlInf
(String value) Sets the value of the addtlInf property.void
Sets the value of the certId property.void
Sets the value of the ctgy property.void
setCtgyDtls
(String value) Sets the value of the ctgyDtls property.void
setDbtrSts
(String value) Sets the value of the dbtrSts property.void
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
Sets the value of the tp property.
-
Constructor Details
-
TaxRecord3
public TaxRecord3()
-
-
Method Details
-
getTp
Gets the value of the tp property.- Returns:
- possible object is
String
-
setTp
Sets the value of the tp property.- Parameters:
value
- allowed object isString
-
getCtgy
Gets the value of the ctgy property.- Returns:
- possible object is
String
-
setCtgy
Sets the value of the ctgy property.- Parameters:
value
- allowed object isString
-
getCtgyDtls
Gets the value of the ctgyDtls property.- Returns:
- possible object is
String
-
setCtgyDtls
Sets the value of the ctgyDtls property.- Parameters:
value
- allowed object isString
-
getDbtrSts
Gets the value of the dbtrSts property.- Returns:
- possible object is
String
-
setDbtrSts
Sets the value of the dbtrSts property.- Parameters:
value
- allowed object isString
-
getCertId
Gets the value of the certId property.- Returns:
- possible object is
String
-
setCertId
Sets the value of the certId property.- Parameters:
value
- allowed object isString
-
getFrmsCd
Gets the value of the frmsCd property.- Returns:
- possible object is
String
-
setFrmsCd
Sets the value of the frmsCd property.- Parameters:
value
- allowed object isString
-
getPrd
Gets the value of the prd property.- Returns:
- possible object is
TaxPeriod3
-
setPrd
Sets the value of the prd property.- Parameters:
value
- allowed object isTaxPeriod3
-
getTaxAmt
Gets the value of the taxAmt property.- Returns:
- possible object is
TaxAmount3
-
setTaxAmt
Sets the value of the taxAmt property.- Parameters:
value
- allowed object isTaxAmount3
-
getAddtlInf
Gets the value of the addtlInf property.- Returns:
- possible object is
String
-
setAddtlInf
Sets the value of the addtlInf property.- Parameters:
value
- allowed object isString
-