Class WeatherCalculationPeriod

java.lang.Object
net.finmath.smartcontract.product.xml.WeatherCalculationPeriod

public class WeatherCalculationPeriod extends Object
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 Details

    • calculationPeriodFirstDay

      protected IdentifiedDate calculationPeriodFirstDay
    • calculationPeriodEndDay

      protected IdentifiedDate calculationPeriodEndDay
  • Constructor Details

    • WeatherCalculationPeriod

      public WeatherCalculationPeriod()
  • Method Details

    • getCalculationPeriodFirstDay

      public IdentifiedDate getCalculationPeriodFirstDay()
      Gets the value of the calculationPeriodFirstDay property.
      Returns:
      possible object is IdentifiedDate
    • setCalculationPeriodFirstDay

      public void setCalculationPeriodFirstDay(IdentifiedDate value)
      Sets the value of the calculationPeriodFirstDay property.
      Parameters:
      value - allowed object is IdentifiedDate
    • getCalculationPeriodEndDay

      public IdentifiedDate getCalculationPeriodEndDay()
      Gets the value of the calculationPeriodEndDay property.
      Returns:
      possible object is IdentifiedDate
    • setCalculationPeriodEndDay

      public void setCalculationPeriodEndDay(IdentifiedDate value)
      Sets the value of the calculationPeriodEndDay property.
      Parameters:
      value - allowed object is IdentifiedDate