Class ServiceProcessingStatus
java.lang.Object
net.finmath.smartcontract.product.xml.ServiceProcessingStatus
A type defining the content model for report on the status of the
processing by a service. In the future we may wish to provide some kind of scope or other qualification
for the event, e.g. the currencies, products, or books to which it applies.
Java class for ServiceProcessingStatus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceProcessingStatus"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="cycle" type="{http://www.fpml.org/FpML-5/confirmation}ServiceProcessingCycle" minOccurs="0"/> <element name="step" type="{http://www.fpml.org/FpML-5/confirmation}ServiceProcessingStep" minOccurs="0"/> <element name="event" type="{http://www.fpml.org/FpML-5/confirmation}ServiceProcessingEvent"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected ServiceProcessingCycle
protected ServiceProcessingEvent
protected ServiceProcessingStep
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCycle()
Gets the value of the cycle property.getEvent()
Gets the value of the event property.getStep()
Gets the value of the step property.void
setCycle
(ServiceProcessingCycle value) Sets the value of the cycle property.void
setEvent
(ServiceProcessingEvent value) Sets the value of the event property.void
setStep
(ServiceProcessingStep value) Sets the value of the step property.
-
Field Details
-
cycle
-
step
-
event
-
-
Constructor Details
-
ServiceProcessingStatus
public ServiceProcessingStatus()
-
-
Method Details
-
getCycle
Gets the value of the cycle property.- Returns:
- possible object is
ServiceProcessingCycle
-
setCycle
Sets the value of the cycle property.- Parameters:
value
- allowed object isServiceProcessingCycle
-
getStep
Gets the value of the step property.- Returns:
- possible object is
ServiceProcessingStep
-
setStep
Sets the value of the step property.- Parameters:
value
- allowed object isServiceProcessingStep
-
getEvent
Gets the value of the event property.- Returns:
- possible object is
ServiceProcessingEvent
-
setEvent
Sets the value of the event property.- Parameters:
value
- allowed object isServiceProcessingEvent
-