Class AdjustableRelativeOrPeriodicDates2
java.lang.Object
net.finmath.smartcontract.product.xml.AdjustableRelativeOrPeriodicDates2
A type giving the choice between defining a series of dates as an explicit
list of dates together with applicable adjustments, or as relative to some other series of (anchor)
dates, or as a set of factors to specify periodic occurences.
Java class for AdjustableRelativeOrPeriodicDates2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdjustableRelativeOrPeriodicDates2"> <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="relativeDates" type="{http://www.fpml.org/FpML-5/confirmation}RelativeDates"/> <element name="periodicDates" type="{http://www.fpml.org/FpML-5/confirmation}PeriodicDates"/> </choice> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected AdjustableDates
protected String
protected PeriodicDates
protected RelativeDates
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the adjustableDates property.getId()
Gets the value of the id property.Gets the value of the periodicDates property.Gets the value of the relativeDates property.void
Sets the value of the adjustableDates property.void
Sets the value of the id property.void
setPeriodicDates
(PeriodicDates value) Sets the value of the periodicDates property.void
setRelativeDates
(RelativeDates value) Sets the value of the relativeDates property.
-
Field Details
-
adjustableDates
-
relativeDates
-
periodicDates
-
id
-
-
Constructor Details
-
AdjustableRelativeOrPeriodicDates2
public AdjustableRelativeOrPeriodicDates2()
-
-
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
-
getRelativeDates
Gets the value of the relativeDates property.- Returns:
- possible object is
RelativeDates
-
setRelativeDates
Sets the value of the relativeDates property.- Parameters:
value
- allowed object isRelativeDates
-
getPeriodicDates
Gets the value of the periodicDates property.- Returns:
- possible object is
PeriodicDates
-
setPeriodicDates
Sets the value of the periodicDates property.- Parameters:
value
- allowed object isPeriodicDates
-
getId
-
setId
-