javax.xml.registry.infomodel
Interface LocalizedString
public interface LocalizedString
- Version:
- $Revision$ $Date$
DEFAULT_CHARSET_NAME
static final java.lang.String DEFAULT_CHARSET_NAME
- See Also:
- Constant Field Values
getCharsetName
java.lang.String getCharsetName()
throws JAXRException
- Throws:
JAXRException
getLocale
java.util.Locale getLocale()
throws JAXRException
- Throws:
JAXRException
getValue
java.lang.String getValue()
throws JAXRException
- Throws:
JAXRException
setCharsetName
void setCharsetName(java.lang.String charsetName)
throws JAXRException
- Throws:
JAXRException
setLocale
void setLocale(java.util.Locale locale)
throws JAXRException
- Throws:
JAXRException
setValue
void setValue(java.lang.String value)
throws JAXRException
- Throws:
JAXRException
Copyright © {inceptionYear}-2008 null. All Rights Reserved.