|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.registry.uddi.infomodel.LocalizedStringImpl
public class LocalizedStringImpl
Implementation of JAXR LocalizedString.
| Field Summary |
|---|
| Fields inherited from interface javax.xml.registry.infomodel.LocalizedString |
|---|
DEFAULT_CHARSET_NAME |
| Constructor Summary | |
|---|---|
LocalizedStringImpl()
Default constructor |
|
LocalizedStringImpl(Locale locale,
String value)
Utility constructor sets locale and value |
|
| Method Summary | |
|---|---|
String |
getCharsetName()
Get the charset name |
Locale |
getLocale()
Get the locale |
String |
getValue()
Get the value |
void |
setCharsetName(String charset)
Set the charset name |
void |
setLocale(Locale locale)
Set the locale |
void |
setValue(String value)
Set the value |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LocalizedStringImpl()
public LocalizedStringImpl(Locale locale,
String value)
locale - The locale for this localized stringvalue - The string value for this localized string| Method Detail |
|---|
public Locale getLocale()
throws JAXRException
getLocale in interface LocalizedStringJAXRException - If the JAXR provider encounters an internal errorLocale.getDefault()
public void setLocale(Locale locale)
throws JAXRException
setLocale in interface LocalizedStringlocale - the Locale used by this object
JAXRException - If the JAXR provider encounters an internal error
public String getValue()
throws JAXRException
getValue in interface LocalizedStringJAXRException - If the JAXR provider encounters an internal error
public void setValue(String value)
throws JAXRException
setValue in interface LocalizedStringvalue - the value defined by this object
JAXRException - If the JAXR provider encounters an internal error
public String getCharsetName()
throws JAXRException
getCharsetName in interface LocalizedStringJAXRException - If the JAXR provider encounters an internal errorLocalizedString.DEFAULT_CHARSET_NAME
public void setCharsetName(String charset)
throws JAXRException
setCharsetName in interface LocalizedStringcharset - the character set name for the character set used by this object
JAXRException - If the JAXR provider encounters an internal error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||