Class WeatherIndexData
java.lang.Object
net.finmath.smartcontract.product.xml.WeatherIndexData
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 Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected booleanprotected DataProviderprotected booleanprotected DisruptionFallbackprotected ReferenceLevelprotected DisruptionFallbackprotected booleanprotected WeatherStationprotected WeatherStationprotected WeatherStation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dataProvider property.Gets the value of the primaryDisruptionFallbacks property.Gets the value of the referenceLevel property.Gets the value of the secondaryDisruptionFallbacks property.Gets the value of the weatherStation property.Gets the value of the weatherStationFallback property.Gets the value of the weatherStationSecondFallback property.Gets the value of the adjustmentToFallbackWeatherStation property.booleanGets the value of the alternativeDataProvider property.booleanGets the value of the finalEditedData property.booleanGets the value of the synopticDataFallback property.voidSets the value of the adjustmentToFallbackWeatherStation property.voidsetAlternativeDataProvider(boolean value) Sets the value of the alternativeDataProvider property.voidsetDataProvider(DataProvider value) Sets the value of the dataProvider property.voidsetFinalEditedData(boolean value) Sets the value of the finalEditedData property.voidSets the value of the primaryDisruptionFallbacks property.voidsetReferenceLevel(ReferenceLevel value) Sets the value of the referenceLevel property.voidSets the value of the secondaryDisruptionFallbacks property.voidsetSynopticDataFallback(boolean value) Sets the value of the synopticDataFallback property.voidsetWeatherStation(WeatherStation value) Sets the value of the weatherStation property.voidSets the value of the weatherStationFallback property.voidSets the value of the weatherStationSecondFallback property.
-
Field Details
-
referenceLevel
-
dataProvider
-
finalEditedData
protected boolean finalEditedData -
weatherStation
-
weatherStationFallback
-
weatherStationSecondFallback
-
alternativeDataProvider
protected boolean alternativeDataProvider -
synopticDataFallback
protected boolean synopticDataFallback -
adjustmentToFallbackWeatherStation
-
-
secondaryDisruptionFallbacks
-
-
Constructor Details
-
WeatherIndexData
public WeatherIndexData()
-
-
Method Details
-
getReferenceLevel
Gets the value of the referenceLevel property.- Returns:
- possible object is
ReferenceLevel
-
setReferenceLevel
Sets the value of the referenceLevel property.- Parameters:
value- allowed object isReferenceLevel
-
getDataProvider
Gets the value of the dataProvider property.- Returns:
- possible object is
DataProvider
-
setDataProvider
Sets the value of the dataProvider property.- Parameters:
value- allowed object isDataProvider
-
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
Gets the value of the weatherStation property.- Returns:
- possible object is
WeatherStation
-
setWeatherStation
Sets the value of the weatherStation property.- Parameters:
value- allowed object isWeatherStation
-
getWeatherStationFallback
Gets the value of the weatherStationFallback property.- Returns:
- possible object is
WeatherStation
-
setWeatherStationFallback
Sets the value of the weatherStationFallback property.- Parameters:
value- allowed object isWeatherStation
-
getWeatherStationSecondFallback
Gets the value of the weatherStationSecondFallback property.- Returns:
- possible object is
WeatherStation
-
setWeatherStationSecondFallback
Sets the value of the weatherStationSecondFallback property.- Parameters:
value- allowed object isWeatherStation
-
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
-
setAdjustmentToFallbackWeatherStation
-
getPrimaryDisruptionFallbacks
Gets the value of the primaryDisruptionFallbacks property.- Returns:
- possible object is
DisruptionFallback
-
setPrimaryDisruptionFallbacks
Sets the value of the primaryDisruptionFallbacks property.- Parameters:
value- allowed object isDisruptionFallback
-
getSecondaryDisruptionFallbacks
Gets the value of the secondaryDisruptionFallbacks property.- Returns:
- possible object is
DisruptionFallback
-
setSecondaryDisruptionFallbacks
Sets the value of the secondaryDisruptionFallbacks property.- Parameters:
value- allowed object isDisruptionFallback
-