Class TaxAmount1

java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_02.TaxAmount1

public class TaxAmount1 extends Object

Java class for TaxAmount1 complex type.

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

 <complexType name="TaxAmount1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Rate" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}PercentageRate" minOccurs="0"/>
         <element name="TaxblBaseAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
         <element name="TtlAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
         <element name="Dtls" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}TaxRecordDetails1" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>