Class ManualExercise

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

public class ManualExercise extends Object
A type defining manual exercise, i.e. that the option buyer counterparty must give notice to the option seller of exercise.

Java class for ManualExercise complex type.

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

 <complexType name="ManualExercise">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="exerciseNotice" type="{http://www.fpml.org/FpML-5/confirmation}ExerciseNotice" minOccurs="0"/>
         <element name="fallbackExercise" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • exerciseNotice

      protected ExerciseNotice exerciseNotice
    • fallbackExercise

      protected Boolean fallbackExercise
  • Constructor Details

    • ManualExercise

      public ManualExercise()
  • Method Details

    • getExerciseNotice

      public ExerciseNotice getExerciseNotice()
      Gets the value of the exerciseNotice property.
      Returns:
      possible object is ExerciseNotice
    • setExerciseNotice

      public void setExerciseNotice(ExerciseNotice value)
      Sets the value of the exerciseNotice property.
      Parameters:
      value - allowed object is ExerciseNotice
    • isFallbackExercise

      public Boolean isFallbackExercise()
      Gets the value of the fallbackExercise property.
      Returns:
      possible object is Boolean
    • setFallbackExercise

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