Class SharedAmericanExercise
java.lang.Object
net.finmath.smartcontract.product.xml.Exercise
net.finmath.smartcontract.product.xml.SharedAmericanExercise
- Direct Known Subclasses:
EquityAmericanExercise
,EquityBermudaExercise
TBA
Java class for SharedAmericanExercise complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SharedAmericanExercise"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}Exercise"> <sequence> <element name="commencementDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate"/> <element name="expirationDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate"/> <choice minOccurs="0"> <element name="latestExerciseTime" type="{http://www.fpml.org/FpML-5/confirmation}BusinessCenterTime"/> <element name="latestExerciseTimeDetermination" type="{http://www.fpml.org/FpML-5/confirmation}DeterminationMethod"/> </choice> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected AdjustableOrRelativeDate
protected AdjustableOrRelativeDate
protected BusinessCenterTime
protected DeterminationMethod
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the commencementDate property.Gets the value of the expirationDate property.Gets the value of the latestExerciseTime property.Gets the value of the latestExerciseTimeDetermination property.void
Sets the value of the commencementDate property.void
Sets the value of the expirationDate property.void
Sets the value of the latestExerciseTime property.void
Sets the value of the latestExerciseTimeDetermination property.
-
Field Details
-
commencementDate
-
expirationDate
-
latestExerciseTime
-
latestExerciseTimeDetermination
-
-
Constructor Details
-
SharedAmericanExercise
public SharedAmericanExercise()
-
-
Method Details
-
getCommencementDate
Gets the value of the commencementDate property.- Returns:
- possible object is
AdjustableOrRelativeDate
-
setCommencementDate
Sets the value of the commencementDate property.- Parameters:
value
- allowed object isAdjustableOrRelativeDate
-
getExpirationDate
Gets the value of the expirationDate property.- Returns:
- possible object is
AdjustableOrRelativeDate
-
setExpirationDate
Sets the value of the expirationDate property.- Parameters:
value
- allowed object isAdjustableOrRelativeDate
-
getLatestExerciseTime
Gets the value of the latestExerciseTime property.- Returns:
- possible object is
BusinessCenterTime
-
setLatestExerciseTime
Sets the value of the latestExerciseTime property.- Parameters:
value
- allowed object isBusinessCenterTime
-
getLatestExerciseTimeDetermination
Gets the value of the latestExerciseTimeDetermination property.- Returns:
- possible object is
DeterminationMethod
-
setLatestExerciseTimeDetermination
Sets the value of the latestExerciseTimeDetermination property.- Parameters:
value
- allowed object isDeterminationMethod
-