Class WeatherCalculationPeriod
java.lang.Object
net.finmath.smartcontract.product.xml.WeatherCalculationPeriod
The schedule of Calculation Period First Days and Lasts Days. If there is
only one First Day - Last Day pair then the First is equal to the Effective Date and the Last Day is
equal to the Termination Date.
Java class for WeatherCalculationPeriod complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WeatherCalculationPeriod"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="calculationPeriodFirstDay" type="{http://www.fpml.org/FpML-5/confirmation}IdentifiedDate"/> <element name="calculationPeriodEndDay" type="{http://www.fpml.org/FpML-5/confirmation}IdentifiedDate"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the calculationPeriodEndDay property.Gets the value of the calculationPeriodFirstDay property.void
Sets the value of the calculationPeriodEndDay property.void
Sets the value of the calculationPeriodFirstDay property.
-
Field Details
-
calculationPeriodFirstDay
-
calculationPeriodEndDay
-
-
Constructor Details
-
WeatherCalculationPeriod
public WeatherCalculationPeriod()
-
-
Method Details
-
getCalculationPeriodFirstDay
Gets the value of the calculationPeriodFirstDay property.- Returns:
- possible object is
IdentifiedDate
-
setCalculationPeriodFirstDay
Sets the value of the calculationPeriodFirstDay property.- Parameters:
value
- allowed object isIdentifiedDate
-
getCalculationPeriodEndDay
Gets the value of the calculationPeriodEndDay property.- Returns:
- possible object is
IdentifiedDate
-
setCalculationPeriodEndDay
Sets the value of the calculationPeriodEndDay property.- Parameters:
value
- allowed object isIdentifiedDate
-