Class IconType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class IconType
    extends Object
    implements Serializable, Cloneable, Containerable
    User interface icon specification.

    Java class for IconType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="IconType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="imageUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="cssClass" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="color" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    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()