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

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

public static class AalMpa.ApplicationProfile.Runtime
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="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>
 

See Also:
Serialized Form

Nested Class Summary
static class AalMpa.ApplicationProfile.Runtime.Broker
           Java class for anonymous complex type.
static class AalMpa.ApplicationProfile.Runtime.Managers
           Java class for anonymous complex type.
 
Field Summary
protected  AalMpa.ApplicationProfile.Runtime.Broker broker
           
protected  AalMpa.ApplicationProfile.Runtime.Managers managers
           
protected  ArtifactType middleware
           
 
Constructor Summary
AalMpa.ApplicationProfile.Runtime()
           
 
Method Summary
 AalMpa.ApplicationProfile.Runtime.Broker getBroker()
          Gets the value of the broker property.
 AalMpa.ApplicationProfile.Runtime.Managers getManagers()
          Gets the value of the managers property.
 ArtifactType getMiddleware()
          Gets the value of the middleware property.
 boolean isSetBroker()
           
 boolean isSetManagers()
           
 boolean isSetMiddleware()
           
 void setBroker(AalMpa.ApplicationProfile.Runtime.Broker value)
          Sets the value of the broker property.
 void setManagers(AalMpa.ApplicationProfile.Runtime.Managers value)
          Sets the value of the managers property.
 void setMiddleware(ArtifactType value)
          Sets the value of the middleware property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

middleware

protected ArtifactType middleware

broker

protected AalMpa.ApplicationProfile.Runtime.Broker broker

managers

protected AalMpa.ApplicationProfile.Runtime.Managers managers
Constructor Detail

AalMpa.ApplicationProfile.Runtime

public AalMpa.ApplicationProfile.Runtime()
Method Detail

getMiddleware

public ArtifactType getMiddleware()
Gets the value of the middleware property.

Returns:
possible object is ArtifactType

setMiddleware

public void setMiddleware(ArtifactType value)
Sets the value of the middleware property.

Parameters:
value - allowed object is ArtifactType

isSetMiddleware

public boolean isSetMiddleware()

getBroker

public AalMpa.ApplicationProfile.Runtime.Broker getBroker()
Gets the value of the broker property.

Returns:
possible object is AalMpa.ApplicationProfile.Runtime.Broker

setBroker

public void setBroker(AalMpa.ApplicationProfile.Runtime.Broker value)
Sets the value of the broker property.

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

isSetBroker

public boolean isSetBroker()

getManagers

public AalMpa.ApplicationProfile.Runtime.Managers getManagers()
Gets the value of the managers property.

Returns:
possible object is AalMpa.ApplicationProfile.Runtime.Managers

setManagers

public void setManagers(AalMpa.ApplicationProfile.Runtime.Managers value)
Sets the value of the managers property.

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

isSetManagers

public boolean isSetManagers()


Copyright © 2014 universAAL Consortium. All Rights Reserved.