public interface LocalizedString
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_CHARSET_NAME |
| Modifier and Type | Method and Description |
|---|---|
String |
getCharsetName() |
Locale |
getLocale() |
String |
getValue() |
void |
setCharsetName(String charsetName) |
void |
setLocale(Locale locale) |
void |
setValue(String value) |
static final String DEFAULT_CHARSET_NAME
String getCharsetName() throws JAXRException
JAXRExceptionLocale getLocale() throws JAXRException
JAXRExceptionString getValue() throws JAXRException
JAXRExceptionvoid setCharsetName(String charsetName) throws JAXRException
JAXRExceptionvoid setLocale(Locale locale) throws JAXRException
JAXRExceptionvoid setValue(String value) throws JAXRException
JAXRExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.