org.universAAL.middleware.interfaces.mpa.model
Class AalMpa.ApplicationProfile.Runtime.Managers

Package class diagram package AalMpa.ApplicationProfile.Runtime.Managers
java.lang.Object
  extended by org.universAAL.middleware.interfaces.mpa.model.AalMpa.ApplicationProfile.Runtime.Managers
All Implemented Interfaces:
Serializable
Enclosing class:
AalMpa.ApplicationProfile.Runtime

public static class AalMpa.ApplicationProfile.Runtime.Managers
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="manager" type="{http://universaal.org/aal-mpa/v1.0.0}ArtifactType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<ArtifactType> manager
           
 
Constructor Summary
AalMpa.ApplicationProfile.Runtime.Managers()
           
 
Method Summary
 List<ArtifactType> getManager()
          Gets the value of the manager property.
 boolean isSetManager()
           
 void unsetManager()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

manager

protected List<ArtifactType> manager
Constructor Detail

AalMpa.ApplicationProfile.Runtime.Managers

public AalMpa.ApplicationProfile.Runtime.Managers()
Method Detail

getManager

public List<ArtifactType> getManager()
Gets the value of the manager 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 manager property.

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

 getManager().add(newItem);
 

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


isSetManager

public boolean isSetManager()

unsetManager

public void unsetManager()


Copyright © 2014 universAAL Consortium. All Rights Reserved.