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>
 
  • Field Details

  • Constructor Details

    • EventStatusItem

      public EventStatusItem()
  • Method Details

    • getEventIdentifier

      public EventIdentifier getEventIdentifier()
      Gets the value of the eventIdentifier property.
      Returns:
      possible object is EventIdentifier
    • setEventIdentifier

      public void setEventIdentifier(EventIdentifier value)
      Sets the value of the eventIdentifier property.
      Parameters:
      value - allowed object is EventIdentifier
    • getStatus

      public EventStatus getStatus()
      Gets the value of the status property.
      Returns:
      possible object is EventStatus
    • setStatus

      public void setStatus(EventStatus value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is EventStatus