org.universAAL.middleware.deploymanager.uapp.model
Class Part.PartCapabilities

Package class diagram package Part.PartCapabilities
java.lang.Object
  extended by org.universAAL.middleware.deploymanager.uapp.model.Part.PartCapabilities
All Implemented Interfaces:
Serializable
Enclosing class:
Part

public static class Part.PartCapabilities
extends Object
implements Serializable

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="capability" type="{http://www.universaal.org/aal-uapp/v1.0.2}capabilityType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<CapabilityType> capability
           
 
Constructor Summary
Part.PartCapabilities()
           
 
Method Summary
 List<CapabilityType> getCapability()
          Gets the value of the capability property.
 boolean isSetCapability()
           
 void unsetCapability()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

capability

protected List<CapabilityType> capability
Constructor Detail

Part.PartCapabilities

public Part.PartCapabilities()
Method Detail

getCapability

public List<CapabilityType> getCapability()
Gets the value of the capability property.

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 capability property.

For example, to add a new item, do as follows:

    getCapability().add(newItem);
 

Objects of the following type(s) are allowed in the list CapabilityType


isSetCapability

public boolean isSetCapability()

unsetCapability

public void unsetCapability()


Copyright © 2014 universAAL Consortium. All Rights Reserved.