public class TaxParty1 extends Object
Java-Klasse für TaxParty1 complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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.054.001.06}Max35Text" minOccurs="0"/>
<element name="RegnId" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}Max35Text" minOccurs="0"/>
<element name="TaxTp" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}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()
Ruft den Wert der regnId-Eigenschaft ab.
|
String |
getTaxId()
Ruft den Wert der taxId-Eigenschaft ab.
|
String |
getTaxTp()
Ruft den Wert der taxTp-Eigenschaft ab.
|
void |
setRegnId(String value)
Legt den Wert der regnId-Eigenschaft fest.
|
void |
setTaxId(String value)
Legt den Wert der taxId-Eigenschaft fest.
|
void |
setTaxTp(String value)
Legt den Wert der taxTp-Eigenschaft fest.
|
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 © 2017. All rights reserved.