javax.xml.registry.infomodel
Interface LocalizedString
- public interface LocalizedString
DEFAULT_CHARSET_NAME
public static final java.lang.String DEFAULT_CHARSET_NAME
- See Also:
- Constant Field Values (src)
getCharsetName
public java.lang.String getCharsetName()
throws JAXRException (src)
- Throws:
JAXRException (src)
getLocale
public java.util.Locale getLocale()
throws JAXRException (src)
- Throws:
JAXRException (src)
getValue
public java.lang.String getValue()
throws JAXRException (src)
- Throws:
JAXRException (src)
setCharsetName
public void setCharsetName(java.lang.String charsetName)
throws JAXRException (src)
- Throws:
JAXRException (src)
setLocale
public void setLocale(java.util.Locale locale)
throws JAXRException (src)
- Throws:
JAXRException (src)
setValue
public void setValue(java.lang.String value)
throws JAXRException (src)
- Throws:
JAXRException (src)