public static class SensorElementType.TrackWhileScanRadar 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"> <sequence> <element name="Track" maxOccurs="unbounded"> <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> </element> </sequence> <attGroup ref="{}CommonAttributes"/> <attribute name="model" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
SensorElementType.TrackWhileScanRadar.Track
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected String |
id |
protected String |
model |
protected Double |
timeStamp |
protected List<SensorElementType.TrackWhileScanRadar.Track> |
track |
Constructor and Description |
---|
TrackWhileScanRadar() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
String |
getModel()
Gets the value of the model property.
|
Double |
getTimeStamp()
Gets the value of the timeStamp property.
|
List<SensorElementType.TrackWhileScanRadar.Track> |
getTrack()
Gets the value of the track property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setModel(String value)
Sets the value of the model property.
|
void |
setTimeStamp(Double value)
Sets the value of the timeStamp property.
|
protected List<SensorElementType.TrackWhileScanRadar.Track> track
protected String model
protected Double timeStamp
protected String description
protected String id
public List<SensorElementType.TrackWhileScanRadar.Track> getTrack()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the track property.
For example, to add a new item, do as follows:
getTrack().add(newItem);
Objects of the following type(s) are allowed in the list
SensorElementType.TrackWhileScanRadar.Track
public String getModel()
String
public void setModel(String value)
value
- allowed object is
String
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