public class WindInformation extends WeatherData
Java class for WindInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WindInformation"> <complexContent> <extension base="{http://datex2.eu/schema/2/2_0}WeatherData"> <sequence> <element name="wind" type="{http://datex2.eu/schema/2/2_0}Wind"/> <element name="windInformationExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Wind |
wind |
protected ExtensionType |
windInformationExtension |
weatherDataExtension
basicDataExtension, measurementOrCalculationTime, pertinentLocation
Constructor and Description |
---|
WindInformation() |
Modifier and Type | Method and Description |
---|---|
Wind |
getWind()
Gets the value of the wind property.
|
ExtensionType |
getWindInformationExtension()
Gets the value of the windInformationExtension property.
|
void |
setWind(Wind value)
Sets the value of the wind property.
|
void |
setWindInformationExtension(ExtensionType value)
Sets the value of the windInformationExtension property.
|
getWeatherDataExtension, setWeatherDataExtension
getBasicDataExtension, getMeasurementOrCalculationTime, getPertinentLocation, setBasicDataExtension, setMeasurementOrCalculationTime, setPertinentLocation
protected Wind wind
protected ExtensionType windInformationExtension
public void setWind(Wind value)
value
- allowed object is
Wind
public ExtensionType getWindInformationExtension()
ExtensionType
public void setWindInformationExtension(ExtensionType value)
value
- allowed object is
ExtensionType