public class CapabilityUGVElementType extends Object
Java class for capabilityUGVElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="capabilityUGVElementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="value" use="required" type="{}ugvCapabilityType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected UgvCapabilityType |
value |
| Constructor and Description |
|---|
CapabilityUGVElementType() |
| Modifier and Type | Method and Description |
|---|---|
UgvCapabilityType |
getValue()
Gets the value of the value property.
|
void |
setValue(UgvCapabilityType value)
Sets the value of the value property.
|
protected UgvCapabilityType value
public UgvCapabilityType getValue()
UgvCapabilityTypepublic void setValue(UgvCapabilityType value)
value - allowed object is
UgvCapabilityType