Class ClearingInstructions

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

public class ClearingInstructions extends Object

Java class for ClearingInstructions complex type.

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

 <complexType name="ClearingInstructions">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="requestedClearingAction" type="{http://www.fpml.org/FpML-5/confirmation}RequestedClearingAction" minOccurs="0"/>
         <element name="requestedClearingOrganizationPartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • requestedClearingAction

      protected RequestedClearingAction requestedClearingAction
    • requestedClearingOrganizationPartyReference

      protected PartyReference requestedClearingOrganizationPartyReference
  • Constructor Details

    • ClearingInstructions

      public ClearingInstructions()
  • Method Details

    • getRequestedClearingAction

      public RequestedClearingAction getRequestedClearingAction()
      Gets the value of the requestedClearingAction property.
      Returns:
      possible object is RequestedClearingAction
    • setRequestedClearingAction

      public void setRequestedClearingAction(RequestedClearingAction value)
      Sets the value of the requestedClearingAction property.
      Parameters:
      value - allowed object is RequestedClearingAction
    • getRequestedClearingOrganizationPartyReference

      public PartyReference getRequestedClearingOrganizationPartyReference()
      Gets the value of the requestedClearingOrganizationPartyReference property.
      Returns:
      possible object is PartyReference
    • setRequestedClearingOrganizationPartyReference

      public void setRequestedClearingOrganizationPartyReference(PartyReference value)
      Sets the value of the requestedClearingOrganizationPartyReference property.
      Parameters:
      value - allowed object is PartyReference