Class CalendarSpread
java.lang.Object
net.finmath.smartcontract.product.xml.CalendarSpread
A type for defining a calendar spread feature.
Java class for CalendarSpread complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CalendarSpread"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="expirationDateTwo" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the expirationDateTwo property.void
Sets the value of the expirationDateTwo property.
-
Field Details
-
expirationDateTwo
-
-
Constructor Details
-
CalendarSpread
public CalendarSpread()
-
-
Method Details
-
getExpirationDateTwo
Gets the value of the expirationDateTwo property.- Returns:
- possible object is
AdjustableOrRelativeDate
-
setExpirationDateTwo
Sets the value of the expirationDateTwo property.- Parameters:
value
- allowed object isAdjustableOrRelativeDate
-