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>