
public class Space extends Object implements Serializable, ISpace
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="space-descriptor">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="profile" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="spaceId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="spaceName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="spaceDescription" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="peeringChannel">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="channel-descriptor" type="{http://universaal.org/space-channel/v1.0.0}channelDescriptor"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="communicationChannels">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded">
<element name="channel-descriptor" type="{http://universaal.org/space-channel/v1.0.0}channelDescriptor"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="owner" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="admin" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="security" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Space.CommunicationChannels
Java class for anonymous complex type.
|
static class |
Space.PeeringChannel
Java class for anonymous complex type.
|
static class |
Space.SpaceDescriptor
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
admin |
protected Space.CommunicationChannels |
communicationChannels |
protected String |
owner |
protected Space.PeeringChannel |
peeringChannel |
protected String |
security |
protected Space.SpaceDescriptor |
spaceDescriptor |
| Constructor and Description |
|---|
Space() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdmin() |
ICommunicationChannels |
getCommunicationChannels()
Gets the value of the communicationChannels property.
|
String |
getOwner() |
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 |
isSetAdmin() |
boolean |
isSetCommunicationChannels() |
boolean |
isSetOwner() |
boolean |
isSetPeeringChannel() |
boolean |
isSetSecurity() |
boolean |
isSetSpaceDescriptor() |
void |
setAdmin(String value) |
void |
setCommunicationChannels(ICommunicationChannels value)
Sets the value of the communicationChannels property.
|
void |
setOwner(String value) |
void |
setPeeringChannel(IPeeringChannel value)
Sets the value of the peeringChannel property.
|
void |
setPeeringChannel(Space.PeeringChannel value) |
void |
setSecurity(String value)
Sets the value of the security property.
|
void |
setSpaceDescriptor(ISpaceDescriptor value)
Sets the value of the spaceDescriptor property.
|
void |
setSpaceDescriptor(Space.SpaceDescriptor value) |
protected Space.SpaceDescriptor spaceDescriptor
protected Space.PeeringChannel peeringChannel
protected Space.CommunicationChannels communicationChannels
protected String owner
protected String admin
protected String security
public ISpaceDescriptor getSpaceDescriptor()
ISpacegetSpaceDescriptor in interface ISpaceSpace.SpaceDescriptor public void setSpaceDescriptor(ISpaceDescriptor value)
ISpacesetSpaceDescriptor in interface ISpacevalue - allowed object is Space.SpaceDescriptor public void setSpaceDescriptor(Space.SpaceDescriptor value)
public boolean isSetSpaceDescriptor()
isSetSpaceDescriptor in interface ISpacepublic IPeeringChannel getPeeringChannel()
ISpacegetPeeringChannel in interface ISpaceSpace.PeeringChannel public void setPeeringChannel(Space.PeeringChannel value)
public void setPeeringChannel(IPeeringChannel value)
ISpacesetPeeringChannel in interface ISpacevalue - allowed object is Space.PeeringChannel public boolean isSetPeeringChannel()
isSetPeeringChannel in interface ISpacepublic ICommunicationChannels getCommunicationChannels()
ISpacegetCommunicationChannels in interface ISpaceSpace.CommunicationChannels public void setCommunicationChannels(ICommunicationChannels value)
ISpacesetCommunicationChannels in interface ISpacevalue - allowed object is Space.CommunicationChannels public boolean isSetCommunicationChannels()
isSetCommunicationChannels in interface ISpacepublic String getOwner()
public void setOwner(String value)
public boolean isSetOwner()
public String getAdmin()
public void setAdmin(String value)
public boolean isSetAdmin()
public String getSecurity()
ISpacegetSecurity in interface ISpaceStringpublic void setSecurity(String value)
ISpacesetSecurity in interface ISpacevalue - allowed object is Stringpublic boolean isSetSecurity()
isSetSecurity in interface ISpaceCopyright © 2018 universAAL Consortium. All rights reserved.