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

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

public static class AalUapp.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://www.universaal.org/aal-uapp/v1.0.2}part" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<Part> part
           
 
Constructor Summary
AalUapp.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

AalUapp.ApplicationPart

public AalUapp.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.