Class TaxPeriod2

java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_002_001_10.TaxPeriod2

public class TaxPeriod2 extends Object

Java class for TaxPeriod2 complex type.

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

 <complexType name="TaxPeriod2">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Yr" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}ISODate" minOccurs="0"/>
         <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}TaxRecordPeriod1Code" minOccurs="0"/>
         <element name="FrToDt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.10}DatePeriod2" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>