org.universAAL.middleware.aalspace.json.model
Class AALSpace

Package class diagram package AALSpace
java.lang.Object
  extended by org.universAAL.middleware.aalspace.json.model.AALSpace
All Implemented Interfaces:
Serializable, IAALSpace

public class AALSpace
extends Object
implements Serializable, IAALSpace

Since:
2.0.1
Version:
$LastChangedRevision$ ($LastChangedDate$)
Author:
Stefano Lenzi
See Also:
Serialized Form

Nested Class Summary
static class AALSpace.CommunicationChannels
           
static class AALSpace.PeeringChannel
           
static class AALSpace.SpaceDescriptor
           
 
Field Summary
protected  ICommunicationChannels communicationChannels
           
protected  IPeeringChannel peeringChannel
           
protected  String security
           
protected  ISpaceDescriptor spaceDescriptor
           
 
Constructor Summary
AALSpace()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

spaceDescriptor

protected ISpaceDescriptor spaceDescriptor

peeringChannel

protected IPeeringChannel peeringChannel

communicationChannels

protected ICommunicationChannels communicationChannels

security

protected String security
Constructor Detail

AALSpace

public AALSpace()
Method Detail

getSpaceDescriptor

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

Specified by:
getSpaceDescriptor in interface IAALSpace
Returns:
possible object is AALSpace.SpaceDescriptor

setSpaceDescriptor

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

Specified by:
setSpaceDescriptor in interface IAALSpace
Parameters:
value - allowed object is AALSpace.SpaceDescriptor

isSetSpaceDescriptor

public boolean isSetSpaceDescriptor()
Specified by:
isSetSpaceDescriptor in interface IAALSpace

getPeeringChannel

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

Specified by:
getPeeringChannel in interface IAALSpace
Returns:
possible object is AALSpace.PeeringChannel

setPeeringChannel

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

Specified by:
setPeeringChannel in interface IAALSpace
Parameters:
value - allowed object is AALSpace.PeeringChannel

isSetPeeringChannel

public boolean isSetPeeringChannel()
Specified by:
isSetPeeringChannel in interface IAALSpace

getCommunicationChannels

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

Specified by:
getCommunicationChannels in interface IAALSpace
Returns:
possible object is AALSpace.CommunicationChannels

setCommunicationChannels

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

Specified by:
setCommunicationChannels in interface IAALSpace
Parameters:
value - allowed object is AALSpace.CommunicationChannels

isSetCommunicationChannels

public boolean isSetCommunicationChannels()
Specified by:
isSetCommunicationChannels in interface IAALSpace

getSecurity

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

Specified by:
getSecurity in interface IAALSpace
Returns:
possible object is String

setSecurity

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

Specified by:
setSecurity in interface IAALSpace
Parameters:
value - allowed object is String

isSetSecurity

public boolean isSetSecurity()
Specified by:
isSetSecurity in interface IAALSpace


Copyright © 2014 universAAL Consortium. All Rights Reserved.