public class Wind
extends java.lang.Object
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="windSpeed" type="{http://datex2.eu/schema/2/2_0}SpeedValue" minOccurs="0"/> <element name="maximumWindSpeed" type="{http://datex2.eu/schema/2/2_0}SpeedValue" minOccurs="0"/> <element name="windDirectionBearing" type="{http://datex2.eu/schema/2/2_0}DirectionBearingValue" minOccurs="0"/> <element name="windDirectionCompass" type="{http://datex2.eu/schema/2/2_0}DirectionCompassValue" minOccurs="0"/> <element name="windExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected SpeedValue |
maximumWindSpeed |
protected DirectionBearingValue |
windDirectionBearing |
protected DirectionCompassValue |
windDirectionCompass |
protected ExtensionType |
windExtension |
protected SpeedValue |
windSpeed |
Constructor and Description |
---|
Wind() |
Modifier and Type | Method and Description |
---|---|
SpeedValue |
getMaximumWindSpeed()
Gets the value of the maximumWindSpeed property.
|
DirectionBearingValue |
getWindDirectionBearing()
Gets the value of the windDirectionBearing property.
|
DirectionCompassValue |
getWindDirectionCompass()
Gets the value of the windDirectionCompass property.
|
ExtensionType |
getWindExtension()
Gets the value of the windExtension property.
|
SpeedValue |
getWindSpeed()
Gets the value of the windSpeed property.
|
void |
setMaximumWindSpeed(SpeedValue value)
Sets the value of the maximumWindSpeed property.
|
void |
setWindDirectionBearing(DirectionBearingValue value)
Sets the value of the windDirectionBearing property.
|
void |
setWindDirectionCompass(DirectionCompassValue value)
Sets the value of the windDirectionCompass property.
|
void |
setWindExtension(ExtensionType value)
Sets the value of the windExtension property.
|
void |
setWindSpeed(SpeedValue value)
Sets the value of the windSpeed property.
|
protected SpeedValue windSpeed
protected SpeedValue maximumWindSpeed
protected DirectionBearingValue windDirectionBearing
protected DirectionCompassValue windDirectionCompass
protected ExtensionType windExtension
public SpeedValue getWindSpeed()
SpeedValue
public void setWindSpeed(SpeedValue value)
value
- allowed object is
SpeedValue
public SpeedValue getMaximumWindSpeed()
SpeedValue
public void setMaximumWindSpeed(SpeedValue value)
value
- allowed object is
SpeedValue
public DirectionBearingValue getWindDirectionBearing()
DirectionBearingValue
public void setWindDirectionBearing(DirectionBearingValue value)
value
- allowed object is
DirectionBearingValue
public DirectionCompassValue getWindDirectionCompass()
DirectionCompassValue
public void setWindDirectionCompass(DirectionCompassValue value)
value
- allowed object is
DirectionCompassValue
public ExtensionType getWindExtension()
ExtensionType
public void setWindExtension(ExtensionType value)
value
- allowed object is
ExtensionType