Class Labels


  • public class Labels
    extends java.lang.Object

    Java class for labels complex type.

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

     <complexType name="labels">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <all>
             <element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="shortLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="iconPath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </all>
           <attribute name="beanId" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String beanId  
      protected java.lang.String description  
      protected java.lang.String iconPath  
      protected java.lang.String label  
      protected java.lang.String shortLabel  
    • Constructor Summary

      Constructors 
      Constructor Description
      Labels()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBeanId()
      Gets the value of the beanId property.
      java.lang.String getDescription()
      Gets the value of the description property.
      java.lang.String getIconPath()
      Gets the value of the iconPath property.
      java.lang.String getLabel()
      Gets the value of the label property.
      java.lang.String getShortLabel()
      Gets the value of the shortLabel property.
      void setBeanId​(java.lang.String value)
      Sets the value of the beanId property.
      void setDescription​(java.lang.String value)
      Sets the value of the description property.
      void setIconPath​(java.lang.String value)
      Sets the value of the iconPath property.
      void setLabel​(java.lang.String value)
      Sets the value of the label property.
      void setShortLabel​(java.lang.String value)
      Sets the value of the shortLabel property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • label

        protected java.lang.String label
      • shortLabel

        protected java.lang.String shortLabel
      • description

        protected java.lang.String description
      • iconPath

        protected java.lang.String iconPath
      • beanId

        protected java.lang.String beanId
    • Constructor Detail

      • Labels

        public Labels()
    • Method Detail

      • getLabel

        public java.lang.String getLabel()
        Gets the value of the label property.
        Returns:
        possible object is String
      • setLabel

        public void setLabel​(java.lang.String value)
        Sets the value of the label property.
        Parameters:
        value - allowed object is String
      • getShortLabel

        public java.lang.String getShortLabel()
        Gets the value of the shortLabel property.
        Returns:
        possible object is String
      • setShortLabel

        public void setShortLabel​(java.lang.String value)
        Sets the value of the shortLabel property.
        Parameters:
        value - allowed object is String
      • getDescription

        public java.lang.String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(java.lang.String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String
      • getIconPath

        public java.lang.String getIconPath()
        Gets the value of the iconPath property.
        Returns:
        possible object is String
      • setIconPath

        public void setIconPath​(java.lang.String value)
        Sets the value of the iconPath property.
        Parameters:
        value - allowed object is String
      • getBeanId

        public java.lang.String getBeanId()
        Gets the value of the beanId property.
        Returns:
        possible object is String
      • setBeanId

        public void setBeanId​(java.lang.String value)
        Sets the value of the beanId property.
        Parameters:
        value - allowed object is String