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>