Class ServiceProcessingStatus

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

public class ServiceProcessingStatus extends Object
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>