public static class SensorElementType.PassiveSonar 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="frequency" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="strength" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="bearing" 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 |
frequency |
protected String |
id |
protected String |
model |
protected Double |
strength |
protected Double |
timeStamp |
Constructor and Description |
---|
PassiveSonar() |
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 |
getFrequency()
Gets the value of the frequency property.
|
String |
getId()
Gets the value of the id property.
|
String |
getModel()
Gets the value of the model 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 |
setFrequency(double value)
Sets the value of the frequency property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setModel(String value)
Sets the value of the model 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 frequency
protected Double strength
protected Double bearing
protected Double timeStamp
protected String description
protected String id
public String getModel()
String
public void setModel(String value)
value
- allowed object is
String
public double getFrequency()
public void setFrequency(double value)
public Double getStrength()
Double
public void setStrength(Double value)
value
- allowed object is
Double
public Double getBearing()
Double
public void setBearing(Double value)
value
- allowed object is
Double
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