javax.xml.registry.infomodel
Interface LocalizedString


public interface LocalizedString

Version:
$Revision$ $Date$

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
Method Detail

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.