Class WeatherValue
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.BasicDataValue
-
- eu.datex2.siri20.schema._2_0rc1._2_0.WeatherValue
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HumidityInformation,PollutionInformation,PrecipitationInformation,RoadSurfaceConditionInformation,TemperatureInformation,VisibilityInformation,WindInformation
public abstract class WeatherValue extends BasicDataValue implements Serializable
Java class for WeatherValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WeatherValue"> <complexContent> <extension base="{http://datex2.eu/schema/2_0RC1/2_0}BasicDataValue"> <sequence> <element name="weatherValueExtension" 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 ExtensionTypeweatherValueExtension-
Fields inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.BasicDataValue
accuracy, basicDataValueExtension, computationalMethod, fault, faultReason, numberOfIncompleteInputs, numberOfInputValuesUsed, period, pertinentLocation, smoothingFactor, standardDeviation, supplierCalculatedDataQuality, time
-
-
Constructor Summary
Constructors Constructor Description WeatherValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetWeatherValueExtension()Gets the value of the weatherValueExtension property.voidsetWeatherValueExtension(ExtensionType value)Sets the value of the weatherValueExtension property.-
Methods inherited from class eu.datex2.siri20.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
-
weatherValueExtension
protected ExtensionType weatherValueExtension
-
-
Method Detail
-
getWeatherValueExtension
public ExtensionType getWeatherValueExtension()
Gets the value of the weatherValueExtension property.- Returns:
- possible object is
ExtensionType
-
setWeatherValueExtension
public void setWeatherValueExtension(ExtensionType value)
Sets the value of the weatherValueExtension property.- Parameters:
value- allowed object isExtensionType
-
-