Class Icon

  • All Implemented Interfaces:
    Keyable<String>

    public class Icon
    extends Object
    implements Keyable<String>
    javaee6.xsd

    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="small-icon" type="{http://java.sun.com/xml/ns/javaee}pathType" minOccurs="0"/>
             <element name="large-icon" type="{http://java.sun.com/xml/ns/javaee}pathType" minOccurs="0"/>
           </sequence>
           <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Icon

        public Icon()
    • Method Detail

      • getSmallIcon

        public String getSmallIcon()
      • setSmallIcon

        public void setSmallIcon​(String value)
      • getLargeIcon

        public String getLargeIcon()
      • setLargeIcon

        public void setLargeIcon​(String value)
      • getId

        public String getId()
      • setId

        public void setId​(String value)
      • getLang

        public String getLang()
      • setLang

        public void setLang​(String value)
      • getKey

        public String getKey()
        Description copied from interface: Keyable
        Gets the immutable key for this object.
        Specified by:
        getKey in interface Keyable<String>
        Returns:
        gets the immutable key for this object