Class PeriodicDates
java.lang.Object
net.finmath.smartcontract.product.xml.PeriodicDates
Java class for PeriodicDates complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PeriodicDates"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="calculationStartDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate"/> <element name="calculationEndDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate" minOccurs="0"/> <element name="calculationPeriodFrequency" type="{http://www.fpml.org/FpML-5/confirmation}CalculationPeriodFrequency"/> <element name="calculationPeriodDatesAdjustments" type="{http://www.fpml.org/FpML-5/confirmation}BusinessDayAdjustments"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected AdjustableOrRelativeDate
protected BusinessDayAdjustments
protected CalculationPeriodFrequency
protected AdjustableOrRelativeDate
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the calculationEndDate property.Gets the value of the calculationPeriodDatesAdjustments property.Gets the value of the calculationPeriodFrequency property.Gets the value of the calculationStartDate property.void
Sets the value of the calculationEndDate property.void
Sets the value of the calculationPeriodDatesAdjustments property.void
Sets the value of the calculationPeriodFrequency property.void
Sets the value of the calculationStartDate property.
-
Field Details
-
calculationStartDate
-
calculationEndDate
-
calculationPeriodFrequency
-
calculationPeriodDatesAdjustments
-
-
Constructor Details
-
PeriodicDates
public PeriodicDates()
-
-
Method Details
-
getCalculationStartDate
Gets the value of the calculationStartDate property.- Returns:
- possible object is
AdjustableOrRelativeDate
-
setCalculationStartDate
Sets the value of the calculationStartDate property.- Parameters:
value
- allowed object isAdjustableOrRelativeDate
-
getCalculationEndDate
Gets the value of the calculationEndDate property.- Returns:
- possible object is
AdjustableOrRelativeDate
-
setCalculationEndDate
Sets the value of the calculationEndDate property.- Parameters:
value
- allowed object isAdjustableOrRelativeDate
-
getCalculationPeriodFrequency
Gets the value of the calculationPeriodFrequency property.- Returns:
- possible object is
CalculationPeriodFrequency
-
setCalculationPeriodFrequency
Sets the value of the calculationPeriodFrequency property.- Parameters:
value
- allowed object isCalculationPeriodFrequency
-
getCalculationPeriodDatesAdjustments
Gets the value of the calculationPeriodDatesAdjustments property.- Returns:
- possible object is
BusinessDayAdjustments
-
setCalculationPeriodDatesAdjustments
Sets the value of the calculationPeriodDatesAdjustments property.- Parameters:
value
- allowed object isBusinessDayAdjustments
-