Class Approval

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

public class Approval extends Object
A specific approval state in the workflow.

Java class for Approval complex type.

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

 <complexType name="Approval">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="type" type="{http://www.fpml.org/FpML-5/confirmation}ApprovalType"/>
         <element name="status" type="{http://www.fpml.org/FpML-5/confirmation}NormalizedString"/>
         <element name="approver" type="{http://www.fpml.org/FpML-5/confirmation}PersonId" minOccurs="0"/>
         <element name="approvingPartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" minOccurs="0"/>
         <element name="approvedPartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" minOccurs="0"/>
         <element name="approvalId" type="{http://www.fpml.org/FpML-5/confirmation}ApprovalId" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>