public static class SensorElementType.TrackWhileScanRadar.Track 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"/> <attribute name="trackID" 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" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="heading" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Double |
altitude |
protected double |
bearing |
protected double |
heading |
protected Integer |
mode1 |
protected Integer |
mode2 |
protected Integer |
mode3 |
protected Boolean |
mode4 |
protected Integer |
modeC |
protected double |
range |
protected String |
trackID |
protected double |
velocity |
Constructor and Description |
---|
Track() |
Modifier and Type | Method and Description |
---|---|
Double |
getAltitude()
Gets the value of the altitude property.
|
double |
getBearing()
Gets the value of the bearing property.
|
double |
getHeading()
Gets the value of the heading 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.
|
double |
getRange()
Gets the value of the range property.
|
String |
getTrackID()
Gets the value of the trackID 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 |
setHeading(double value)
Sets the value of the heading 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 |
setRange(double value)
Sets the value of the range property.
|
void |
setTrackID(String value)
Sets the value of the trackID property.
|
void |
setVelocity(double value)
Sets the value of the velocity property.
|
protected String trackID
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
public String getTrackID()
String
public void setTrackID(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()
public void setVelocity(double value)
public double getHeading()
public void setHeading(double value)
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