Class WeatherValue
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.BasicDataValue
-
- eu.datex2.siri13.schema._1_0._1_0.WeatherValue
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PollutionInformation,PrecipitationInformation,RoadSurfaceConditionInformation,TemperatureInformation,VisibilityInformation,WindInformation
public abstract class WeatherValue extends BasicDataValue implements Serializable
Measured or derived values relating to the weather at a specific location.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/1_0/1_0}BasicDataValue"> <sequence> <element name="weatherValueExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class eu.datex2.siri13.schema._1_0._1_0.BasicDataValue
BasicDataValue.FaultReason
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtensionTypeweatherValueExtension-
Fields inherited from class eu.datex2.siri13.schema._1_0._1_0.BasicDataValue
accuracy, affectedLocation, basicDataValueExtension, computationalMethod, fault, faultReason, numberOfIncompleteInputs, numberOfInputValuesUsed, period, 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.siri13.schema._1_0._1_0.BasicDataValue
getAccuracy, getAffectedLocation, getBasicDataValueExtension, getComputationalMethod, getFaultReason, getNumberOfIncompleteInputs, getNumberOfInputValuesUsed, getPeriod, getSmoothingFactor, getStandardDeviation, getSupplierCalculatedDataQuality, getTime, isFault, setAccuracy, setAffectedLocation, setBasicDataValueExtension, setComputationalMethod, setFault, setFaultReason, setNumberOfIncompleteInputs, setNumberOfInputValuesUsed, setPeriod, 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
-
-