Class DateFormat42Choice

java.lang.Object
org.coderic.iso20022.messages.setr.DateFormat42Choice

public class DateFormat42Choice extends Object

Java class for DateFormat42Choice complex type.

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

 <complexType name="DateFormat42Choice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="YrMnth" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}ISOYearMonth"/>
         <element name="YrMnthDay" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}ISODate"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>