org.universAAL.middleware.deploymanager.uapp.model
Class AalUapp.ApplicationCapabilities

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

public static class AalUapp.ApplicationCapabilities
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
AalUapp.ApplicationCapabilities()
           
 
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

AalUapp.ApplicationCapabilities

public AalUapp.ApplicationCapabilities()
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.