Class Icon


  • public class Icon
    extends Object
    Stores an icon metatada.

    Java class for Icon complex type.

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

     <complexType name="Icon">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="iconSetType" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="iconSetName" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="cssClass" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • iconSetType

        protected String iconSetType
      • iconSetName

        protected String iconSetName
      • cssClass

        protected String cssClass
    • Constructor Detail

      • Icon

        public Icon()
    • Method Detail

      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getIconSetType

        public String getIconSetType()
        Gets the value of the iconSetType property.
        Returns:
        possible object is String
      • setIconSetType

        public void setIconSetType​(String value)
        Sets the value of the iconSetType property.
        Parameters:
        value - allowed object is String
      • getIconSetName

        public String getIconSetName()
        Gets the value of the iconSetName property.
        Returns:
        possible object is String
      • setIconSetName

        public void setIconSetName​(String value)
        Sets the value of the iconSetName property.
        Parameters:
        value - allowed object is String
      • getCssClass

        public String getCssClass()
        Gets the value of the cssClass property.
        Returns:
        possible object is String
      • setCssClass

        public void setCssClass​(String value)
        Sets the value of the cssClass property.
        Parameters:
        value - allowed object is String
      • getUrl

        public String getUrl()
        Gets the value of the url property.
        Returns:
        possible object is String
      • setUrl

        public void setUrl​(String value)
        Sets the value of the url property.
        Parameters:
        value - allowed object is String
      • withName

        public Icon withName​(String value)
      • withIconSetType

        public Icon withIconSetType​(String value)
      • withIconSetName

        public Icon withIconSetName​(String value)
      • withCssClass

        public Icon withCssClass​(String value)