Class TaxInformation3

java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_04.TaxInformation3

public class TaxInformation3 extends Object

Java class for TaxInformation3 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TaxInformation3">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Cdtr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}TaxParty1" minOccurs="0"/>
         <element name="Dbtr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}TaxParty2" minOccurs="0"/>
         <element name="AdmstnZn" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}Max35Text" minOccurs="0"/>
         <element name="RefNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}Max140Text" minOccurs="0"/>
         <element name="Mtd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}Max35Text" minOccurs="0"/>
         <element name="TtlTaxblBaseAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
         <element name="TtlTaxAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
         <element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}ISODate" minOccurs="0"/>
         <element name="SeqNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}Number" minOccurs="0"/>
         <element name="Rcrd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}TaxRecord1" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>