Class Pressure
java.lang.Object
sk.iway.iwcm.components.weather.met.no.generated.Pressure
Java class for pressure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="pressure"> <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="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
-
Pressure
public Pressure()
-
-
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
-