Class Offset
java.lang.Object
net.finmath.smartcontract.product.xml.Period
net.finmath.smartcontract.product.xml.Offset
- Direct Known Subclasses:
AdjustableOffset
,DateOffset
,FxFixingDate
,FxValuationDateOffset
,RelativeDateOffset
A type defining an offset used in calculating a new date relative to a
reference date. E.g. calendar days, business days, Commodity Business days, etc..
Java class for Offset complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Offset"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}Period"> <sequence> <element name="dayType" type="{http://www.fpml.org/FpML-5/confirmation}DayTypeEnum" minOccurs="0"/> </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 dayType property.void
setDayType
(DayTypeEnum value) Sets the value of the dayType property.Methods inherited from class net.finmath.smartcontract.product.xml.Period
getId, getPeriod, getPeriodMultiplier, setId, setPeriod, setPeriodMultiplier
-
Field Details
-
dayType
-
-
Constructor Details
-
Offset
public Offset()
-
-
Method Details
-
getDayType
Gets the value of the dayType property.- Returns:
- possible object is
DayTypeEnum
-
setDayType
Sets the value of the dayType property.- Parameters:
value
- allowed object isDayTypeEnum
-