Class OrderReport2Choice

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

public class OrderReport2Choice extends Object

Java class for OrderReport2Choice complex type.

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

 <complexType name="OrderReport2Choice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="New" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}NewOrderReport2"/>
         <element name="Cxl" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}CancelOrderReport1"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>