public class SampledResultsElementType extends Object
Java class for sampledResultsElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="sampledResultsElementType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice minOccurs="0"> <element ref="{}UUVTelemetry"/> <element ref="{}USVTelemetry"/> <element ref="{}UGVTelemetry"/> <element ref="{}UAVTelemetry"/> </choice> <choice minOccurs="0"> <element ref="{}UUVControlOrder"/> <element ref="{}USVControlOrder"/> <element ref="{}UGVControlOrder"/> <element ref="{}UAVControlOrder"/> </choice> <element ref="{}Sensor" minOccurs="0"/> <element ref="{}Weapon" minOccurs="0"/> </sequence> <attGroup ref="{}CommonAttributes"/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected String |
id |
protected SensorElementType |
sensor |
protected Double |
timeStamp |
protected UavControlOrdersElementType |
uavControlOrder |
protected UavTelemetryElementType |
uavTelemetry |
protected UgvControlOrdersElementType |
ugvControlOrder |
protected UgvTelemetryElementType |
ugvTelemetry |
protected UsvControlOrdersElementType |
usvControlOrder |
protected UsvTelemetryElementType |
usvTelemetry |
protected UuvControlOrdersElementType |
uuvControlOrder |
protected UuvTelemetryElementType |
uuvTelemetry |
protected WeaponElementType |
weapon |
Constructor and Description |
---|
SampledResultsElementType() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
SensorElementType |
getSensor()
Gets the value of the sensor property.
|
Double |
getTimeStamp()
Gets the value of the timeStamp property.
|
UavControlOrdersElementType |
getUAVControlOrder()
Gets the value of the uavControlOrder property.
|
UavTelemetryElementType |
getUAVTelemetry()
Gets the value of the uavTelemetry property.
|
UgvControlOrdersElementType |
getUGVControlOrder()
Gets the value of the ugvControlOrder property.
|
UgvTelemetryElementType |
getUGVTelemetry()
Gets the value of the ugvTelemetry property.
|
UsvControlOrdersElementType |
getUSVControlOrder()
Gets the value of the usvControlOrder property.
|
UsvTelemetryElementType |
getUSVTelemetry()
Gets the value of the usvTelemetry property.
|
UuvControlOrdersElementType |
getUUVControlOrder()
Gets the value of the uuvControlOrder property.
|
UuvTelemetryElementType |
getUUVTelemetry()
Gets the value of the uuvTelemetry property.
|
WeaponElementType |
getWeapon()
Gets the value of the weapon property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setSensor(SensorElementType value)
Sets the value of the sensor property.
|
void |
setTimeStamp(Double value)
Sets the value of the timeStamp property.
|
void |
setUAVControlOrder(UavControlOrdersElementType value)
Sets the value of the uavControlOrder property.
|
void |
setUAVTelemetry(UavTelemetryElementType value)
Sets the value of the uavTelemetry property.
|
void |
setUGVControlOrder(UgvControlOrdersElementType value)
Sets the value of the ugvControlOrder property.
|
void |
setUGVTelemetry(UgvTelemetryElementType value)
Sets the value of the ugvTelemetry property.
|
void |
setUSVControlOrder(UsvControlOrdersElementType value)
Sets the value of the usvControlOrder property.
|
void |
setUSVTelemetry(UsvTelemetryElementType value)
Sets the value of the usvTelemetry property.
|
void |
setUUVControlOrder(UuvControlOrdersElementType value)
Sets the value of the uuvControlOrder property.
|
void |
setUUVTelemetry(UuvTelemetryElementType value)
Sets the value of the uuvTelemetry property.
|
void |
setWeapon(WeaponElementType value)
Sets the value of the weapon property.
|
protected UuvTelemetryElementType uuvTelemetry
protected UsvTelemetryElementType usvTelemetry
protected UgvTelemetryElementType ugvTelemetry
protected UavTelemetryElementType uavTelemetry
protected UuvControlOrdersElementType uuvControlOrder
protected UsvControlOrdersElementType usvControlOrder
protected UgvControlOrdersElementType ugvControlOrder
protected UavControlOrdersElementType uavControlOrder
protected SensorElementType sensor
protected WeaponElementType weapon
protected Double timeStamp
protected String description
protected String id
public UuvTelemetryElementType getUUVTelemetry()
UuvTelemetryElementType
public void setUUVTelemetry(UuvTelemetryElementType value)
value
- allowed object is
UuvTelemetryElementType
public UsvTelemetryElementType getUSVTelemetry()
UsvTelemetryElementType
public void setUSVTelemetry(UsvTelemetryElementType value)
value
- allowed object is
UsvTelemetryElementType
public UgvTelemetryElementType getUGVTelemetry()
UgvTelemetryElementType
public void setUGVTelemetry(UgvTelemetryElementType value)
value
- allowed object is
UgvTelemetryElementType
public UavTelemetryElementType getUAVTelemetry()
UavTelemetryElementType
public void setUAVTelemetry(UavTelemetryElementType value)
value
- allowed object is
UavTelemetryElementType
public UuvControlOrdersElementType getUUVControlOrder()
UuvControlOrdersElementType
public void setUUVControlOrder(UuvControlOrdersElementType value)
value
- allowed object is
UuvControlOrdersElementType
public UsvControlOrdersElementType getUSVControlOrder()
UsvControlOrdersElementType
public void setUSVControlOrder(UsvControlOrdersElementType value)
value
- allowed object is
UsvControlOrdersElementType
public UgvControlOrdersElementType getUGVControlOrder()
UgvControlOrdersElementType
public void setUGVControlOrder(UgvControlOrdersElementType value)
value
- allowed object is
UgvControlOrdersElementType
public UavControlOrdersElementType getUAVControlOrder()
UavControlOrdersElementType
public void setUAVControlOrder(UavControlOrdersElementType value)
value
- allowed object is
UavControlOrdersElementType
public SensorElementType getSensor()
SensorElementType
public void setSensor(SensorElementType value)
value
- allowed object is
SensorElementType
public WeaponElementType getWeapon()
WeaponElementType
public void setWeapon(WeaponElementType value)
value
- allowed object is
WeaponElementType
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