public class TaxParty1 extends Object
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.052.001.07}Max35Text" minOccurs="0"/>
<element name="RegnId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max35Text" minOccurs="0"/>
<element name="TaxTp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max35Text" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
regnId |
protected String |
taxId |
protected String |
taxTp |
| Constructor and Description |
|---|
TaxParty1() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRegnId()
Gets the value of the regnId property.
|
String |
getTaxId()
Gets the value of the taxId property.
|
String |
getTaxTp()
Gets the value of the taxTp property.
|
void |
setRegnId(String value)
Sets the value of the regnId property.
|
void |
setTaxId(String value)
Sets the value of the taxId property.
|
void |
setTaxTp(String value)
Sets the value of the taxTp property.
|
protected String taxId
protected String regnId
protected String taxTp
public String getTaxId()
Stringpublic void setTaxId(String value)
value - allowed object is
Stringpublic String getRegnId()
Stringpublic void setRegnId(String value)
value - allowed object is
Stringpublic String getTaxTp()
StringCopyright © 2020. All rights reserved.