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()
StringElementType
public void setModel(StringElementType value)
value
- allowed object is
StringElementType
public NoValueElementType getManual()
NoValueElementType
public void setManual(NoValueElementType value)
value
- allowed object is
NoValueElementType
public NoValueElementType getScan()
NoValueElementType
public void setScan(NoValueElementType value)
value
- allowed object is
NoValueElementType
public NoValueElementType getTrack()
NoValueElementType
public void setTrack(NoValueElementType value)
value
- allowed object is
NoValueElementType
public ScalarElementType getBearing()
ScalarElementType
public void setBearing(ScalarElementType value)
value
- allowed object is
ScalarElementType
public ScalarElementType getElevation()
ScalarElementType
public void setElevation(ScalarElementType value)
value
- allowed object is
ScalarElementType
public NoValueElementType getRelative()
NoValueElementType
public void setRelative(NoValueElementType value)
value
- allowed object is
NoValueElementType
public NoValueElementType getTrue()
NoValueElementType
public void setTrue(NoValueElementType value)
value
- allowed object is
NoValueElementType
public NoValueElementType getMagnetic()
NoValueElementType
public void setMagnetic(NoValueElementType value)
value
- allowed object is
NoValueElementType
public Double getTimeStamp()
Double
public void setTimeStamp(Double value)
value
- allowed object is
Double
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String