public class TaxParty2
extends java.lang.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.03}Max35Text" minOccurs="0"/> <element name="RegnId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}Max35Text" minOccurs="0"/> <element name="TaxTp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}Max35Text" minOccurs="0"/> <element name="Authstn" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}TaxAuthorisation1" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected TaxAuthorisation1 |
authstn |
|
protected java.lang.String |
regnId |
|
protected java.lang.String |
taxId |
|
protected java.lang.String |
taxTp |
Constructor | Description |
---|---|
TaxParty2() |
Modifier and Type | Method | Description |
---|---|---|
TaxAuthorisation1 |
getAuthstn() |
Gets the value of the authstn property.
|
java.lang.String |
getRegnId() |
Gets the value of the regnId property.
|
java.lang.String |
getTaxId() |
Gets the value of the taxId property.
|
java.lang.String |
getTaxTp() |
Gets the value of the taxTp property.
|
void |
setAuthstn(TaxAuthorisation1 value) |
Sets the value of the authstn property.
|
void |
setRegnId(java.lang.String value) |
Sets the value of the regnId property.
|
void |
setTaxId(java.lang.String value) |
Sets the value of the taxId property.
|
void |
setTaxTp(java.lang.String value) |
Sets the value of the taxTp property.
|
protected java.lang.String taxId
protected java.lang.String regnId
protected java.lang.String taxTp
protected TaxAuthorisation1 authstn
public java.lang.String getTaxId()
String
public void setTaxId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRegnId()
String
public void setRegnId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTaxTp()
String
public void setTaxTp(java.lang.String value)
value
- allowed object is
String
public TaxAuthorisation1 getAuthstn()
TaxAuthorisation1
public void setAuthstn(TaxAuthorisation1 value)
value
- allowed object is
TaxAuthorisation1
Copyright © 2018. All rights reserved.