javax.xml.registry.infomodel
Interface LocalizedString
public interface LocalizedString
- Version:
- $Revision: 467553 $ $Date: 2006-10-25 06:01:51 +0200 (Wed, 25 Oct 2006) $
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 © 2011. All Rights Reserved.