Class ExerciseProcedureOption

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

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

Java class for ExerciseProcedureOption complex type.

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

 <complexType name="ExerciseProcedureOption">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="manualExercise" type="{http://www.fpml.org/FpML-5/confirmation}Empty"/>
         <element name="automaticExercise" type="{http://www.fpml.org/FpML-5/confirmation}Empty"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • manualExercise

      protected Empty manualExercise
    • automaticExercise

      protected Empty automaticExercise
  • Constructor Details

    • ExerciseProcedureOption

      public ExerciseProcedureOption()
  • Method Details

    • getManualExercise

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

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

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

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