Class Format


  • public class Format
    extends java.lang.Object

    Java class for format complex type.

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

     <complexType name="format">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="title-key" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="description-key" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="icon-key" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="icon" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String description  
      protected java.lang.String descriptionKey  
      protected java.lang.String icon  
      protected java.lang.String iconKey  
      protected java.lang.String id  
      protected java.lang.String title  
      protected java.lang.String titleKey  
    • Constructor Summary

      Constructors 
      Constructor Description
      Format()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      Gets the value of the description property.
      java.lang.String getDescriptionKey()
      Gets the value of the descriptionKey property.
      java.lang.String getIcon()
      Gets the value of the icon property.
      java.lang.String getIconKey()
      Gets the value of the iconKey property.
      java.lang.String getId()
      Gets the value of the id property.
      java.lang.String getTitle()
      Gets the value of the title property.
      java.lang.String getTitleKey()
      Gets the value of the titleKey property.
      void setDescription​(java.lang.String value)
      Sets the value of the description property.
      void setDescriptionKey​(java.lang.String value)
      Sets the value of the descriptionKey property.
      void setIcon​(java.lang.String value)
      Sets the value of the icon property.
      void setIconKey​(java.lang.String value)
      Sets the value of the iconKey property.
      void setId​(java.lang.String value)
      Sets the value of the id property.
      void setTitle​(java.lang.String value)
      Sets the value of the title property.
      void setTitleKey​(java.lang.String value)
      Sets the value of the titleKey property.
      • Methods inherited from class java.lang.Object

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

      • id

        protected java.lang.String id
      • titleKey

        protected java.lang.String titleKey
      • title

        protected java.lang.String title
      • descriptionKey

        protected java.lang.String descriptionKey
      • description

        protected java.lang.String description
      • iconKey

        protected java.lang.String iconKey
      • icon

        protected java.lang.String icon
    • Constructor Detail

      • Format

        public Format()
    • Method Detail

      • getId

        public java.lang.String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(java.lang.String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getTitleKey

        public java.lang.String getTitleKey()
        Gets the value of the titleKey property.
        Returns:
        possible object is String
      • setTitleKey

        public void setTitleKey​(java.lang.String value)
        Sets the value of the titleKey property.
        Parameters:
        value - allowed object is String
      • getTitle

        public java.lang.String getTitle()
        Gets the value of the title property.
        Returns:
        possible object is String
      • setTitle

        public void setTitle​(java.lang.String value)
        Sets the value of the title property.
        Parameters:
        value - allowed object is String
      • getDescriptionKey

        public java.lang.String getDescriptionKey()
        Gets the value of the descriptionKey property.
        Returns:
        possible object is String
      • setDescriptionKey

        public void setDescriptionKey​(java.lang.String value)
        Sets the value of the descriptionKey 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
      • getIconKey

        public java.lang.String getIconKey()
        Gets the value of the iconKey property.
        Returns:
        possible object is String
      • setIconKey

        public void setIconKey​(java.lang.String value)
        Sets the value of the iconKey property.
        Parameters:
        value - allowed object is String
      • getIcon

        public java.lang.String getIcon()
        Gets the value of the icon property.
        Returns:
        possible object is String
      • setIcon

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