Class DateOffset
java.lang.Object
net.finmath.smartcontract.product.xml.Period
net.finmath.smartcontract.product.xml.Offset
net.finmath.smartcontract.product.xml.DateOffset
A type defining an offset used in calculating a date when this date is
defined in reference to another date through a date offset. The type includes the convention for
adjusting the date and an optional sequence element to indicate the order in a sequence of multiple date
offsets.
Java class for DateOffset complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DateOffset"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}Offset"> <sequence> <element name="businessDayConvention" type="{http://www.fpml.org/FpML-5/confirmation}BusinessDayConventionEnum"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.Period
id, period, periodMultiplier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the businessDayConvention property.void
Sets the value of the businessDayConvention property.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
-
businessDayConvention
-
-
Constructor Details
-
DateOffset
public DateOffset()
-
-
Method Details
-
getBusinessDayConvention
Gets the value of the businessDayConvention property.- Returns:
- possible object is
BusinessDayConventionEnum
-
setBusinessDayConvention
Sets the value of the businessDayConvention property.- Parameters:
value
- allowed object isBusinessDayConventionEnum
-