Class Wind
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.Wind
-
- All Implemented Interfaces:
Serializable
public class Wind extends Object implements Serializable
Java class for Wind complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Wind"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="maximumWindSpeed" type="{http://datex2.eu/schema/2_0RC1/2_0}KilometresPerHour" minOccurs="0"/> <element name="windDirectionBearing" type="{http://datex2.eu/schema/2_0RC1/2_0}AngleInDegrees" minOccurs="0"/> <element name="windDirectionCompass" type="{http://datex2.eu/schema/2_0RC1/2_0}DirectionCompassEnum" minOccurs="0"/> <element name="windMeasurementHeight" type="{http://datex2.eu/schema/2_0RC1/2_0}MetresAsNonNegativeInteger" minOccurs="0"/> <element name="windSpeed" type="{http://datex2.eu/schema/2_0RC1/2_0}KilometresPerHour" minOccurs="0"/> <element name="windExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected FloatmaximumWindSpeedprotected BigIntegerwindDirectionBearingprotected DirectionCompassEnumwindDirectionCompassprotected ExtensionTypewindExtensionprotected BigIntegerwindMeasurementHeightprotected FloatwindSpeed
-
Constructor Summary
Constructors Constructor Description Wind()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatgetMaximumWindSpeed()Gets the value of the maximumWindSpeed property.BigIntegergetWindDirectionBearing()Gets the value of the windDirectionBearing property.DirectionCompassEnumgetWindDirectionCompass()Gets the value of the windDirectionCompass property.ExtensionTypegetWindExtension()Gets the value of the windExtension property.BigIntegergetWindMeasurementHeight()Gets the value of the windMeasurementHeight property.FloatgetWindSpeed()Gets the value of the windSpeed property.voidsetMaximumWindSpeed(Float value)Sets the value of the maximumWindSpeed property.voidsetWindDirectionBearing(BigInteger value)Sets the value of the windDirectionBearing property.voidsetWindDirectionCompass(DirectionCompassEnum value)Sets the value of the windDirectionCompass property.voidsetWindExtension(ExtensionType value)Sets the value of the windExtension property.voidsetWindMeasurementHeight(BigInteger value)Sets the value of the windMeasurementHeight property.voidsetWindSpeed(Float value)Sets the value of the windSpeed property.
-
-
-
Field Detail
-
maximumWindSpeed
protected Float maximumWindSpeed
-
windDirectionBearing
protected BigInteger windDirectionBearing
-
windDirectionCompass
protected DirectionCompassEnum windDirectionCompass
-
windMeasurementHeight
protected BigInteger windMeasurementHeight
-
windSpeed
protected Float windSpeed
-
windExtension
protected ExtensionType windExtension
-
-
Method Detail
-
getMaximumWindSpeed
public Float getMaximumWindSpeed()
Gets the value of the maximumWindSpeed property.- Returns:
- possible object is
Float
-
setMaximumWindSpeed
public void setMaximumWindSpeed(Float value)
Sets the value of the maximumWindSpeed property.- Parameters:
value- allowed object isFloat
-
getWindDirectionBearing
public BigInteger getWindDirectionBearing()
Gets the value of the windDirectionBearing property.- Returns:
- possible object is
BigInteger
-
setWindDirectionBearing
public void setWindDirectionBearing(BigInteger value)
Sets the value of the windDirectionBearing property.- Parameters:
value- allowed object isBigInteger
-
getWindDirectionCompass
public DirectionCompassEnum getWindDirectionCompass()
Gets the value of the windDirectionCompass property.- Returns:
- possible object is
DirectionCompassEnum
-
setWindDirectionCompass
public void setWindDirectionCompass(DirectionCompassEnum value)
Sets the value of the windDirectionCompass property.- Parameters:
value- allowed object isDirectionCompassEnum
-
getWindMeasurementHeight
public BigInteger getWindMeasurementHeight()
Gets the value of the windMeasurementHeight property.- Returns:
- possible object is
BigInteger
-
setWindMeasurementHeight
public void setWindMeasurementHeight(BigInteger value)
Sets the value of the windMeasurementHeight property.- Parameters:
value- allowed object isBigInteger
-
getWindSpeed
public Float getWindSpeed()
Gets the value of the windSpeed property.- Returns:
- possible object is
Float
-
setWindSpeed
public void setWindSpeed(Float value)
Sets the value of the windSpeed property.- Parameters:
value- allowed object isFloat
-
getWindExtension
public ExtensionType getWindExtension()
Gets the value of the windExtension property.- Returns:
- possible object is
ExtensionType
-
setWindExtension
public void setWindExtension(ExtensionType value)
Sets the value of the windExtension property.- Parameters:
value- allowed object isExtensionType
-
-