Class Period11Choice

java.lang.Object
org.coderic.iso20022.messages.auth.Period11Choice

public class Period11Choice extends Object

Java class for Period11Choice complex type.

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

 <complexType name="Period11Choice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}ISODate"/>
         <element name="FrDt" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}ISODate"/>
         <element name="ToDt" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}ISODate"/>
         <element name="FrToDt" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}Period2"/>
         <element name="FrToDtTm" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}DateTimePeriod1"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>