Class RenderingOption

java.lang.Object
com.emc.d2fs.models.rendering_options.RenderingOption
All Implemented Interfaces:
Serializable

public class RenderingOption extends Object implements 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 Details

    • RenderingOption

      public RenderingOption()
  • Method Details

    • getKey

      public String getKey()
      Gets the value of the key property.
      Returns:
      possible object is String
    • setKey

      public void setKey(String value)
      Sets the value of the key property.
      Parameters:
      value - allowed object is String
    • getFontColor

      public String getFontColor()
      Gets the value of the fontColor property.
      Returns:
      possible object is String
    • setFontColor

      public void setFontColor(String value)
      Sets the value of the fontColor property.
      Parameters:
      value - allowed object is String
    • getIconClass

      public String getIconClass()
      Gets the value of the iconClass property.
      Returns:
      possible object is String
    • setIconClass

      public void setIconClass(String value)
      Sets the value of the iconClass property.
      Parameters:
      value - allowed object is String
    • isIconOnly

      public Boolean isIconOnly()
      Gets the value of the iconOnly property.
      Returns:
      possible object is Boolean
    • setIconOnly

      public void setIconOnly(Boolean value)
      Sets the value of the iconOnly property.
      Parameters:
      value - allowed object is Boolean