Class IconType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable

    public class IconType
    extends Object
    implements Serializable, Cloneable, Containerable
    User interface icon specification. <p>Java class for IconType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="IconType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="imageUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="cssClass" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="color" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Detail

      • COMPLEX_TYPE

        public static final QName COMPLEX_TYPE
      • F_IMAGE_URL

        public static final ItemName F_IMAGE_URL
      • F_CSS_CLASS

        public static final ItemName F_CSS_CLASS
      • F_COLOR

        public static final ItemName F_COLOR
    • Constructor Detail

      • IconType

        public IconType()