public class LocalizedValue
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
LocalizedValue() |
LocalizedValue(java.lang.Object[] availableLocales,
java.lang.Object defaultLocale,
boolean localized,
java.util.HashMap values) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Object[] |
getAvailableLocales()
Gets the availableLocales value for this LocalizedValue.
|
java.lang.Object |
getDefaultLocale()
Gets the defaultLocale value for this LocalizedValue.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
java.util.HashMap |
getValues()
Gets the values value for this LocalizedValue.
|
int |
hashCode() |
boolean |
isLocalized()
Gets the localized value for this LocalizedValue.
|
void |
setAvailableLocales(java.lang.Object[] availableLocales)
Sets the availableLocales value for this LocalizedValue.
|
void |
setDefaultLocale(java.lang.Object defaultLocale)
Sets the defaultLocale value for this LocalizedValue.
|
void |
setLocalized(boolean localized)
Sets the localized value for this LocalizedValue.
|
void |
setValues(java.util.HashMap values)
Sets the values value for this LocalizedValue.
|
public LocalizedValue()
public LocalizedValue(java.lang.Object[] availableLocales,
java.lang.Object defaultLocale,
boolean localized,
java.util.HashMap values)
public java.lang.Object[] getAvailableLocales()
public void setAvailableLocales(java.lang.Object[] availableLocales)
availableLocales - public java.lang.Object getDefaultLocale()
public void setDefaultLocale(java.lang.Object defaultLocale)
defaultLocale - public boolean isLocalized()
public void setLocalized(boolean localized)
localized - public java.util.HashMap getValues()
public void setValues(java.util.HashMap values)
values - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)