
public static class Space.SpaceDescriptor extends Object implements Serializable, ISpaceDescriptor
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="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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
profile |
protected String |
spaceDescription |
protected String |
spaceId |
protected String |
spaceName |
| Constructor and Description |
|---|
SpaceDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getProfile()
Gets the value of the profile property.
|
String |
getSpaceDescription()
Gets the value of the spaceDescription property.
|
String |
getSpaceId()
Gets the value of the spaceId property.
|
String |
getSpaceName()
Gets the value of the spaceName property.
|
boolean |
isSetProfile() |
boolean |
isSetSpaceDescription() |
boolean |
isSetSpaceId() |
boolean |
isSetSpaceName() |
void |
setProfile(String value)
Sets the value of the profile property.
|
void |
setSpaceDescription(String value)
Sets the value of the spaceDescription property.
|
void |
setSpaceId(String value)
Sets the value of the spaceId property.
|
void |
setSpaceName(String value)
Sets the value of the spaceName property.
|
protected String profile
protected String spaceId
protected String spaceName
protected String spaceDescription
public String getProfile()
ISpaceDescriptorgetProfile in interface ISpaceDescriptorStringpublic void setProfile(String value)
ISpaceDescriptorsetProfile in interface ISpaceDescriptorvalue - allowed object is Stringpublic boolean isSetProfile()
isSetProfile in interface ISpaceDescriptorpublic String getSpaceId()
ISpaceDescriptorgetSpaceId in interface ISpaceDescriptorStringpublic void setSpaceId(String value)
ISpaceDescriptorsetSpaceId in interface ISpaceDescriptorvalue - allowed object is Stringpublic boolean isSetSpaceId()
isSetSpaceId in interface ISpaceDescriptorpublic String getSpaceName()
ISpaceDescriptorgetSpaceName in interface ISpaceDescriptorStringpublic void setSpaceName(String value)
ISpaceDescriptorsetSpaceName in interface ISpaceDescriptorvalue - allowed object is Stringpublic boolean isSetSpaceName()
isSetSpaceName in interface ISpaceDescriptorpublic String getSpaceDescription()
ISpaceDescriptorgetSpaceDescription in interface ISpaceDescriptorStringpublic void setSpaceDescription(String value)
ISpaceDescriptorsetSpaceDescription in interface ISpaceDescriptorvalue - allowed object is Stringpublic boolean isSetSpaceDescription()
isSetSpaceDescription in interface ISpaceDescriptorCopyright © 2018 universAAL Consortium. All rights reserved.