javax.xml.registry.infomodel
Interface LocalizedString


public interface LocalizedString

Version:
$Revision: 467553 $ $Date: 2006-10-25 06:01:51 +0200 (Mi, 25. Okt 2006) $

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

Field Detail

DEFAULT_CHARSET_NAME

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

getCharsetName

String getCharsetName()
                      throws JAXRException
Throws:
JAXRException

getLocale

Locale getLocale()
                 throws JAXRException
Throws:
JAXRException

getValue

String getValue()
                throws JAXRException
Throws:
JAXRException

setCharsetName

void setCharsetName(String charsetName)
                    throws JAXRException
Throws:
JAXRException

setLocale

void setLocale(Locale locale)
               throws JAXRException
Throws:
JAXRException

setValue

void setValue(String value)
              throws JAXRException
Throws:
JAXRException


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.