org.universAAL.middleware.interfaces.mpa.model
Class AalMpa.ApplicationProfile.AalSpace.RequirredOntologies

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

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

See Also:
Serialized Form

Field Summary
protected  List<OntologyType> ontology
           
 
Constructor Summary
AalMpa.ApplicationProfile.AalSpace.RequirredOntologies()
           
 
Method Summary
 List<OntologyType> getOntology()
          Gets the value of the ontology property.
 boolean isSetOntology()
           
 void unsetOntology()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ontology

protected List<OntologyType> ontology
Constructor Detail

AalMpa.ApplicationProfile.AalSpace.RequirredOntologies

public AalMpa.ApplicationProfile.AalSpace.RequirredOntologies()
Method Detail

getOntology

public List<OntologyType> getOntology()
Gets the value of the ontology 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 ontology property.

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

 getOntology().add(newItem);
 

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


isSetOntology

public boolean isSetOntology()

unsetOntology

public void unsetOntology()


Copyright © 2014 universAAL Consortium. All Rights Reserved.