Class DateOrDateTimePeriod3Choice

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

public class DateOrDateTimePeriod3Choice extends Object

Java class for DateOrDateTimePeriod3Choice complex type.

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

 <complexType name="DateOrDateTimePeriod3Choice">
   <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}Period4Choice"/>
         <element name="DtTm" type="{urn:iso:std:iso:20022:tech:xsd:reda.074.001.01}Period8Choice"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • DateOrDateTimePeriod3Choice

      public DateOrDateTimePeriod3Choice()
  • Method Details