Class RenderingOption
java.lang.Object
com.emc.d2fs.models.rendering_options.RenderingOption
- All Implemented Interfaces:
Serializable
Java class for rendering_option complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="rendering_option"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="key" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="fontColor" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="iconClass" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="iconOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fontColor property.Gets the value of the iconClass property.getKey()
Gets the value of the key property.Gets the value of the iconOnly property.void
setFontColor
(String value) Sets the value of the fontColor property.void
setIconClass
(String value) Sets the value of the iconClass property.void
setIconOnly
(Boolean value) Sets the value of the iconOnly property.void
Sets the value of the key property.
-
Constructor Details
-
RenderingOption
public RenderingOption()
-
-
Method Details
-
getKey
Gets the value of the key property.- Returns:
- possible object is
String
-
setKey
Sets the value of the key property.- Parameters:
value
- allowed object isString
-
getFontColor
Gets the value of the fontColor property.- Returns:
- possible object is
String
-
setFontColor
Sets the value of the fontColor property.- Parameters:
value
- allowed object isString
-
getIconClass
Gets the value of the iconClass property.- Returns:
- possible object is
String
-
setIconClass
Sets the value of the iconClass property.- Parameters:
value
- allowed object isString
-
isIconOnly
Gets the value of the iconOnly property.- Returns:
- possible object is
Boolean
-
setIconOnly
Sets the value of the iconOnly property.- Parameters:
value
- allowed object isBoolean
-