Class EventStatusItem

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

public class EventStatusItem extends Object
A type used in event status enquiry messages which relates an event identifier to its current status value.

Java class for EventStatusItem complex type.

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

 <complexType name="EventStatusItem">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="eventIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}EventIdentifier"/>
         <element name="status" type="{http://www.fpml.org/FpML-5/confirmation}EventStatus"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>