public static class SensorElementType.Radar 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"/> <attGroup ref="{}IffAttributes"/> <attribute name="model" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="range" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="bearing" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="elevation" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="altitude" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="velocity" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="heading" type="{http://www.w3.org/2001/XMLSchema}double" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Double |
altitude |
protected Double |
bearing |
protected String |
description |
protected Double |
elevation |
protected Double |
heading |
protected String |
id |
protected Integer |
mode1 |
protected Integer |
mode2 |
protected Integer |
mode3 |
protected Boolean |
mode4 |
protected Integer |
modeC |
protected String |
model |
protected Double |
range |
protected Double |
timeStamp |
protected Double |
velocity |
Constructor and Description |
---|
Radar() |
Modifier and Type | Method and Description |
---|---|
Double |
getAltitude()
Gets the value of the altitude property.
|
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.
|
Double |
getHeading()
Gets the value of the heading property.
|
String |
getId()
Gets the value of the id property.
|
Integer |
getMode1()
Gets the value of the mode1 property.
|
Integer |
getMode2()
Gets the value of the mode2 property.
|
Integer |
getMode3()
Gets the value of the mode3 property.
|
Integer |
getModeC()
Gets the value of the modeC property.
|
String |
getModel()
Gets the value of the model property.
|
Double |
getRange()
Gets the value of the range property.
|
Double |
getTimeStamp()
Gets the value of the timeStamp property.
|
Double |
getVelocity()
Gets the value of the velocity property.
|
Boolean |
isMode4()
Gets the value of the mode4 property.
|
void |
setAltitude(Double value)
Sets the value of the altitude 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 |
setHeading(Double value)
Sets the value of the heading property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMode1(Integer value)
Sets the value of the mode1 property.
|
void |
setMode2(Integer value)
Sets the value of the mode2 property.
|
void |
setMode3(Integer value)
Sets the value of the mode3 property.
|
void |
setMode4(Boolean value)
Sets the value of the mode4 property.
|
void |
setModeC(Integer value)
Sets the value of the modeC property.
|
void |
setModel(String value)
Sets the value of the model property.
|
void |
setRange(Double value)
Sets the value of the range property.
|
void |
setTimeStamp(Double value)
Sets the value of the timeStamp property.
|
void |
setVelocity(Double value)
Sets the value of the velocity property.
|
protected String model
protected Double range
protected Double bearing
protected Double elevation
protected Double altitude
protected Double velocity
protected Double heading
protected Double timeStamp
protected String description
protected String id
protected Integer mode1
protected Integer mode2
protected Integer mode3
protected Integer modeC
protected Boolean mode4
public String getModel()
String
public void setModel(String value)
value
- allowed object is
String
public Double getRange()
Double
public void setRange(Double value)
value
- allowed object is
Double
public Double getBearing()
Double
public void setBearing(Double value)
value
- allowed object is
Double
public Double getElevation()
Double
public void setElevation(Double value)
value
- allowed object is
Double
public Double getAltitude()
Double
public void setAltitude(Double value)
value
- allowed object is
Double
public Double getVelocity()
Double
public void setVelocity(Double value)
value
- allowed object is
Double
public Double getHeading()
Double
public void setHeading(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
public void setId(String value)
value
- allowed object is
String
public Integer getMode1()
Integer
public void setMode1(Integer value)
value
- allowed object is
Integer
public Integer getMode2()
Integer
public void setMode2(Integer value)
value
- allowed object is
Integer
public Integer getMode3()
Integer
public void setMode3(Integer value)
value
- allowed object is
Integer
public Integer getModeC()
Integer
public void setModeC(Integer value)
value
- allowed object is
Integer
public Boolean isMode4()
Boolean