Class AdjustableDatesOrRelativeDateOffset
java.lang.Object
net.finmath.smartcontract.product.xml.AdjustableDatesOrRelativeDateOffset
A type for defining a series of dates, either as a list of adjustable
dates, or a as a repeating sequence from a base date
Java class for AdjustableDatesOrRelativeDateOffset complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdjustableDatesOrRelativeDateOffset">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="adjustableDates" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableDates"/>
<element name="relativeDate" type="{http://www.fpml.org/FpML-5/confirmation}RelativeDateOffset"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the adjustableDates property.Gets the value of the relativeDate property.voidSets the value of the adjustableDates property.voidSets the value of the relativeDate property.
-
Field Details
-
adjustableDates
-
relativeDate
-
-
Constructor Details
-
AdjustableDatesOrRelativeDateOffset
public AdjustableDatesOrRelativeDateOffset()
-
-
Method Details
-
getAdjustableDates
Gets the value of the adjustableDates property.- Returns:
- possible object is
AdjustableDates
-
setAdjustableDates
Sets the value of the adjustableDates property.- Parameters:
value- allowed object isAdjustableDates
-
getRelativeDate
Gets the value of the relativeDate property.- Returns:
- possible object is
RelativeDateOffset
-
setRelativeDate
Sets the value of the relativeDate property.- Parameters:
value- allowed object isRelativeDateOffset
-