Class ExerciseProcedureOption
java.lang.Object
net.finmath.smartcontract.product.xml.ExerciseProcedureOption
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the automaticExercise property.Gets the value of the manualExercise property.void
setAutomaticExercise
(Empty value) Sets the value of the automaticExercise property.void
setManualExercise
(Empty value) Sets the value of the manualExercise property.
-
Field Details
-
manualExercise
-
automaticExercise
-
-
Constructor Details
-
ExerciseProcedureOption
public ExerciseProcedureOption()
-
-
Method Details
-
getManualExercise
-
setManualExercise
-
getAutomaticExercise
-
setAutomaticExercise
-