Class ExerciseProcedure
java.lang.Object
net.finmath.smartcontract.product.xml.ExerciseProcedure
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AutomaticExerciseprotected booleanprotected Booleanprotected ManualExerciseprotected Boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the automaticExercise property.Gets the value of the manualExercise property.booleanGets the value of the followUpConfirmation property.Gets the value of the limitedRightToConfirm property.Gets the value of the splitTicket property.voidSets the value of the automaticExercise property.voidsetFollowUpConfirmation(boolean value) Sets the value of the followUpConfirmation property.voidsetLimitedRightToConfirm(Boolean value) Sets the value of the limitedRightToConfirm property.voidsetManualExercise(ManualExercise value) Sets the value of the manualExercise property.voidsetSplitTicket(Boolean value) Sets the value of the splitTicket property.
-
Field Details
-
manualExercise
-
automaticExercise
-
followUpConfirmation
protected boolean followUpConfirmation -
limitedRightToConfirm
-
splitTicket
-
-
Constructor Details
-
ExerciseProcedure
public ExerciseProcedure()
-
-
Method Details
-
getManualExercise
Gets the value of the manualExercise property.- Returns:
- possible object is
ManualExercise
-
setManualExercise
Sets the value of the manualExercise property.- Parameters:
value- allowed object isManualExercise
-
getAutomaticExercise
Gets the value of the automaticExercise property.- Returns:
- possible object is
AutomaticExercise
-
setAutomaticExercise
Sets the value of the automaticExercise property.- Parameters:
value- allowed object isAutomaticExercise
-
isFollowUpConfirmation
public boolean isFollowUpConfirmation()Gets the value of the followUpConfirmation property. -
setFollowUpConfirmation
public void setFollowUpConfirmation(boolean value) Sets the value of the followUpConfirmation property. -
isLimitedRightToConfirm
-
setLimitedRightToConfirm
-
isSplitTicket
-
setSplitTicket
-