javax.xml.registry.infomodel
Interface InternationalString

All Known Implementing Classes:
InternationalStringImpl

public interface InternationalString

Version:
$Revision$ $Date$

Method Summary
 void addLocalizedString(LocalizedString localizedString)
           
 void addLocalizedStrings(Collection localizedStrings)
           
 LocalizedString getLocalizedString(Locale locale, String charsetName)
           
 Collection<LocalizedString> 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<LocalizedString> 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 © 2004-2011 Apache Software Foundation. All Rights Reserved.