Class CommodityExercisePeriods
java.lang.Object
net.finmath.smartcontract.product.xml.CommodityExercisePeriods
Java class for CommodityExercisePeriods complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CommodityExercisePeriods">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AdjustableOrRelativeDateprotected AdjustableOrRelativeDate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the commencementDate property.Gets the value of the expirationDate property.voidSets the value of the commencementDate property.voidSets the value of the expirationDate property.
-
Field Details
-
commencementDate
-
expirationDate
-
-
Constructor Details
-
CommodityExercisePeriods
public CommodityExercisePeriods()
-
-
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
-