Package com.emc.d2fs.models.x3_space
Class X3Space
java.lang.Object
com.emc.d2fs.models.x3_space.X3Space
- All Implemented Interfaces:
Serializable
Java class for x3_space complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="x3_space"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="spaceConfigName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="spaceLabel" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="spaceDescription" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="spaceXml" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="spacePreviewData" type="{http://www.w3.org/2001/XMLSchema}base64Binary" /> <attribute name="spacePreviewDataString" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="spacePreviewMime" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="spaceIconData" type="{http://www.w3.org/2001/XMLSchema}base64Binary" /> <attribute name="spaceIconDataString" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="spaceIconMime" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="locked" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="default" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="skinConfigName" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the skinConfigName property.Gets the value of the spaceConfigName property.Gets the value of the spaceDescription property.byte[]
Gets the value of the spaceIconData property.Gets the value of the spaceIconDataString property.Gets the value of the spaceIconMime property.Gets the value of the spaceLabel property.byte[]
Gets the value of the spacePreviewData property.Gets the value of the spacePreviewDataString property.Gets the value of the spacePreviewMime property.Gets the value of the spaceXml property.Gets the value of the default property.isLocked()
Gets the value of the locked property.void
setDefault
(Boolean value) Sets the value of the default property.void
Sets the value of the locked property.void
setSkinConfigName
(String value) Sets the value of the skinConfigName property.void
setSpaceConfigName
(String value) Sets the value of the spaceConfigName property.void
setSpaceDescription
(String value) Sets the value of the spaceDescription property.void
setSpaceIconData
(byte[] value) Sets the value of the spaceIconData property.void
setSpaceIconDataString
(String value) Sets the value of the spaceIconDataString property.void
setSpaceIconMime
(String value) Sets the value of the spaceIconMime property.void
setSpaceLabel
(String value) Sets the value of the spaceLabel property.void
setSpacePreviewData
(byte[] value) Sets the value of the spacePreviewData property.void
setSpacePreviewDataString
(String value) Sets the value of the spacePreviewDataString property.void
setSpacePreviewMime
(String value) Sets the value of the spacePreviewMime property.void
setSpaceXml
(String value) Sets the value of the spaceXml property.
-
Constructor Details
-
X3Space
public X3Space()
-
-
Method Details
-
getSpaceConfigName
Gets the value of the spaceConfigName property.- Returns:
- possible object is
String
-
setSpaceConfigName
Sets the value of the spaceConfigName property.- Parameters:
value
- allowed object isString
-
getSpaceLabel
Gets the value of the spaceLabel property.- Returns:
- possible object is
String
-
setSpaceLabel
Sets the value of the spaceLabel property.- Parameters:
value
- allowed object isString
-
getSpaceDescription
Gets the value of the spaceDescription property.- Returns:
- possible object is
String
-
setSpaceDescription
Sets the value of the spaceDescription property.- Parameters:
value
- allowed object isString
-
getSpaceXml
Gets the value of the spaceXml property.- Returns:
- possible object is
String
-
setSpaceXml
Sets the value of the spaceXml property.- Parameters:
value
- allowed object isString
-
getSpacePreviewData
public byte[] getSpacePreviewData()Gets the value of the spacePreviewData property.- Returns:
- possible object is byte[]
-
setSpacePreviewData
public void setSpacePreviewData(byte[] value) Sets the value of the spacePreviewData property.- Parameters:
value
- allowed object is byte[]
-
getSpacePreviewDataString
Gets the value of the spacePreviewDataString property.- Returns:
- possible object is
String
-
setSpacePreviewDataString
Sets the value of the spacePreviewDataString property.- Parameters:
value
- allowed object isString
-
getSpacePreviewMime
Gets the value of the spacePreviewMime property.- Returns:
- possible object is
String
-
setSpacePreviewMime
Sets the value of the spacePreviewMime property.- Parameters:
value
- allowed object isString
-
getSpaceIconData
public byte[] getSpaceIconData()Gets the value of the spaceIconData property.- Returns:
- possible object is byte[]
-
setSpaceIconData
public void setSpaceIconData(byte[] value) Sets the value of the spaceIconData property.- Parameters:
value
- allowed object is byte[]
-
getSpaceIconDataString
Gets the value of the spaceIconDataString property.- Returns:
- possible object is
String
-
setSpaceIconDataString
Sets the value of the spaceIconDataString property.- Parameters:
value
- allowed object isString
-
getSpaceIconMime
Gets the value of the spaceIconMime property.- Returns:
- possible object is
String
-
setSpaceIconMime
Sets the value of the spaceIconMime property.- Parameters:
value
- allowed object isString
-
isLocked
Gets the value of the locked property.- Returns:
- possible object is
Boolean
-
setLocked
Sets the value of the locked property.- Parameters:
value
- allowed object isBoolean
-
isDefault
Gets the value of the default property.- Returns:
- possible object is
Boolean
-
setDefault
Sets the value of the default property.- Parameters:
value
- allowed object isBoolean
-
getSkinConfigName
Gets the value of the skinConfigName property.- Returns:
- possible object is
String
-
setSkinConfigName
Sets the value of the skinConfigName property.- Parameters:
value
- allowed object isString
-