Class X3Skin
- All Implemented Interfaces:
Serializable
Java class for x3_skin complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="x3_skin"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="skinHeaderLogo" type="{http://www.emc.com/d2fs/models/common}dataHandler" minOccurs="0"/> <element name="skinBackgroundTexture" type="{http://www.emc.com/d2fs/models/common}dataHandler" minOccurs="0"/> <element name="thumbnailGraphicRules" type="{http://www.emc.com/d2fs/models/x3_skin}x3_graphic_css_rule" maxOccurs="unbounded" minOccurs="0"/> <element name="iconGraphicRules" type="{http://www.emc.com/d2fs/models/x3_skin}x3_graphic_css_rule" maxOccurs="unbounded" minOccurs="0"/> <element name="attributeGraphicRules" type="{http://www.emc.com/d2fs/models/x3_skin}x3_graphic_css_rule" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="skinName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="skinLabel" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="skinHeaderColor" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="skinSpaceTitleColor" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="skinSpaceBorderColor" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="skinTabColoredText" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="skinTabActiveColor" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="skinTabInactiveColor" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="skinTabBorderColor" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="skinBackgroundColorType" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="skinBackgroundColor" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="skinBackgroundGradientStart" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="skinBackgroundGradientEnd" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="skinSelectionColor" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="skinSelectionBlurColor" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="skinDialogBackgroundWhite" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="skinTabTextActive" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="skinTabTextInactive" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="skinMenuTextColor" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="skinMenuHoverColor" 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 attributeGraphicRules property.Gets the value of the iconGraphicRules property.Gets the value of the skinBackgroundColor property.Gets the value of the skinBackgroundColorType property.Gets the value of the skinBackgroundGradientEnd property.Gets the value of the skinBackgroundGradientStart property.Gets the value of the skinBackgroundTexture property.Gets the value of the skinHeaderColor property.Gets the value of the skinHeaderLogo property.Gets the value of the skinLabel property.Gets the value of the skinMenuHoverColor property.Gets the value of the skinMenuTextColor property.Gets the value of the skinName property.Gets the value of the skinSelectionBlurColor property.Gets the value of the skinSelectionColor property.Gets the value of the skinSpaceBorderColor property.Gets the value of the skinSpaceTitleColor property.Gets the value of the skinTabActiveColor property.Gets the value of the skinTabBorderColor property.Gets the value of the skinTabInactiveColor property.Gets the value of the skinTabTextActive property.Gets the value of the skinTabTextInactive property.Gets the value of the thumbnailGraphicRules property.Gets the value of the skinDialogBackgroundWhite property.Gets the value of the skinTabColoredText property.void
setSkinBackgroundColor
(String value) Sets the value of the skinBackgroundColor property.void
setSkinBackgroundColorType
(String value) Sets the value of the skinBackgroundColorType property.void
Sets the value of the skinBackgroundGradientEnd property.void
Sets the value of the skinBackgroundGradientStart property.void
Sets the value of the skinBackgroundTexture property.void
Sets the value of the skinDialogBackgroundWhite property.void
setSkinHeaderColor
(String value) Sets the value of the skinHeaderColor property.void
setSkinHeaderLogo
(DataHandler value) Sets the value of the skinHeaderLogo property.void
setSkinLabel
(String value) Sets the value of the skinLabel property.void
setSkinMenuHoverColor
(String value) Sets the value of the skinMenuHoverColor property.void
setSkinMenuTextColor
(String value) Sets the value of the skinMenuTextColor property.void
setSkinName
(String value) Sets the value of the skinName property.void
setSkinSelectionBlurColor
(String value) Sets the value of the skinSelectionBlurColor property.void
setSkinSelectionColor
(String value) Sets the value of the skinSelectionColor property.void
setSkinSpaceBorderColor
(String value) Sets the value of the skinSpaceBorderColor property.void
setSkinSpaceTitleColor
(String value) Sets the value of the skinSpaceTitleColor property.void
setSkinTabActiveColor
(String value) Sets the value of the skinTabActiveColor property.void
setSkinTabBorderColor
(String value) Sets the value of the skinTabBorderColor property.void
setSkinTabColoredText
(Boolean value) Sets the value of the skinTabColoredText property.void
setSkinTabInactiveColor
(String value) Sets the value of the skinTabInactiveColor property.void
setSkinTabTextActive
(String value) Sets the value of the skinTabTextActive property.void
setSkinTabTextInactive
(String value) Sets the value of the skinTabTextInactive property.
-
Constructor Details
-
X3Skin
public X3Skin()
-
-
Method Details
-
getSkinHeaderLogo
Gets the value of the skinHeaderLogo property.- Returns:
- possible object is
DataHandler
-
setSkinHeaderLogo
Sets the value of the skinHeaderLogo property.- Parameters:
value
- allowed object isDataHandler
-
getSkinBackgroundTexture
Gets the value of the skinBackgroundTexture property.- Returns:
- possible object is
DataHandler
-
setSkinBackgroundTexture
Sets the value of the skinBackgroundTexture property.- Parameters:
value
- allowed object isDataHandler
-
getThumbnailGraphicRules
Gets the value of the thumbnailGraphicRules property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the thumbnailGraphicRules property.For example, to add a new item, do as follows:
getThumbnailGraphicRules().add(newItem);
Objects of the following type(s) are allowed in the list
X3GraphicCssRule
-
getIconGraphicRules
Gets the value of the iconGraphicRules property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the iconGraphicRules property.For example, to add a new item, do as follows:
getIconGraphicRules().add(newItem);
Objects of the following type(s) are allowed in the list
X3GraphicCssRule
-
getAttributeGraphicRules
Gets the value of the attributeGraphicRules property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the attributeGraphicRules property.For example, to add a new item, do as follows:
getAttributeGraphicRules().add(newItem);
Objects of the following type(s) are allowed in the list
X3GraphicCssRule
-
getSkinName
Gets the value of the skinName property.- Returns:
- possible object is
String
-
setSkinName
Sets the value of the skinName property.- Parameters:
value
- allowed object isString
-
getSkinLabel
Gets the value of the skinLabel property.- Returns:
- possible object is
String
-
setSkinLabel
Sets the value of the skinLabel property.- Parameters:
value
- allowed object isString
-
getSkinHeaderColor
Gets the value of the skinHeaderColor property.- Returns:
- possible object is
String
-
setSkinHeaderColor
Sets the value of the skinHeaderColor property.- Parameters:
value
- allowed object isString
-
getSkinSpaceTitleColor
Gets the value of the skinSpaceTitleColor property.- Returns:
- possible object is
String
-
setSkinSpaceTitleColor
Sets the value of the skinSpaceTitleColor property.- Parameters:
value
- allowed object isString
-
getSkinSpaceBorderColor
Gets the value of the skinSpaceBorderColor property.- Returns:
- possible object is
String
-
setSkinSpaceBorderColor
Sets the value of the skinSpaceBorderColor property.- Parameters:
value
- allowed object isString
-
isSkinTabColoredText
Gets the value of the skinTabColoredText property.- Returns:
- possible object is
Boolean
-
setSkinTabColoredText
Sets the value of the skinTabColoredText property.- Parameters:
value
- allowed object isBoolean
-
getSkinTabActiveColor
Gets the value of the skinTabActiveColor property.- Returns:
- possible object is
String
-
setSkinTabActiveColor
Sets the value of the skinTabActiveColor property.- Parameters:
value
- allowed object isString
-
getSkinTabInactiveColor
Gets the value of the skinTabInactiveColor property.- Returns:
- possible object is
String
-
setSkinTabInactiveColor
Sets the value of the skinTabInactiveColor property.- Parameters:
value
- allowed object isString
-
getSkinTabBorderColor
Gets the value of the skinTabBorderColor property.- Returns:
- possible object is
String
-
setSkinTabBorderColor
Sets the value of the skinTabBorderColor property.- Parameters:
value
- allowed object isString
-
getSkinBackgroundColorType
Gets the value of the skinBackgroundColorType property.- Returns:
- possible object is
String
-
setSkinBackgroundColorType
Sets the value of the skinBackgroundColorType property.- Parameters:
value
- allowed object isString
-
getSkinBackgroundColor
Gets the value of the skinBackgroundColor property.- Returns:
- possible object is
String
-
setSkinBackgroundColor
Sets the value of the skinBackgroundColor property.- Parameters:
value
- allowed object isString
-
getSkinBackgroundGradientStart
Gets the value of the skinBackgroundGradientStart property.- Returns:
- possible object is
String
-
setSkinBackgroundGradientStart
Sets the value of the skinBackgroundGradientStart property.- Parameters:
value
- allowed object isString
-
getSkinBackgroundGradientEnd
Gets the value of the skinBackgroundGradientEnd property.- Returns:
- possible object is
String
-
setSkinBackgroundGradientEnd
Sets the value of the skinBackgroundGradientEnd property.- Parameters:
value
- allowed object isString
-
getSkinSelectionColor
Gets the value of the skinSelectionColor property.- Returns:
- possible object is
String
-
setSkinSelectionColor
Sets the value of the skinSelectionColor property.- Parameters:
value
- allowed object isString
-
getSkinSelectionBlurColor
Gets the value of the skinSelectionBlurColor property.- Returns:
- possible object is
String
-
setSkinSelectionBlurColor
Sets the value of the skinSelectionBlurColor property.- Parameters:
value
- allowed object isString
-
isSkinDialogBackgroundWhite
Gets the value of the skinDialogBackgroundWhite property.- Returns:
- possible object is
Boolean
-
setSkinDialogBackgroundWhite
Sets the value of the skinDialogBackgroundWhite property.- Parameters:
value
- allowed object isBoolean
-
getSkinTabTextActive
Gets the value of the skinTabTextActive property.- Returns:
- possible object is
String
-
setSkinTabTextActive
Sets the value of the skinTabTextActive property.- Parameters:
value
- allowed object isString
-
getSkinTabTextInactive
Gets the value of the skinTabTextInactive property.- Returns:
- possible object is
String
-
setSkinTabTextInactive
Sets the value of the skinTabTextInactive property.- Parameters:
value
- allowed object isString
-
getSkinMenuTextColor
Gets the value of the skinMenuTextColor property.- Returns:
- possible object is
String
-
setSkinMenuTextColor
Sets the value of the skinMenuTextColor property.- Parameters:
value
- allowed object isString
-
getSkinMenuHoverColor
Gets the value of the skinMenuHoverColor property.- Returns:
- possible object is
String
-
setSkinMenuHoverColor
Sets the value of the skinMenuHoverColor property.- Parameters:
value
- allowed object isString
-