Class CommodityStartingDate
java.lang.Object
net.finmath.smartcontract.product.xml.CommodityStartingDate
A type specifying the date from which the early termination clause can be
exercised.
Java class for CommodityStartingDate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CommodityStartingDate"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="dateRelativeTo" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference"/> <element name="adjustableDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableDate"/> </choice> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the adjustableDate property.Gets the value of the dateRelativeTo property.void
setAdjustableDate
(AdjustableDate value) Sets the value of the adjustableDate property.void
setDateRelativeTo
(PartyReference value) Sets the value of the dateRelativeTo property.
-
Field Details
-
dateRelativeTo
-
adjustableDate
-
-
Constructor Details
-
CommodityStartingDate
public CommodityStartingDate()
-
-
Method Details
-
getDateRelativeTo
Gets the value of the dateRelativeTo property.- Returns:
- possible object is
PartyReference
-
setDateRelativeTo
Sets the value of the dateRelativeTo property.- Parameters:
value
- allowed object isPartyReference
-
getAdjustableDate
Gets the value of the adjustableDate property.- Returns:
- possible object is
AdjustableDate
-
setAdjustableDate
Sets the value of the adjustableDate property.- Parameters:
value
- allowed object isAdjustableDate
-