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