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

  • Constructor Details

    • Approval

      public Approval()
  • Method Details

    • getType

      public ApprovalType getType()
      Gets the value of the type property.
      Returns:
      possible object is ApprovalType
    • setType

      public void setType(ApprovalType value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is ApprovalType
    • getStatus

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

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

      public PersonId getApprover()
      Gets the value of the approver property.
      Returns:
      possible object is PersonId
    • setApprover

      public void setApprover(PersonId value)
      Sets the value of the approver property.
      Parameters:
      value - allowed object is PersonId
    • getApprovingPartyReference

      public PartyReference getApprovingPartyReference()
      Gets the value of the approvingPartyReference property.
      Returns:
      possible object is PartyReference
    • setApprovingPartyReference

      public void setApprovingPartyReference(PartyReference value)
      Sets the value of the approvingPartyReference property.
      Parameters:
      value - allowed object is PartyReference
    • getApprovedPartyReference

      public PartyReference getApprovedPartyReference()
      Gets the value of the approvedPartyReference property.
      Returns:
      possible object is PartyReference
    • setApprovedPartyReference

      public void setApprovedPartyReference(PartyReference value)
      Sets the value of the approvedPartyReference property.
      Parameters:
      value - allowed object is PartyReference
    • getApprovalId

      public ApprovalId getApprovalId()
      Gets the value of the approvalId property.
      Returns:
      possible object is ApprovalId
    • setApprovalId

      public void setApprovalId(ApprovalId value)
      Sets the value of the approvalId property.
      Parameters:
      value - allowed object is ApprovalId