Class EventsChoice

java.lang.Object
net.finmath.smartcontract.product.xml.EventsChoice

public class EventsChoice extends Object

Java class for EventsChoice complex type.

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

 <complexType name="EventsChoice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}TradingEventsBase.model"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PostTradeEventsBase.model"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}ChangeEventsBase.model"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}OptionsEventsBase.model"/>
         <element ref="{http://www.fpml.org/FpML-5/confirmation}additionalEvent"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>