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()
ISpaceDescriptor
getProfile
in interface ISpaceDescriptor
String
public void setProfile(String value)
ISpaceDescriptor
setProfile
in interface ISpaceDescriptor
value
- allowed object is String
public boolean isSetProfile()
isSetProfile
in interface ISpaceDescriptor
public String getSpaceId()
ISpaceDescriptor
getSpaceId
in interface ISpaceDescriptor
String
public void setSpaceId(String value)
ISpaceDescriptor
setSpaceId
in interface ISpaceDescriptor
value
- allowed object is String
public boolean isSetSpaceId()
isSetSpaceId
in interface ISpaceDescriptor
public String getSpaceName()
ISpaceDescriptor
getSpaceName
in interface ISpaceDescriptor
String
public void setSpaceName(String value)
ISpaceDescriptor
setSpaceName
in interface ISpaceDescriptor
value
- allowed object is String
public boolean isSetSpaceName()
isSetSpaceName
in interface ISpaceDescriptor
public String getSpaceDescription()
ISpaceDescriptor
getSpaceDescription
in interface ISpaceDescriptor
String
public void setSpaceDescription(String value)
ISpaceDescriptor
setSpaceDescription
in interface ISpaceDescriptor
value
- allowed object is String
public boolean isSetSpaceDescription()
isSetSpaceDescription
in interface ISpaceDescriptor
Copyright © 2018 universAAL Consortium. All rights reserved.