Class Period4Choice

java.lang.Object
org.coderic.iso20022.messages.reda.Period4Choice

public class Period4Choice extends Object

Java class for Period4Choice complex type.

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

 <complexType name="Period4Choice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:reda.074.001.01}ISODate"/>
         <element name="FrDt" type="{urn:iso:std:iso:20022:tech:xsd:reda.074.001.01}ISODate"/>
         <element name="ToDt" type="{urn:iso:std:iso:20022:tech:xsd:reda.074.001.01}ISODate"/>
         <element name="FrDtToDt" type="{urn:iso:std:iso:20022:tech:xsd:reda.074.001.01}Period2"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>