org.universAAL.middleware.interfaces.aalspace.model
Interface IAALSpace

Package class diagram package IAALSpace
All Known Implementing Classes:
Aalspace, AALSpace

public interface IAALSpace

Since:
2.0.1
Version:
$LastChangedRevision$ ($LastChangedDate$)
Author:
Stefano Lenzi

Method Summary
 ICommunicationChannels getCommunicationChannels()
          Gets the value of the communicationChannels property.
 IPeeringChannel getPeeringChannel()
          Gets the value of the peeringChannel property.
 String getSecurity()
          Gets the value of the security property.
 ISpaceDescriptor getSpaceDescriptor()
          Gets the value of the spaceDescriptor property.
 boolean isSetCommunicationChannels()
           
 boolean isSetPeeringChannel()
           
 boolean isSetSecurity()
           
 boolean isSetSpaceDescriptor()
           
 void setCommunicationChannels(ICommunicationChannels value)
          Sets the value of the communicationChannels property.
 void setPeeringChannel(IPeeringChannel value)
          Sets the value of the peeringChannel property.
 void setSecurity(String value)
          Sets the value of the security property.
 void setSpaceDescriptor(ISpaceDescriptor value)
          Sets the value of the spaceDescriptor property.
 

Method Detail

getSpaceDescriptor

ISpaceDescriptor getSpaceDescriptor()
Gets the value of the spaceDescriptor property.

Returns:
possible object is Aalspace.SpaceDescriptor

setSpaceDescriptor

void setSpaceDescriptor(ISpaceDescriptor value)
Sets the value of the spaceDescriptor property.

Parameters:
value - allowed object is Aalspace.SpaceDescriptor

isSetSpaceDescriptor

boolean isSetSpaceDescriptor()

getPeeringChannel

IPeeringChannel getPeeringChannel()
Gets the value of the peeringChannel property.

Returns:
possible object is Aalspace.PeeringChannel

setPeeringChannel

void setPeeringChannel(IPeeringChannel value)
Sets the value of the peeringChannel property.

Parameters:
value - allowed object is Aalspace.PeeringChannel

isSetPeeringChannel

boolean isSetPeeringChannel()

getCommunicationChannels

ICommunicationChannels getCommunicationChannels()
Gets the value of the communicationChannels property.

Returns:
possible object is Aalspace.CommunicationChannels

setCommunicationChannels

void setCommunicationChannels(ICommunicationChannels value)
Sets the value of the communicationChannels property.

Parameters:
value - allowed object is Aalspace.CommunicationChannels

isSetCommunicationChannels

boolean isSetCommunicationChannels()

getSecurity

String getSecurity()
Gets the value of the security property.

Returns:
possible object is String

setSecurity

void setSecurity(String value)
Sets the value of the security property.

Parameters:
value - allowed object is String

isSetSecurity

boolean isSetSecurity()


Copyright © 2014 universAAL Consortium. All Rights Reserved.