Class RelativeDates
java.lang.Object
net.finmath.smartcontract.product.xml.Period
net.finmath.smartcontract.product.xml.Offset
net.finmath.smartcontract.product.xml.RelativeDateOffset
net.finmath.smartcontract.product.xml.RelativeDates
A type describing a set of dates defined as relative to another set of
dates.
Java class for RelativeDates complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RelativeDates"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}RelativeDateOffset"> <sequence> <element name="periodSkip" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/> <element name="scheduleBounds" type="{http://www.fpml.org/FpML-5/confirmation}DateRange" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.RelativeDateOffset
adjustedDate, businessCenters, businessCentersReference, businessDayConvention, dateRelativeTo
Fields inherited from class net.finmath.smartcontract.product.xml.Period
id, period, periodMultiplier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the periodSkip property.Gets the value of the scheduleBounds property.void
setPeriodSkip
(BigInteger value) Sets the value of the periodSkip property.void
setScheduleBounds
(DateRange value) Sets the value of the scheduleBounds property.Methods inherited from class net.finmath.smartcontract.product.xml.RelativeDateOffset
getAdjustedDate, getBusinessCenters, getBusinessCentersReference, getBusinessDayConvention, getDateRelativeTo, setAdjustedDate, setBusinessCenters, setBusinessCentersReference, setBusinessDayConvention, setDateRelativeTo
Methods inherited from class net.finmath.smartcontract.product.xml.Offset
getDayType, setDayType
Methods inherited from class net.finmath.smartcontract.product.xml.Period
getId, getPeriod, getPeriodMultiplier, setId, setPeriod, setPeriodMultiplier
-
Field Details
-
periodSkip
-
scheduleBounds
-
-
Constructor Details
-
RelativeDates
public RelativeDates()
-
-
Method Details
-
getPeriodSkip
Gets the value of the periodSkip property.- Returns:
- possible object is
BigInteger
-
setPeriodSkip
Sets the value of the periodSkip property.- Parameters:
value
- allowed object isBigInteger
-
getScheduleBounds
-
setScheduleBounds
-