Class TaxParty2
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_008_001_10.TaxParty2
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:pain.008.001.10}Max35Text" minOccurs="0"/>
<element name="RegnId" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.10}Max35Text" minOccurs="0"/>
<element name="TaxTp" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.10}Max35Text" minOccurs="0"/>
<element name="Authstn" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.10}TaxAuthorisation1" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the authstn property.Gets the value of the regnId property.getTaxId()Gets the value of the taxId property.getTaxTp()Gets the value of the taxTp property.voidsetAuthstn(TaxAuthorisation1 value) Sets the value of the authstn property.voidSets the value of the regnId property.voidSets the value of the taxId property.voidSets the value of the taxTp property.
-
Field Details
-
taxId
-
regnId
-
taxTp
-
authstn
-
-
Constructor Details
-
TaxParty2
public TaxParty2()
-
-
Method Details
-
getTaxId
-
setTaxId
-
getRegnId
-
setRegnId
-
getTaxTp
-
setTaxTp
-
getAuthstn
Gets the value of the authstn property.- Returns:
- possible object is
TaxAuthorisation1
-
setAuthstn
Sets the value of the authstn property.- Parameters:
value- allowed object isTaxAuthorisation1
-