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