Class TaxParty1
java.lang.Object
org.coderic.iso20022.messages.camt.TaxParty1
Java class for TaxParty1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxParty1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TaxId" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max35Text" minOccurs="0"/> <element name="RegnId" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max35Text" minOccurs="0"/> <element name="TaxTp" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max35Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the regnId property.getTaxId()
Gets the value of the taxId property.getTaxTp()
Gets the value of the taxTp property.void
Sets the value of the regnId property.void
Sets the value of the taxId property.void
Sets the value of the taxTp property.
-
Constructor Details
-
TaxParty1
public TaxParty1()
-
-
Method Details
-
getTaxId
Gets the value of the taxId property.- Returns:
- possible object is
String
-
setTaxId
Sets the value of the taxId property.- Parameters:
value
- allowed object isString
-
getRegnId
Gets the value of the regnId property.- Returns:
- possible object is
String
-
setRegnId
Sets the value of the regnId property.- Parameters:
value
- allowed object isString
-
getTaxTp
Gets the value of the taxTp property.- Returns:
- possible object is
String
-
setTaxTp
Sets the value of the taxTp property.- Parameters:
value
- allowed object isString
-