Class Temperature
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.Temperature
-
- All Implemented Interfaces:
Serializable
public class Temperature extends Object implements Serializable
Details of atmospheric temperature.Java class for Temperature complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Temperature"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="airTemperature" type="{http://datex2.eu/schema/1_0/1_0}TemperatureCelsius" minOccurs="0"/> <element name="dewPointTemperature" type="{http://datex2.eu/schema/1_0/1_0}TemperatureCelsius" minOccurs="0"/> <element name="maximumTemperature" type="{http://datex2.eu/schema/1_0/1_0}TemperatureCelsius" minOccurs="0"/> <element name="minimumTemperature" type="{http://datex2.eu/schema/1_0/1_0}TemperatureCelsius" minOccurs="0"/> <element name="temperatureExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected FloatairTemperatureprotected FloatdewPointTemperatureprotected FloatmaximumTemperatureprotected FloatminimumTemperatureprotected ExtensionTypetemperatureExtension
-
Constructor Summary
Constructors Constructor Description Temperature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatgetAirTemperature()Gets the value of the airTemperature property.FloatgetDewPointTemperature()Gets the value of the dewPointTemperature property.FloatgetMaximumTemperature()Gets the value of the maximumTemperature property.FloatgetMinimumTemperature()Gets the value of the minimumTemperature property.ExtensionTypegetTemperatureExtension()Gets the value of the temperatureExtension property.voidsetAirTemperature(Float value)Sets the value of the airTemperature property.voidsetDewPointTemperature(Float value)Sets the value of the dewPointTemperature property.voidsetMaximumTemperature(Float value)Sets the value of the maximumTemperature property.voidsetMinimumTemperature(Float value)Sets the value of the minimumTemperature property.voidsetTemperatureExtension(ExtensionType value)Sets the value of the temperatureExtension property.
-
-
-
Field Detail
-
airTemperature
protected Float airTemperature
-
dewPointTemperature
protected Float dewPointTemperature
-
maximumTemperature
protected Float maximumTemperature
-
minimumTemperature
protected Float minimumTemperature
-
temperatureExtension
protected ExtensionType temperatureExtension
-
-
Method Detail
-
getAirTemperature
public Float getAirTemperature()
Gets the value of the airTemperature property.- Returns:
- possible object is
Float
-
setAirTemperature
public void setAirTemperature(Float value)
Sets the value of the airTemperature property.- Parameters:
value- allowed object isFloat
-
getDewPointTemperature
public Float getDewPointTemperature()
Gets the value of the dewPointTemperature property.- Returns:
- possible object is
Float
-
setDewPointTemperature
public void setDewPointTemperature(Float value)
Sets the value of the dewPointTemperature property.- Parameters:
value- allowed object isFloat
-
getMaximumTemperature
public Float getMaximumTemperature()
Gets the value of the maximumTemperature property.- Returns:
- possible object is
Float
-
setMaximumTemperature
public void setMaximumTemperature(Float value)
Sets the value of the maximumTemperature property.- Parameters:
value- allowed object isFloat
-
getMinimumTemperature
public Float getMinimumTemperature()
Gets the value of the minimumTemperature property.- Returns:
- possible object is
Float
-
setMinimumTemperature
public void setMinimumTemperature(Float value)
Sets the value of the minimumTemperature property.- Parameters:
value- allowed object isFloat
-
getTemperatureExtension
public ExtensionType getTemperatureExtension()
Gets the value of the temperatureExtension property.- Returns:
- possible object is
ExtensionType
-
setTemperatureExtension
public void setTemperatureExtension(ExtensionType value)
Sets the value of the temperatureExtension property.- Parameters:
value- allowed object isExtensionType
-
-