public class ConstantSet extends Object
Java class for constantSet complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="constantSet">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="wind" type="{http://www.nps.edu/AUVW}velocity3D"/>
         <element name="airTemperature" type="{http://www.nps.edu/AUVW}temperature"/>
         <element name="airPressure" type="{http://www.nps.edu/AUVW}pressure"/>
         <element name="oceanCurrent" type="{http://www.nps.edu/AUVW}velocity3D"/>
         <element name="oceanSoundSpeed" type="{http://www.nps.edu/AUVW}velocity"/>
         <element name="oceanDensity" type="{http://www.nps.edu/AUVW}density"/>
         <element name="oceanSalinity" type="{http://www.nps.edu/AUVW}salinity"/>
         <element name="oceanSeaState" type="{http://www.nps.edu/AUVW}seaState"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected Pressure | airPressure | 
| protected Temperature | airTemperature | 
| protected String | description | 
| protected String | name | 
| protected Velocity3D | oceanCurrent | 
| protected Density | oceanDensity | 
| protected Salinity | oceanSalinity | 
| protected SeaState | oceanSeaState | 
| protected Velocity | oceanSoundSpeed | 
| protected Velocity3D | wind | 
| Constructor and Description | 
|---|
| ConstantSet() | 
| Modifier and Type | Method and Description | 
|---|---|
| Pressure | getAirPressure()Gets the value of the airPressure property. | 
| Temperature | getAirTemperature()Gets the value of the airTemperature property. | 
| String | getDescription()Gets the value of the description property. | 
| String | getName()Gets the value of the name property. | 
| Velocity3D | getOceanCurrent()Gets the value of the oceanCurrent property. | 
| Density | getOceanDensity()Gets the value of the oceanDensity property. | 
| Salinity | getOceanSalinity()Gets the value of the oceanSalinity property. | 
| SeaState | getOceanSeaState()Gets the value of the oceanSeaState property. | 
| Velocity | getOceanSoundSpeed()Gets the value of the oceanSoundSpeed property. | 
| Velocity3D | getWind()Gets the value of the wind property. | 
| void | setAirPressure(Pressure value)Sets the value of the airPressure property. | 
| void | setAirTemperature(Temperature value)Sets the value of the airTemperature property. | 
| void | setDescription(String value)Sets the value of the description property. | 
| void | setName(String value)Sets the value of the name property. | 
| void | setOceanCurrent(Velocity3D value)Sets the value of the oceanCurrent property. | 
| void | setOceanDensity(Density value)Sets the value of the oceanDensity property. | 
| void | setOceanSalinity(Salinity value)Sets the value of the oceanSalinity property. | 
| void | setOceanSeaState(SeaState value)Sets the value of the oceanSeaState property. | 
| void | setOceanSoundSpeed(Velocity value)Sets the value of the oceanSoundSpeed property. | 
| void | setWind(Velocity3D value)Sets the value of the wind property. | 
protected Velocity3D wind
protected Temperature airTemperature
protected Pressure airPressure
protected Velocity3D oceanCurrent
protected Velocity oceanSoundSpeed
protected Density oceanDensity
protected Salinity oceanSalinity
protected SeaState oceanSeaState
protected String name
protected String description
public Velocity3D getWind()
Velocity3Dpublic void setWind(Velocity3D value)
value - allowed object is
     Velocity3Dpublic Temperature getAirTemperature()
Temperaturepublic void setAirTemperature(Temperature value)
value - allowed object is
     Temperaturepublic Pressure getAirPressure()
Pressurepublic void setAirPressure(Pressure value)
value - allowed object is
     Pressurepublic Velocity3D getOceanCurrent()
Velocity3Dpublic void setOceanCurrent(Velocity3D value)
value - allowed object is
     Velocity3Dpublic Velocity getOceanSoundSpeed()
Velocitypublic void setOceanSoundSpeed(Velocity value)
value - allowed object is
     Velocitypublic Density getOceanDensity()
Densitypublic void setOceanDensity(Density value)
value - allowed object is
     Densitypublic Salinity getOceanSalinity()
Salinitypublic void setOceanSalinity(Salinity value)
value - allowed object is
     Salinitypublic SeaState getOceanSeaState()
SeaStatepublic void setOceanSeaState(SeaState value)
value - allowed object is
     SeaStatepublic String getName()
Stringpublic void setName(String value)
value - allowed object is
     Stringpublic String getDescription()
String