public class TaxParty2 extends Object
Java class for TaxParty2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxParty2">
<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"/>
<element name="Authstn" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}TaxAuthorisation1" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TaxAuthorisation1 |
authstn |
protected String |
regnId |
protected String |
taxId |
protected String |
taxTp |
| Constructor and Description |
|---|
TaxParty2() |
| Modifier and Type | Method and Description |
|---|---|
TaxAuthorisation1 |
getAuthstn()
Gets the value of the authstn property.
|
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 |
setAuthstn(TaxAuthorisation1 value)
Sets the value of the authstn 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
protected TaxAuthorisation1 authstn
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()
Stringpublic void setTaxTp(String value)
value - allowed object is
Stringpublic TaxAuthorisation1 getAuthstn()
TaxAuthorisation1public void setAuthstn(TaxAuthorisation1 value)
value - allowed object is
TaxAuthorisation1Copyright © 2020. All rights reserved.