org.universAAL.middleware.interfaces.mpa.model
Class AalMpa.ApplicationPart

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

public static class AalMpa.ApplicationPart
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 ref="{http://universaal.org/aal-mpa/v1.0.0}part" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<Part> part
           
 
Constructor Summary
AalMpa.ApplicationPart()
           
 
Method Summary
 List<Part> getPart()
          Gets the value of the part property.
 boolean isSetPart()
           
 void unsetPart()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

part

protected List<Part> part
Constructor Detail

AalMpa.ApplicationPart

public AalMpa.ApplicationPart()
Method Detail

getPart

public List<Part> getPart()
Gets the value of the part 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 part property.

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

 getPart().add(newItem);
 

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


isSetPart

public boolean isSetPart()

unsetPart

public void unsetPart()


Copyright © 2014 universAAL Consortium. All Rights Reserved.