public interface LocalizedString
InternationalString
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_CHARSET_NAME
The default name returned by getCharsetName if no other
name has explicitly been set.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCharsetName()
Gets the canonical name for the charset for this object.
|
java.util.Locale |
getLocale()
Get the Locale for this object.
|
java.lang.String |
getValue()
Get the String value for this object.
|
void |
setCharsetName(java.lang.String charsetName)
Set the canonical name for the charset for this object.
|
void |
setLocale(java.util.Locale locale)
Set the Locale for this object.
|
void |
setValue(java.lang.String value)
Set the String value for the specified object.
|
static final java.lang.String DEFAULT_CHARSET_NAME
java.lang.String getCharsetName() throws JAXRException
JAXRException
- If the Jakarta XML Registries provider encounters an internal errorDEFAULT_CHARSET_NAME
java.util.Locale getLocale() throws JAXRException
JAXRException
- If the Jakarta XML Registries provider encounters an internal errorLocale.getDefault()
java.lang.String getValue() throws JAXRException
JAXRException
- If the Jakarta XML Registries provider encounters an internal errorvoid setCharsetName(java.lang.String charsetName) throws JAXRException
charsetName
- the character set name for the character set used by this objectJAXRException
- If the Jakarta XML Registries provider encounters an internal errorvoid setLocale(java.util.Locale locale) throws JAXRException
locale
- the Locale used by this objectJAXRException
- If the Jakarta XML Registries provider encounters an internal errorvoid setValue(java.lang.String value) throws JAXRException
value
- the value defined by this objectJAXRException
- If the Jakarta XML Registries provider encounters an internal error