Class WeatherIndexData

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

public class WeatherIndexData extends Object

Java class for WeatherIndexData complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="WeatherIndexData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="referenceLevel" type="{http://www.fpml.org/FpML-5/confirmation}ReferenceLevel"/>
         <element name="dataProvider" type="{http://www.fpml.org/FpML-5/confirmation}DataProvider"/>
         <element name="finalEditedData" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="weatherStation" type="{http://www.fpml.org/FpML-5/confirmation}WeatherStation"/>
         <element name="weatherStationFallback" type="{http://www.fpml.org/FpML-5/confirmation}WeatherStation"/>
         <element name="weatherStationSecondFallback" type="{http://www.fpml.org/FpML-5/confirmation}WeatherStation"/>
         <element name="alternativeDataProvider" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="synopticDataFallback" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="adjustmentToFallbackWeatherStation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="primaryDisruptionFallbacks" type="{http://www.fpml.org/FpML-5/confirmation}DisruptionFallback" minOccurs="0"/>
         <element name="secondaryDisruptionFallbacks" type="{http://www.fpml.org/FpML-5/confirmation}DisruptionFallback" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • referenceLevel

      protected ReferenceLevel referenceLevel
    • dataProvider

      protected DataProvider dataProvider
    • finalEditedData

      protected boolean finalEditedData
    • weatherStation

      protected WeatherStation weatherStation
    • weatherStationFallback

      protected WeatherStation weatherStationFallback
    • weatherStationSecondFallback

      protected WeatherStation weatherStationSecondFallback
    • alternativeDataProvider

      protected boolean alternativeDataProvider
    • synopticDataFallback

      protected boolean synopticDataFallback
    • adjustmentToFallbackWeatherStation

      protected Boolean adjustmentToFallbackWeatherStation
    • primaryDisruptionFallbacks

      protected DisruptionFallback primaryDisruptionFallbacks
    • secondaryDisruptionFallbacks

      protected DisruptionFallback secondaryDisruptionFallbacks
  • Constructor Details

    • WeatherIndexData

      public WeatherIndexData()
  • Method Details

    • getReferenceLevel

      public ReferenceLevel getReferenceLevel()
      Gets the value of the referenceLevel property.
      Returns:
      possible object is ReferenceLevel
    • setReferenceLevel

      public void setReferenceLevel(ReferenceLevel value)
      Sets the value of the referenceLevel property.
      Parameters:
      value - allowed object is ReferenceLevel
    • getDataProvider

      public DataProvider getDataProvider()
      Gets the value of the dataProvider property.
      Returns:
      possible object is DataProvider
    • setDataProvider

      public void setDataProvider(DataProvider value)
      Sets the value of the dataProvider property.
      Parameters:
      value - allowed object is DataProvider
    • isFinalEditedData

      public boolean isFinalEditedData()
      Gets the value of the finalEditedData property.
    • setFinalEditedData

      public void setFinalEditedData(boolean value)
      Sets the value of the finalEditedData property.
    • getWeatherStation

      public WeatherStation getWeatherStation()
      Gets the value of the weatherStation property.
      Returns:
      possible object is WeatherStation
    • setWeatherStation

      public void setWeatherStation(WeatherStation value)
      Sets the value of the weatherStation property.
      Parameters:
      value - allowed object is WeatherStation
    • getWeatherStationFallback

      public WeatherStation getWeatherStationFallback()
      Gets the value of the weatherStationFallback property.
      Returns:
      possible object is WeatherStation
    • setWeatherStationFallback

      public void setWeatherStationFallback(WeatherStation value)
      Sets the value of the weatherStationFallback property.
      Parameters:
      value - allowed object is WeatherStation
    • getWeatherStationSecondFallback

      public WeatherStation getWeatherStationSecondFallback()
      Gets the value of the weatherStationSecondFallback property.
      Returns:
      possible object is WeatherStation
    • setWeatherStationSecondFallback

      public void setWeatherStationSecondFallback(WeatherStation value)
      Sets the value of the weatherStationSecondFallback property.
      Parameters:
      value - allowed object is WeatherStation
    • isAlternativeDataProvider

      public boolean isAlternativeDataProvider()
      Gets the value of the alternativeDataProvider property.
    • setAlternativeDataProvider

      public void setAlternativeDataProvider(boolean value)
      Sets the value of the alternativeDataProvider property.
    • isSynopticDataFallback

      public boolean isSynopticDataFallback()
      Gets the value of the synopticDataFallback property.
    • setSynopticDataFallback

      public void setSynopticDataFallback(boolean value)
      Sets the value of the synopticDataFallback property.
    • isAdjustmentToFallbackWeatherStation

      public Boolean isAdjustmentToFallbackWeatherStation()
      Gets the value of the adjustmentToFallbackWeatherStation property.
      Returns:
      possible object is Boolean
    • setAdjustmentToFallbackWeatherStation

      public void setAdjustmentToFallbackWeatherStation(Boolean value)
      Sets the value of the adjustmentToFallbackWeatherStation property.
      Parameters:
      value - allowed object is Boolean
    • getPrimaryDisruptionFallbacks

      public DisruptionFallback getPrimaryDisruptionFallbacks()
      Gets the value of the primaryDisruptionFallbacks property.
      Returns:
      possible object is DisruptionFallback
    • setPrimaryDisruptionFallbacks

      public void setPrimaryDisruptionFallbacks(DisruptionFallback value)
      Sets the value of the primaryDisruptionFallbacks property.
      Parameters:
      value - allowed object is DisruptionFallback
    • getSecondaryDisruptionFallbacks

      public DisruptionFallback getSecondaryDisruptionFallbacks()
      Gets the value of the secondaryDisruptionFallbacks property.
      Returns:
      possible object is DisruptionFallback
    • setSecondaryDisruptionFallbacks

      public void setSecondaryDisruptionFallbacks(DisruptionFallback value)
      Sets the value of the secondaryDisruptionFallbacks property.
      Parameters:
      value - allowed object is DisruptionFallback