public class Salinity extends Object
Java class for salinity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="salinity">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="units" type="{http://www.nps.edu/AUVW}salinityUnits"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
units |
protected BigDecimal |
value |
| Constructor and Description |
|---|
Salinity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getUnits()
Gets the value of the units property.
|
BigDecimal |
getValue()
Gets the value of the value property.
|
void |
setUnits(String value)
Sets the value of the units property.
|
void |
setValue(BigDecimal value)
Sets the value of the value property.
|
protected String units
protected BigDecimal value
public String getUnits()
Stringpublic void setUnits(String value)
value - allowed object is
Stringpublic BigDecimal getValue()
BigDecimalpublic void setValue(BigDecimal value)
value - allowed object is
BigDecimal