public static class SensorElementType.ActiveSonar extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{}CommonAttributes"/>
<attribute name="model" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="range" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="bearing" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="elevation" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="strength" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected double |
bearing |
protected String |
description |
protected Double |
elevation |
protected String |
id |
protected String |
model |
protected double |
range |
protected Double |
strength |
protected Double |
timeStamp |
| Constructor and Description |
|---|
ActiveSonar() |
| Modifier and Type | Method and Description |
|---|---|
double |
getBearing()
Gets the value of the bearing property.
|
String |
getDescription()
Gets the value of the description property.
|
Double |
getElevation()
Gets the value of the elevation property.
|
String |
getId()
Gets the value of the id property.
|
String |
getModel()
Gets the value of the model property.
|
double |
getRange()
Gets the value of the range property.
|
Double |
getStrength()
Gets the value of the strength property.
|
Double |
getTimeStamp()
Gets the value of the timeStamp property.
|
void |
setBearing(double value)
Sets the value of the bearing property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setElevation(Double value)
Sets the value of the elevation property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setModel(String value)
Sets the value of the model property.
|
void |
setRange(double value)
Sets the value of the range property.
|
void |
setStrength(Double value)
Sets the value of the strength property.
|
void |
setTimeStamp(Double value)
Sets the value of the timeStamp property.
|
protected String model
protected double range
protected double bearing
protected Double elevation
protected Double strength
protected Double timeStamp
protected String description
protected String id
public String getModel()
Stringpublic void setModel(String value)
value - allowed object is
Stringpublic double getRange()
public void setRange(double value)
public double getBearing()
public void setBearing(double value)
public Double getElevation()
Doublepublic void setElevation(Double value)
value - allowed object is
Doublepublic Double getStrength()
Doublepublic void setStrength(Double value)
value - allowed object is
Doublepublic Double getTimeStamp()
Doublepublic void setTimeStamp(Double value)
value - allowed object is
Doublepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
String