public class ConfigurationElementType extends Object
Java class for configurationElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="configurationElementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element ref="{}UnmannedUnderwaterVehicle"/>
<element ref="{}UnmannedSurfaceVehicle"/>
<element ref="{}UnmannedGroundVehicle"/>
<element ref="{}UnmannedAerialVehicle"/>
</choice>
<attGroup ref="{}CommonAttributes"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
id |
protected Double |
timeStamp |
protected UavCharacteristicsElementType |
unmannedAerialVehicle |
protected UgvCharacteristicsElementType |
unmannedGroundVehicle |
protected UsvCharacteristicsElementType |
unmannedSurfaceVehicle |
protected UuvCharacteristicsElementType |
unmannedUnderwaterVehicle |
| Constructor and Description |
|---|
ConfigurationElementType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
Double |
getTimeStamp()
Gets the value of the timeStamp property.
|
UavCharacteristicsElementType |
getUnmannedAerialVehicle()
Gets the value of the unmannedAerialVehicle property.
|
UgvCharacteristicsElementType |
getUnmannedGroundVehicle()
Gets the value of the unmannedGroundVehicle property.
|
UsvCharacteristicsElementType |
getUnmannedSurfaceVehicle()
Gets the value of the unmannedSurfaceVehicle property.
|
UuvCharacteristicsElementType |
getUnmannedUnderwaterVehicle()
Gets the value of the unmannedUnderwaterVehicle 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.
|
void |
setUnmannedAerialVehicle(UavCharacteristicsElementType value)
Sets the value of the unmannedAerialVehicle property.
|
void |
setUnmannedGroundVehicle(UgvCharacteristicsElementType value)
Sets the value of the unmannedGroundVehicle property.
|
void |
setUnmannedSurfaceVehicle(UsvCharacteristicsElementType value)
Sets the value of the unmannedSurfaceVehicle property.
|
void |
setUnmannedUnderwaterVehicle(UuvCharacteristicsElementType value)
Sets the value of the unmannedUnderwaterVehicle property.
|
protected UuvCharacteristicsElementType unmannedUnderwaterVehicle
protected UsvCharacteristicsElementType unmannedSurfaceVehicle
protected UgvCharacteristicsElementType unmannedGroundVehicle
protected UavCharacteristicsElementType unmannedAerialVehicle
protected Double timeStamp
protected String description
protected String id
public UuvCharacteristicsElementType getUnmannedUnderwaterVehicle()
UuvCharacteristicsElementTypepublic void setUnmannedUnderwaterVehicle(UuvCharacteristicsElementType value)
value - allowed object is
UuvCharacteristicsElementTypepublic UsvCharacteristicsElementType getUnmannedSurfaceVehicle()
UsvCharacteristicsElementTypepublic void setUnmannedSurfaceVehicle(UsvCharacteristicsElementType value)
value - allowed object is
UsvCharacteristicsElementTypepublic UgvCharacteristicsElementType getUnmannedGroundVehicle()
UgvCharacteristicsElementTypepublic void setUnmannedGroundVehicle(UgvCharacteristicsElementType value)
value - allowed object is
UgvCharacteristicsElementTypepublic UavCharacteristicsElementType getUnmannedAerialVehicle()
UavCharacteristicsElementTypepublic void setUnmannedAerialVehicle(UavCharacteristicsElementType value)
value - allowed object is
UavCharacteristicsElementTypepublic Double getTimeStamp()
Doublepublic void setTimeStamp(Double value)
value - allowed object is
Doublepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
String