Class TradeDate3Choice

java.lang.Object
org.coderic.iso20022.messages.secl.TradeDate3Choice

public class TradeDate3Choice extends Object

Java class for TradeDate3Choice complex type.

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

 <complexType name="TradeDate3Choice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}ISODate"/>
         <element name="DtCd" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}DateType1Code"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>