javax.xml.registry.infomodel
Interface LocalizedString


public interface LocalizedString

Version:
$Revision: 467553 $ $Date: 2006-10-25 06:01:51 +0200 (Wed, 25 Oct 2006) $

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

static final java.lang.String DEFAULT_CHARSET_NAME
See Also:
Constant Field Values
Method Detail

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.