javax.xml.registry.infomodel
Interface LocalizedString


public interface LocalizedString


Field Summary
static java.lang.String DEFAULT_CHARSET_NAME
           
 
Method Summary
 java.lang.String getCharsetName()
           
 java.util.Locale getLocale()
           
 java.lang.String getValue()
           
 void setCharsetName(java.lang.String charsetName)
           
 void setLocale(java.util.Locale locale)
           
 void setValue(java.lang.String value)
           
 

Field Detail

DEFAULT_CHARSET_NAME

public static final java.lang.String DEFAULT_CHARSET_NAME
See Also:
Constant Field Values (src)
Method Detail

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)