public static class SensorElementType.AcquisitionRadar 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="{}IffAttributes"/> <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="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 |
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 |
---|
AcquisitionRadar() |
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 |
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 |
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 altitude
protected Double velocity
protected Double heading
protected Integer mode1
protected Integer mode2
protected Integer mode3
protected Integer modeC
protected Boolean mode4
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 getRange()
public void setRange(double value)
public double getBearing()
public void setBearing(double value)
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 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
public void setMode4(Boolean value)
value
- allowed object is
Boolean
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