javax.xml.registry.infomodel
Interface InternationalString
public interface InternationalString
- Version:
- $Revision$ $Date$
addLocalizedString
void addLocalizedString(LocalizedString localizedString)
throws JAXRException
- Throws:
JAXRException
addLocalizedStrings
void addLocalizedStrings(java.util.Collection localizedStrings)
throws JAXRException
- Throws:
JAXRException
getLocalizedString
LocalizedString getLocalizedString(java.util.Locale locale,
java.lang.String charsetName)
throws JAXRException
- Throws:
JAXRException
getLocalizedStrings
java.util.Collection getLocalizedStrings()
throws JAXRException
- Throws:
JAXRException
getValue
java.lang.String getValue()
throws JAXRException
- Throws:
JAXRException
getValue
java.lang.String getValue(java.util.Locale locale)
throws JAXRException
- Throws:
JAXRException
removeLocalizedString
void removeLocalizedString(LocalizedString localizedString)
throws JAXRException
- Throws:
JAXRException
removeLocalizedStrings
void removeLocalizedStrings(java.util.Collection localizedStrings)
throws JAXRException
- Throws:
JAXRException
setValue
void setValue(java.util.Locale locale,
java.lang.String value)
throws JAXRException
- Throws:
JAXRException
setValue
void setValue(java.lang.String value)
throws JAXRException
- Throws:
JAXRException
Copyright © {inceptionYear}-2009 null. All Rights Reserved.