Class ExerciseProcedure

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

public class ExerciseProcedure extends Object
A type describing how notice of exercise should be given. This can be either manual or automatic.

Java class for ExerciseProcedure complex type.

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

 <complexType name="ExerciseProcedure">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="manualExercise" type="{http://www.fpml.org/FpML-5/confirmation}ManualExercise"/>
           <element name="automaticExercise" type="{http://www.fpml.org/FpML-5/confirmation}AutomaticExercise"/>
         </choice>
         <element name="followUpConfirmation" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="limitedRightToConfirm" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="splitTicket" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • manualExercise

      protected ManualExercise manualExercise
    • automaticExercise

      protected AutomaticExercise automaticExercise
    • followUpConfirmation

      protected boolean followUpConfirmation
    • limitedRightToConfirm

      protected Boolean limitedRightToConfirm
    • splitTicket

      protected Boolean splitTicket
  • Constructor Details

    • ExerciseProcedure

      public ExerciseProcedure()
  • Method Details

    • getManualExercise

      public ManualExercise getManualExercise()
      Gets the value of the manualExercise property.
      Returns:
      possible object is ManualExercise
    • setManualExercise

      public void setManualExercise(ManualExercise value)
      Sets the value of the manualExercise property.
      Parameters:
      value - allowed object is ManualExercise
    • getAutomaticExercise

      public AutomaticExercise getAutomaticExercise()
      Gets the value of the automaticExercise property.
      Returns:
      possible object is AutomaticExercise
    • setAutomaticExercise

      public void setAutomaticExercise(AutomaticExercise value)
      Sets the value of the automaticExercise property.
      Parameters:
      value - allowed object is AutomaticExercise
    • isFollowUpConfirmation

      public boolean isFollowUpConfirmation()
      Gets the value of the followUpConfirmation property.
    • setFollowUpConfirmation

      public void setFollowUpConfirmation(boolean value)
      Sets the value of the followUpConfirmation property.
    • isLimitedRightToConfirm

      public Boolean isLimitedRightToConfirm()
      Gets the value of the limitedRightToConfirm property.
      Returns:
      possible object is Boolean
    • setLimitedRightToConfirm

      public void setLimitedRightToConfirm(Boolean value)
      Sets the value of the limitedRightToConfirm property.
      Parameters:
      value - allowed object is Boolean
    • isSplitTicket

      public Boolean isSplitTicket()
      Gets the value of the splitTicket property.
      Returns:
      possible object is Boolean
    • setSplitTicket

      public void setSplitTicket(Boolean value)
      Sets the value of the splitTicket property.
      Parameters:
      value - allowed object is Boolean