public class SetSonarCommandType extends Object
Java class for setSonarCommandType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="setSonarCommandType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}Model"/>
         <choice>
           <element ref="{}Manual"/>
           <element ref="{}Scan"/>
           <element ref="{}Track"/>
         </choice>
         <element name="Bearing" type="{}scalarElementType" minOccurs="0"/>
         <element ref="{}Elevation" minOccurs="0"/>
         <group ref="{}BearingTypeElements" minOccurs="0"/>
       </sequence>
       <attGroup ref="{}CommonAttributes"/>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected NoValueElementType | _true | 
| protected ScalarElementType | bearing | 
| protected String | description | 
| protected ScalarElementType | elevation | 
| protected String | id | 
| protected NoValueElementType | magnetic | 
| protected NoValueElementType | manual | 
| protected StringElementType | model | 
| protected NoValueElementType | relative | 
| protected NoValueElementType | scan | 
| protected Double | timeStamp | 
| protected NoValueElementType | track | 
| Constructor and Description | 
|---|
| SetSonarCommandType() | 
| Modifier and Type | Method and Description | 
|---|---|
| ScalarElementType | getBearing()Gets the value of the bearing property. | 
| String | getDescription()Gets the value of the description property. | 
| ScalarElementType | getElevation()Gets the value of the elevation property. | 
| String | getId()Gets the value of the id property. | 
| NoValueElementType | getMagnetic()Gets the value of the magnetic property. | 
| NoValueElementType | getManual()Gets the value of the manual property. | 
| StringElementType | getModel()Gets the value of the model property. | 
| NoValueElementType | getRelative()Gets the value of the relative property. | 
| NoValueElementType | getScan()Gets the value of the scan property. | 
| Double | getTimeStamp()Gets the value of the timeStamp property. | 
| NoValueElementType | getTrack()Gets the value of the track property. | 
| NoValueElementType | getTrue()Gets the value of the true property. | 
| void | setBearing(ScalarElementType value)Sets the value of the bearing property. | 
| void | setDescription(String value)Sets the value of the description property. | 
| void | setElevation(ScalarElementType value)Sets the value of the elevation property. | 
| void | setId(String value)Sets the value of the id property. | 
| void | setMagnetic(NoValueElementType value)Sets the value of the magnetic property. | 
| void | setManual(NoValueElementType value)Sets the value of the manual property. | 
| void | setModel(StringElementType value)Sets the value of the model property. | 
| void | setRelative(NoValueElementType value)Sets the value of the relative property. | 
| void | setScan(NoValueElementType value)Sets the value of the scan property. | 
| void | setTimeStamp(Double value)Sets the value of the timeStamp property. | 
| void | setTrack(NoValueElementType value)Sets the value of the track property. | 
| void | setTrue(NoValueElementType value)Sets the value of the true property. | 
protected StringElementType model
protected NoValueElementType manual
protected NoValueElementType scan
protected NoValueElementType track
protected ScalarElementType bearing
protected ScalarElementType elevation
protected NoValueElementType relative
protected NoValueElementType _true
protected NoValueElementType magnetic
protected Double timeStamp
protected String description
protected String id
public StringElementType getModel()
StringElementTypepublic void setModel(StringElementType value)
value - allowed object is
     StringElementTypepublic NoValueElementType getManual()
NoValueElementTypepublic void setManual(NoValueElementType value)
value - allowed object is
     NoValueElementTypepublic NoValueElementType getScan()
NoValueElementTypepublic void setScan(NoValueElementType value)
value - allowed object is
     NoValueElementTypepublic NoValueElementType getTrack()
NoValueElementTypepublic void setTrack(NoValueElementType value)
value - allowed object is
     NoValueElementTypepublic ScalarElementType getBearing()
ScalarElementTypepublic void setBearing(ScalarElementType value)
value - allowed object is
     ScalarElementTypepublic ScalarElementType getElevation()
ScalarElementTypepublic void setElevation(ScalarElementType value)
value - allowed object is
     ScalarElementTypepublic NoValueElementType getRelative()
NoValueElementTypepublic void setRelative(NoValueElementType value)
value - allowed object is
     NoValueElementTypepublic NoValueElementType getTrue()
NoValueElementTypepublic void setTrue(NoValueElementType value)
value - allowed object is
     NoValueElementTypepublic NoValueElementType getMagnetic()
NoValueElementTypepublic void setMagnetic(NoValueElementType value)
value - allowed object is
     NoValueElementTypepublic Double getTimeStamp()
Doublepublic void setTimeStamp(Double value)
value - allowed object is
     Doublepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
     String