public class SensorElementType extends Object
Java class for sensorElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="sensorElementType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <group ref="{}SensorElements" maxOccurs="unbounded"/> <attGroup ref="{}CommonAttributes"/> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
SensorElementType.AcquisitionRadar
Java class for anonymous complex type.
|
static class |
SensorElementType.ActiveSonar
Java class for anonymous complex type.
|
static class |
SensorElementType.BlazedArraySonar
Java class for anonymous complex type.
|
static class |
SensorElementType.ChemicalBiologicalRadiologicalDetection
Java class for anonymous complex type.
|
static class |
SensorElementType.DopplerRadar
Java class for anonymous complex type.
|
static class |
SensorElementType.EarlyWarningRadar
Java class for anonymous complex type.
|
static class |
SensorElementType.ESM
Java class for anonymous complex type.
|
static class |
SensorElementType.FireControlRadar
Java class for anonymous complex type.
|
static class |
SensorElementType.FLIR
Java class for anonymous complex type.
|
static class |
SensorElementType.ImagingSonar
Java class for anonymous complex type.
|
static class |
SensorElementType.MotionSensor
Java class for anonymous complex type.
|
static class |
SensorElementType.PassiveSonar
Java class for anonymous complex type.
|
static class |
SensorElementType.PassiveSoundDetection
Java class for anonymous complex type.
|
static class |
SensorElementType.Radar
Java class for anonymous complex type.
|
static class |
SensorElementType.SurfaceSearchRadar
Java class for anonymous complex type.
|
static class |
SensorElementType.SyntheticApertureRadar
Java class for anonymous complex type.
|
static class |
SensorElementType.SyntheticApertureSonar
Java class for anonymous complex type.
|
static class |
SensorElementType.TrackingRadar
Java class for anonymous complex type.
|
static class |
SensorElementType.TrackWhileScanRadar
Java class for anonymous complex type.
|
static class |
SensorElementType.Video
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected String |
id |
protected List<Object> |
sensorElements |
protected Double |
timeStamp |
Constructor and Description |
---|
SensorElementType() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
List<Object> |
getSensorElements()
Elements for representing sensor data.
|
Double |
getTimeStamp()
Gets the value of the timeStamp property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setTimeStamp(Double value)
Sets the value of the timeStamp property.
|
protected Double timeStamp
protected String description
protected String id
public List<Object> getSensorElements()
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 sensorElements property.
For example, to add a new item, do as follows:
getSensorElements().add(newItem);
Objects of the following type(s) are allowed in the list
SensorElementType.ActiveSonar
SensorElementType.ImagingSonar
SensorElementType.BlazedArraySonar
SensorElementType.SyntheticApertureSonar
SensorElementType.PassiveSonar
SensorElementType.Radar
SensorElementType.DopplerRadar
SensorElementType.SyntheticApertureRadar
SensorElementType.TrackWhileScanRadar
SensorElementType.EarlyWarningRadar
SensorElementType.AcquisitionRadar
SensorElementType.TrackingRadar
SensorElementType.FireControlRadar
SensorElementType.SurfaceSearchRadar
SensorElementType.ESM
SensorElementType.PassiveSoundDetection
SensorElementType.ChemicalBiologicalRadiologicalDetection
SensorElementType.Video
SensorElementType.FLIR
SensorElementType.MotionSensor
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