Uses of Class
net.finmath.smartcontract.product.xml.ExerciseNotice
Packages that use ExerciseNotice
-
Uses of ExerciseNotice in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as ExerciseNoticeModifier and TypeFieldDescriptionprotected ExerciseNotice
CancelableProvision.exerciseNotice
protected ExerciseNotice
ExtendibleProvision.exerciseNotice
protected ExerciseNotice
ManualExercise.exerciseNotice
Fields in net.finmath.smartcontract.product.xml with type parameters of type ExerciseNoticeModifier and TypeFieldDescriptionprotected List
<ExerciseNotice> OptionalEarlyTermination.exerciseNotice
Methods in net.finmath.smartcontract.product.xml that return ExerciseNoticeModifier and TypeMethodDescriptionObjectFactory.createExerciseNotice()
Create an instance ofExerciseNotice
CancelableProvision.getExerciseNotice()
Gets the value of the exerciseNotice property.ExtendibleProvision.getExerciseNotice()
Gets the value of the exerciseNotice property.ManualExercise.getExerciseNotice()
Gets the value of the exerciseNotice property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type ExerciseNoticeModifier and TypeMethodDescriptionOptionalEarlyTermination.getExerciseNotice()
Gets the value of the exerciseNotice property.Methods in net.finmath.smartcontract.product.xml with parameters of type ExerciseNoticeModifier and TypeMethodDescriptionvoid
CancelableProvision.setExerciseNotice
(ExerciseNotice value) Sets the value of the exerciseNotice property.void
ExtendibleProvision.setExerciseNotice
(ExerciseNotice value) Sets the value of the exerciseNotice property.void
ManualExercise.setExerciseNotice
(ExerciseNotice value) Sets the value of the exerciseNotice property.