Package com.flower.docs.domain.i18n
Class I18NLabel
- java.lang.Object
-
- com.flower.docs.domain.i18n.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> <complexType name="I18NLabel"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> <attribute name="language" type="{http://www.w3.org/2001/XMLSchema}language" /> </restriction> </complexContent> </complexType> </pre>- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)java.lang.StringgetLanguage()Gets the value of the language property.java.lang.StringgetValue()Gets the value of the value property.inthashCode()voidsetLanguage(java.lang.String value)Sets the value of the language property.voidsetValue(java.lang.String value)Sets the value of the value property.java.lang.StringtoString()
-
-
-
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 isString
-
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 isString
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
-