public class UuvCharacteristicsElementType extends Object
Java class for uuvCharacteristicsElementType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="uuvCharacteristicsElementType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}OperatingLimits" minOccurs="0"/>
         <element ref="{}GoalCapabilities" minOccurs="0"/>
         <element ref="{}CapabilityUUV" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attGroup ref="{}CommonAttributes"/>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected List<CapabilityUUVElementType> | capabilityUUV | 
| protected String | description | 
| protected GoalCapabilitiesElementType | goalCapabilities | 
| protected String | id | 
| protected OperatingLimitsElementType | operatingLimits | 
| protected Double | timeStamp | 
| Constructor and Description | 
|---|
| UuvCharacteristicsElementType() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<CapabilityUUVElementType> | getCapabilityUUV()Gets the value of the capabilityUUV property. | 
| String | getDescription()Gets the value of the description property. | 
| GoalCapabilitiesElementType | getGoalCapabilities()Gets the value of the goalCapabilities property. | 
| String | getId()Gets the value of the id property. | 
| OperatingLimitsElementType | getOperatingLimits()Gets the value of the operatingLimits property. | 
| Double | getTimeStamp()Gets the value of the timeStamp property. | 
| void | setDescription(String value)Sets the value of the description property. | 
| void | setGoalCapabilities(GoalCapabilitiesElementType value)Sets the value of the goalCapabilities property. | 
| void | setId(String value)Sets the value of the id property. | 
| void | setOperatingLimits(OperatingLimitsElementType value)Sets the value of the operatingLimits property. | 
| void | setTimeStamp(Double value)Sets the value of the timeStamp property. | 
protected OperatingLimitsElementType operatingLimits
protected GoalCapabilitiesElementType goalCapabilities
protected List<CapabilityUUVElementType> capabilityUUV
protected Double timeStamp
protected String description
protected String id
public OperatingLimitsElementType getOperatingLimits()
OperatingLimitsElementTypepublic void setOperatingLimits(OperatingLimitsElementType value)
value - allowed object is
     OperatingLimitsElementTypepublic GoalCapabilitiesElementType getGoalCapabilities()
GoalCapabilitiesElementTypepublic void setGoalCapabilities(GoalCapabilitiesElementType value)
value - allowed object is
     GoalCapabilitiesElementTypepublic List<CapabilityUUVElementType> getCapabilityUUV()
 This accessor method returns a reference to the live list,
 not a snapshot. Therefore any modification you make to the
 returned list will be present inside the JAXB object.
 This is why there is not a set method for the capabilityUUV property.
 
 
For example, to add a new item, do as follows:
    getCapabilityUUV().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 CapabilityUUVElementType
public Double getTimeStamp()
Doublepublic void setTimeStamp(Double value)
value - allowed object is
     Doublepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
     String