Class EventStatusItem
java.lang.Object
net.finmath.smartcontract.product.xml.EventStatusItem
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the eventIdentifier property.Gets the value of the status property.void
Sets the value of the eventIdentifier property.void
setStatus
(EventStatus value) Sets the value of the status property.
-
Field Details
-
eventIdentifier
-
status
-
-
Constructor Details
-
EventStatusItem
public EventStatusItem()
-
-
Method Details
-
getEventIdentifier
Gets the value of the eventIdentifier property.- Returns:
- possible object is
EventIdentifier
-
setEventIdentifier
Sets the value of the eventIdentifier property.- Parameters:
value
- allowed object isEventIdentifier
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
EventStatus
-
setStatus
Sets the value of the status property.- Parameters:
value
- allowed object isEventStatus
-