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

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

public static class AalMpa.ApplicationProfile.Runtime.Broker
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}broker" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<Broker> broker
           
 
Constructor Summary
AalMpa.ApplicationProfile.Runtime.Broker()
           
 
Method Summary
 List<Broker> getBroker()
          Gets the value of the broker property.
 boolean isSetBroker()
           
 void unsetBroker()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

broker

protected List<Broker> broker
Constructor Detail

AalMpa.ApplicationProfile.Runtime.Broker

public AalMpa.ApplicationProfile.Runtime.Broker()
Method Detail

getBroker

public List<Broker> getBroker()
Gets the value of the broker 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 broker property.

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

 getBroker().add(newItem);
 

Objects of the following type(s) are allowed in the list org.universAAL.middleware.connectors.deploy.model.Broker


isSetBroker

public boolean isSetBroker()

unsetBroker

public void unsetBroker()


Copyright © 2014 universAAL Consortium. All Rights Reserved.