Package | Description |
---|---|
eu.datex2.schema.dynamisch.messstellen.umfelddaten |
Modifier and Type | Field and Description |
---|---|
protected SpeedValue |
Wind.maximumWindSpeed |
protected SpeedValue |
Wind.windSpeed |
Modifier and Type | Method and Description |
---|---|
SpeedValue |
ObjectFactory.createSpeedValue()
Create an instance of
SpeedValue |
SpeedValue |
Wind.getMaximumWindSpeed()
Gets the value of the maximumWindSpeed property.
|
SpeedValue |
Wind.getWindSpeed()
Gets the value of the windSpeed property.
|
Modifier and Type | Method and Description |
---|---|
void |
Wind.setMaximumWindSpeed(SpeedValue value)
Sets the value of the maximumWindSpeed property.
|
void |
Wind.setWindSpeed(SpeedValue value)
Sets the value of the windSpeed property.
|