Class ManualExercise
java.lang.Object
net.finmath.smartcontract.product.xml.ManualExercise
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the exerciseNotice property.Gets the value of the fallbackExercise property.void
setExerciseNotice
(ExerciseNotice value) Sets the value of the exerciseNotice property.void
setFallbackExercise
(Boolean value) Sets the value of the fallbackExercise property.
-
Field Details
-
exerciseNotice
-
fallbackExercise
-
-
Constructor Details
-
ManualExercise
public ManualExercise()
-
-
Method Details
-
getExerciseNotice
Gets the value of the exerciseNotice property.- Returns:
- possible object is
ExerciseNotice
-
setExerciseNotice
Sets the value of the exerciseNotice property.- Parameters:
value
- allowed object isExerciseNotice
-
isFallbackExercise
-
setFallbackExercise
-