
public interface ISpace
| Modifier and Type | Method and Description |
|---|---|
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.
|
ISpaceDescriptor getSpaceDescriptor()
Space.SpaceDescriptor void setSpaceDescriptor(ISpaceDescriptor value)
value - allowed object is Space.SpaceDescriptor boolean isSetSpaceDescriptor()
IPeeringChannel getPeeringChannel()
Space.PeeringChannel void setPeeringChannel(IPeeringChannel value)
value - allowed object is Space.PeeringChannel boolean isSetPeeringChannel()
ICommunicationChannels getCommunicationChannels()
Space.CommunicationChannels void setCommunicationChannels(ICommunicationChannels value)
value - allowed object is Space.CommunicationChannels boolean isSetCommunicationChannels()
String getSecurity()
Stringvoid setSecurity(String value)
value - allowed object is Stringboolean isSetSecurity()
Copyright © 2018 universAAL Consortium. All rights reserved.