|
Préférences
Moteurs de recherche
|
|||||||||||||||||||
JavaTM Platform, Enterprise Edition, v 5.0
javax.xml.registry.infomodel
|
Field Summary | |
---|---|
static String |
DEFAULT_CHARSET_NAME
The default name returned by getCharsetName if no other name has explicitly been set. |
Method Summary | |
---|---|
String |
getCharsetName()
Gets the canonical name for the charset for this object. |
Locale |
getLocale()
Get the Locale for this object. |
String |
getValue()
Get the String value for this object. |
void |
setCharsetName(String charsetName)
Set the canonical name for the charset for this object. |
void |
setLocale(Locale locale)
Set the Locale for this object. |
void |
setValue(String value)
Set the String value for the specified object. |
Field Detail |
---|
static final String DEFAULT_CHARSET_NAME
Method Detail |
---|
String getCharsetName() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorDEFAULT_CHARSET_NAME
Locale getLocale() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorLocale.getDefault()
String getValue() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorvoid setCharsetName(String charsetName) throws JAXRException
charsetName
- the character set name for the character set used by this object
JAXRException
- If the JAXR provider encounters an internal errorvoid setLocale(Locale locale) throws JAXRException
locale
- the Locale used by this object
JAXRException
- If the JAXR provider encounters an internal errorvoid setValue(String value) throws JAXRException
value
- the value defined by this object
JAXRException
- If the JAXR provider encounters an internal error