Class TaxParty2
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_03.TaxParty2
-
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.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>
-
-
Constructor Summary
Constructors Constructor Description TaxParty2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaxAuthorisation1getAuthstn()Gets the value of the authstn property.StringgetRegnId()Gets the value of the regnId property.StringgetTaxId()Gets the value of the taxId property.StringgetTaxTp()Gets the value of the taxTp property.voidsetAuthstn(TaxAuthorisation1 value)Sets the value of the authstn property.voidsetRegnId(String value)Sets the value of the regnId property.voidsetTaxId(String value)Sets the value of the taxId property.voidsetTaxTp(String value)Sets the value of the taxTp property.
-
-
-
Field Detail
-
taxId
protected String taxId
-
regnId
protected String regnId
-
taxTp
protected String taxTp
-
authstn
protected TaxAuthorisation1 authstn
-
-
Method Detail
-
getTaxId
public String getTaxId()
Gets the value of the taxId property.- Returns:
- possible object is
String
-
setTaxId
public void setTaxId(String value)
Sets the value of the taxId property.- Parameters:
value- allowed object isString
-
getRegnId
public String getRegnId()
Gets the value of the regnId property.- Returns:
- possible object is
String
-
setRegnId
public void setRegnId(String value)
Sets the value of the regnId property.- Parameters:
value- allowed object isString
-
getTaxTp
public String getTaxTp()
Gets the value of the taxTp property.- Returns:
- possible object is
String
-
setTaxTp
public void setTaxTp(String value)
Sets the value of the taxTp property.- Parameters:
value- allowed object isString
-
getAuthstn
public TaxAuthorisation1 getAuthstn()
Gets the value of the authstn property.- Returns:
- possible object is
TaxAuthorisation1
-
setAuthstn
public void setAuthstn(TaxAuthorisation1 value)
Sets the value of the authstn property.- Parameters:
value- allowed object isTaxAuthorisation1
-
-