Class Windspeed
java.lang.Object
sk.iway.iwcm.components.weather.met.no.generated.Windspeed
Element denoting the wind speed by name, at 10 m above ground,
in meters per second or the Beaufort scale.
Java class for windspeed complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="windspeed"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="mps" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <minInclusive value="0"/> </restriction> </simpleType> </attribute> <attribute name="name"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> </restriction> </simpleType> </attribute> <attribute name="beaufort"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}integer"> <minInclusive value="0"/> <maxInclusive value="12"/> </restriction> </simpleType> </attribute> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the beaufort property.getId()
Gets the value of the id property.getMps()
Gets the value of the mps property.getName()
Gets the value of the name property.void
setBeaufort
(Integer value) Sets the value of the beaufort property.void
Sets the value of the id property.void
setMps
(BigDecimal value) Sets the value of the mps property.void
Sets the value of the name property.
-
Field Details
-
mps
-
name
-
beaufort
-
id
-
-
Constructor Details
-
Windspeed
public Windspeed()
-
-
Method Details
-
getMps
Gets the value of the mps property.- Returns:
- possible object is
BigDecimal
-
setMps
Sets the value of the mps property.- Parameters:
value
- allowed object isBigDecimal
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getBeaufort
Gets the value of the beaufort property.- Returns:
- possible object is
Integer
-
setBeaufort
Sets the value of the beaufort property.- Parameters:
value
- allowed object isInteger
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-