Class Temperature
java.lang.Object
sk.iway.iwcm.components.weather.met.no.generated.Temperature
Java class for temperature complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="temperature"> <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" type="{http://www.w3.org/2001/XMLSchema}decimal" /> <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.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
Sets the value of the unit property.void
setValue
(BigDecimal value) Sets the value of the value property.
-
Field Details
-
unit
-
value
-
id
-
-
Constructor Details
-
Temperature
public Temperature()
-
-
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
-
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
-