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