Class InterestLegResetDates
java.lang.Object
net.finmath.smartcontract.product.xml.InterestLegResetDates
Java class for InterestLegResetDates complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InterestLegResetDates"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="calculationPeriodDatesReference" type="{http://www.fpml.org/FpML-5/confirmation}InterestLegCalculationPeriodDatesReference"/> <choice> <element name="resetRelativeTo" type="{http://www.fpml.org/FpML-5/confirmation}ResetRelativeToEnum"/> <element name="resetFrequency" type="{http://www.fpml.org/FpML-5/confirmation}ResetFrequency"/> </choice> <element name="initialFixingDate" type="{http://www.fpml.org/FpML-5/confirmation}RelativeDateOffset" minOccurs="0"/> <element name="fixingDates" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableDatesOrRelativeDateOffset" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected AdjustableDatesOrRelativeDateOffset
protected RelativeDateOffset
protected ResetFrequency
protected ResetRelativeToEnum
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the calculationPeriodDatesReference property.Gets the value of the fixingDates property.Gets the value of the initialFixingDate property.Gets the value of the resetFrequency property.Gets the value of the resetRelativeTo property.void
Sets the value of the calculationPeriodDatesReference property.void
Sets the value of the fixingDates property.void
Sets the value of the initialFixingDate property.void
setResetFrequency
(ResetFrequency value) Sets the value of the resetFrequency property.void
Sets the value of the resetRelativeTo property.
-
Field Details
-
calculationPeriodDatesReference
-
resetRelativeTo
-
resetFrequency
-
initialFixingDate
-
fixingDates
-
-
Constructor Details
-
InterestLegResetDates
public InterestLegResetDates()
-
-
Method Details
-
getCalculationPeriodDatesReference
Gets the value of the calculationPeriodDatesReference property.- Returns:
- possible object is
InterestLegCalculationPeriodDatesReference
-
setCalculationPeriodDatesReference
Sets the value of the calculationPeriodDatesReference property.- Parameters:
value
- allowed object isInterestLegCalculationPeriodDatesReference
-
getResetRelativeTo
Gets the value of the resetRelativeTo property.- Returns:
- possible object is
ResetRelativeToEnum
-
setResetRelativeTo
Sets the value of the resetRelativeTo property.- Parameters:
value
- allowed object isResetRelativeToEnum
-
getResetFrequency
Gets the value of the resetFrequency property.- Returns:
- possible object is
ResetFrequency
-
setResetFrequency
Sets the value of the resetFrequency property.- Parameters:
value
- allowed object isResetFrequency
-
getInitialFixingDate
Gets the value of the initialFixingDate property.- Returns:
- possible object is
RelativeDateOffset
-
setInitialFixingDate
Sets the value of the initialFixingDate property.- Parameters:
value
- allowed object isRelativeDateOffset
-
getFixingDates
Gets the value of the fixingDates property.- Returns:
- possible object is
AdjustableDatesOrRelativeDateOffset
-
setFixingDates
Sets the value of the fixingDates property.- Parameters:
value
- allowed object isAdjustableDatesOrRelativeDateOffset
-