Class WindInformation
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.BasicDataValue
-
- eu.datex2.siri21.schema._2_0rc1._2_0.WeatherValue
-
- eu.datex2.siri21.schema._2_0rc1._2_0.WindInformation
-
- All Implemented Interfaces:
Serializable
public class WindInformation extends WeatherValue implements Serializable
Java class for WindInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WindInformation"> <complexContent> <extension base="{http://datex2.eu/schema/2_0RC1/2_0}WeatherValue"> <sequence> <element name="wind" type="{http://datex2.eu/schema/2_0RC1/2_0}Wind"/> <element name="windInformationExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Windwindprotected ExtensionTypewindInformationExtension-
Fields inherited from class eu.datex2.siri21.schema._2_0rc1._2_0.WeatherValue
weatherValueExtension
-
Fields inherited from class eu.datex2.siri21.schema._2_0rc1._2_0.BasicDataValue
accuracy, basicDataValueExtension, computationalMethod, fault, faultReason, numberOfIncompleteInputs, numberOfInputValuesUsed, period, pertinentLocation, smoothingFactor, standardDeviation, supplierCalculatedDataQuality, time
-
-
Constructor Summary
Constructors Constructor Description WindInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WindgetWind()Gets the value of the wind property.ExtensionTypegetWindInformationExtension()Gets the value of the windInformationExtension property.voidsetWind(Wind value)Sets the value of the wind property.voidsetWindInformationExtension(ExtensionType value)Sets the value of the windInformationExtension property.-
Methods inherited from class eu.datex2.siri21.schema._2_0rc1._2_0.WeatherValue
getWeatherValueExtension, setWeatherValueExtension
-
Methods inherited from class eu.datex2.siri21.schema._2_0rc1._2_0.BasicDataValue
getAccuracy, getBasicDataValueExtension, getComputationalMethod, getFaultReason, getNumberOfIncompleteInputs, getNumberOfInputValuesUsed, getPeriod, getPertinentLocation, getSmoothingFactor, getStandardDeviation, getSupplierCalculatedDataQuality, getTime, isFault, setAccuracy, setBasicDataValueExtension, setComputationalMethod, setFault, setFaultReason, setNumberOfIncompleteInputs, setNumberOfInputValuesUsed, setPeriod, setPertinentLocation, setSmoothingFactor, setStandardDeviation, setSupplierCalculatedDataQuality, setTime
-
-
-
-
Field Detail
-
wind
protected Wind wind
-
windInformationExtension
protected ExtensionType windInformationExtension
-
-
Method Detail
-
setWind
public void setWind(Wind value)
Sets the value of the wind property.- Parameters:
value- allowed object isWind
-
getWindInformationExtension
public ExtensionType getWindInformationExtension()
Gets the value of the windInformationExtension property.- Returns:
- possible object is
ExtensionType
-
setWindInformationExtension
public void setWindInformationExtension(ExtensionType value)
Sets the value of the windInformationExtension property.- Parameters:
value- allowed object isExtensionType
-
-