Class Precipitation
java.lang.Object
sk.iway.iwcm.components.weather.met.no.generated.Precipitation
Element denoting the precipitation in mm.
Java class for precipitation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="precipitation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="unit" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="value" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <minInclusive value="0"/> </restriction> </simpleType> </attribute> <attribute name="minvalue" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="maxvalue" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="probability" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
Gets the value of the id property.Gets the value of the maxvalue property.Gets the value of the minvalue property.Gets the value of the probability property.getUnit()
Gets the value of the unit property.getValue()
Gets the value of the value property.void
Sets the value of the id property.void
setMaxvalue
(Float value) Sets the value of the maxvalue property.void
setMinvalue
(Float value) Sets the value of the minvalue property.void
setProbability
(Float value) Sets the value of the probability property.void
Sets the value of the unit property.void
setValue
(BigDecimal value) Sets the value of the value property.
-
Field Details
-
unit
-
value
-
minvalue
-
maxvalue
-
probability
-
id
-
-
Constructor Details
-
Precipitation
public Precipitation()
-
-
Method Details
-
getUnit
Gets the value of the unit property.- Returns:
- possible object is
String
-
setUnit
Sets the value of the unit property.- Parameters:
value
- allowed object isString
-
getValue
Gets the value of the value property.- Returns:
- possible object is
BigDecimal
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isBigDecimal
-
getMinvalue
Gets the value of the minvalue property.- Returns:
- possible object is
Float
-
setMinvalue
Sets the value of the minvalue property.- Parameters:
value
- allowed object isFloat
-
getMaxvalue
Gets the value of the maxvalue property.- Returns:
- possible object is
Float
-
setMaxvalue
Sets the value of the maxvalue property.- Parameters:
value
- allowed object isFloat
-
getProbability
Gets the value of the probability property.- Returns:
- possible object is
Float
-
setProbability
Sets the value of the probability property.- Parameters:
value
- allowed object isFloat
-
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
-