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()
ISpace
getSpaceDescriptor
in interface ISpace
Space.SpaceDescriptor
public void setSpaceDescriptor(ISpaceDescriptor value)
ISpace
setSpaceDescriptor
in interface ISpace
value
- allowed object is Space.SpaceDescriptor
public void setSpaceDescriptor(Space.SpaceDescriptor value)
public boolean isSetSpaceDescriptor()
isSetSpaceDescriptor
in interface ISpace
public IPeeringChannel getPeeringChannel()
ISpace
getPeeringChannel
in interface ISpace
Space.PeeringChannel
public void setPeeringChannel(Space.PeeringChannel value)
public void setPeeringChannel(IPeeringChannel value)
ISpace
setPeeringChannel
in interface ISpace
value
- allowed object is Space.PeeringChannel
public boolean isSetPeeringChannel()
isSetPeeringChannel
in interface ISpace
public ICommunicationChannels getCommunicationChannels()
ISpace
getCommunicationChannels
in interface ISpace
Space.CommunicationChannels
public void setCommunicationChannels(ICommunicationChannels value)
ISpace
setCommunicationChannels
in interface ISpace
value
- allowed object is Space.CommunicationChannels
public boolean isSetCommunicationChannels()
isSetCommunicationChannels
in interface ISpace
public String getOwner()
public void setOwner(String value)
public boolean isSetOwner()
public String getAdmin()
public void setAdmin(String value)
public boolean isSetAdmin()
public String getSecurity()
ISpace
getSecurity
in interface ISpace
String
public void setSecurity(String value)
ISpace
setSecurity
in interface ISpace
value
- allowed object is String
public boolean isSetSecurity()
isSetSecurity
in interface ISpace
Copyright © 2018 universAAL Consortium. All rights reserved.