Class I18NLabel

  • All Implemented Interfaces:
    java.io.Serializable

    public class I18NLabel
    extends java.lang.Object
    implements java.io.Serializable
    <p>Java class for I18NLabel complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="I18NLabel"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;/sequence&gt; &lt;attribute name="language" type="{http://www.w3.org/2001/XMLSchema}language" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String language  
      protected java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      I18NLabel()
      Default no-arg constructor abc
      I18NLabel​(java.lang.String value, java.lang.String language)
      Fully-initialising value constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      java.lang.String getLanguage()
      Gets the value of the language property.
      java.lang.String getValue()
      Gets the value of the value property.
      int hashCode()  
      void setLanguage​(java.lang.String value)
      Sets the value of the language property.
      void setValue​(java.lang.String value)
      Sets the value of the value property.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • value

        protected java.lang.String value
      • language

        protected java.lang.String language
    • Constructor Detail

      • I18NLabel

        public I18NLabel()
        Default no-arg constructor abc
      • I18NLabel

        public I18NLabel​(java.lang.String value,
                         java.lang.String language)
        Fully-initialising value constructor
    • Method Detail

      • getValue

        public java.lang.String getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

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

        public java.lang.String getLanguage()
        Gets the value of the language property.
        Returns:
        possible object is String
      • setLanguage

        public void setLanguage​(java.lang.String value)
        Sets the value of the language property.
        Parameters:
        value - allowed object is String
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object