Class EventIdentifier

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

public class EventIdentifier extends Object
Identification of a business event, for example through its correlation id or a business identifier.

Java class for EventIdentifier complex type.

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

 <complexType name="EventIdentifier">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <sequence>
           <group ref="{http://www.fpml.org/FpML-5/confirmation}CorrelationId.model"/>
           <group ref="{http://www.fpml.org/FpML-5/confirmation}Sequence.model" minOccurs="0"/>
         </sequence>
         <element name="tradeIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}TradeIdentifier"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>