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

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

public static class AalMpa.ApplicationProfile
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="aal-space">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="targetProfile" type="{http://universaal.org/aal-mpa/v1.0.0}ProfileType"/>
                   <element name="alternativeProfiles">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="profile" type="{http://universaal.org/aal-mpa/v1.0.0}ProfileType" maxOccurs="unbounded" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="requirredOntologies">
                     <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>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="runtime">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="middleware" type="{http://universaal.org/aal-mpa/v1.0.0}ArtifactType"/>
                   <element name="broker">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element ref="{http://universaal.org/aal-mpa/v1.0.0}broker" maxOccurs="unbounded" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="managers">
                     <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>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Nested Class Summary
static class AalMpa.ApplicationProfile.AalSpace
           Java class for anonymous complex type.
static class AalMpa.ApplicationProfile.Runtime
           Java class for anonymous complex type.
 
Field Summary
protected  AalMpa.ApplicationProfile.AalSpace aalSpace
           
protected  AalMpa.ApplicationProfile.Runtime runtime
           
 
Constructor Summary
AalMpa.ApplicationProfile()
           
 
Method Summary
 AalMpa.ApplicationProfile.AalSpace getAalSpace()
          Gets the value of the aalSpace property.
 AalMpa.ApplicationProfile.Runtime getRuntime()
          Gets the value of the runtime property.
 boolean isSetAalSpace()
           
 boolean isSetRuntime()
           
 void setAalSpace(AalMpa.ApplicationProfile.AalSpace value)
          Sets the value of the aalSpace property.
 void setRuntime(AalMpa.ApplicationProfile.Runtime value)
          Sets the value of the runtime property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

aalSpace

protected AalMpa.ApplicationProfile.AalSpace aalSpace

runtime

protected AalMpa.ApplicationProfile.Runtime runtime
Constructor Detail

AalMpa.ApplicationProfile

public AalMpa.ApplicationProfile()
Method Detail

getAalSpace

public AalMpa.ApplicationProfile.AalSpace getAalSpace()
Gets the value of the aalSpace property.

Returns:
possible object is AalMpa.ApplicationProfile.AalSpace

setAalSpace

public void setAalSpace(AalMpa.ApplicationProfile.AalSpace value)
Sets the value of the aalSpace property.

Parameters:
value - allowed object is AalMpa.ApplicationProfile.AalSpace

isSetAalSpace

public boolean isSetAalSpace()

getRuntime

public AalMpa.ApplicationProfile.Runtime getRuntime()
Gets the value of the runtime property.

Returns:
possible object is AalMpa.ApplicationProfile.Runtime

setRuntime

public void setRuntime(AalMpa.ApplicationProfile.Runtime value)
Sets the value of the runtime property.

Parameters:
value - allowed object is AalMpa.ApplicationProfile.Runtime

isSetRuntime

public boolean isSetRuntime()


Copyright © 2014 universAAL Consortium. All Rights Reserved.