public class SeaState extends Object
Java class for seaState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="seaState"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="value" type="{http://www.nps.edu/AUVW}seaStateValues"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected int |
value |
Constructor and Description |
---|
SeaState() |
Modifier and Type | Method and Description |
---|---|
int |
getValue()
Gets the value of the value property.
|
void |
setValue(int value)
Sets the value of the value property.
|