javax.xml.registry.infomodel
Interface InternationalString


public interface InternationalString

Version:
$Revision$ $Date$

Method Summary
 void addLocalizedString(LocalizedString localizedString)
           
 void addLocalizedStrings(Collection localizedStrings)
           
 LocalizedString getLocalizedString(Locale locale, String charsetName)
           
 Collection getLocalizedStrings()
           
 String getValue()
           
 String getValue(Locale locale)
           
 void removeLocalizedString(LocalizedString localizedString)
           
 void removeLocalizedStrings(Collection localizedStrings)
           
 void setValue(Locale locale, String value)
           
 void setValue(String value)
           
 

Method Detail

addLocalizedString

void addLocalizedString(LocalizedString localizedString)
                        throws JAXRException
Throws:
JAXRException

addLocalizedStrings

void addLocalizedStrings(Collection localizedStrings)
                         throws JAXRException
Throws:
JAXRException

getLocalizedString

LocalizedString getLocalizedString(Locale locale,
                                   String charsetName)
                                   throws JAXRException
Throws:
JAXRException

getLocalizedStrings

Collection getLocalizedStrings()
                               throws JAXRException
Throws:
JAXRException

getValue

String getValue()
                throws JAXRException
Throws:
JAXRException

getValue

String getValue(Locale locale)
                throws JAXRException
Throws:
JAXRException

removeLocalizedString

void removeLocalizedString(LocalizedString localizedString)
                           throws JAXRException
Throws:
JAXRException

removeLocalizedStrings

void removeLocalizedStrings(Collection localizedStrings)
                            throws JAXRException
Throws:
JAXRException

setValue

void setValue(Locale locale,
              String value)
              throws JAXRException
Throws:
JAXRException

setValue

void setValue(String value)
              throws JAXRException
Throws:
JAXRException


Copyright © 2006 Apache Software Foundation. All Rights Reserved.