public class InternationalStringImpl
extends java.lang.Object
implements javax.xml.registry.infomodel.InternationalString
| Constructor and Description |
|---|
InternationalStringImpl() |
InternationalStringImpl(java.util.Locale locale,
java.lang.String str,
java.lang.String charsetName) |
InternationalStringImpl(java.lang.String str) |
| Modifier and Type | Method and Description |
|---|---|
void |
addLocalizedString(javax.xml.registry.infomodel.LocalizedString localizedString) |
void |
addLocalizedStrings(java.util.Collection collection) |
javax.xml.registry.infomodel.LocalizedString |
getLocalizedString(java.util.Locale locale,
java.lang.String charset) |
java.util.Collection |
getLocalizedStrings() |
java.lang.String |
getValue() |
java.lang.String |
getValue(java.util.Locale locale) |
void |
removeLocalizedString(javax.xml.registry.infomodel.LocalizedString localizedString) |
void |
removeLocalizedStrings(java.util.Collection collection) |
void |
setValue(java.util.Locale locale,
java.lang.String value) |
void |
setValue(java.lang.String str) |
public InternationalStringImpl()
public InternationalStringImpl(java.lang.String str)
public InternationalStringImpl(java.util.Locale locale,
java.lang.String str,
java.lang.String charsetName)
public void addLocalizedString(javax.xml.registry.infomodel.LocalizedString localizedString)
throws javax.xml.registry.JAXRException
addLocalizedString in interface javax.xml.registry.infomodel.InternationalStringjavax.xml.registry.JAXRExceptionpublic void addLocalizedStrings(java.util.Collection collection)
throws javax.xml.registry.JAXRException
addLocalizedStrings in interface javax.xml.registry.infomodel.InternationalStringjavax.xml.registry.JAXRExceptionpublic java.util.Collection getLocalizedStrings()
throws javax.xml.registry.JAXRException
getLocalizedStrings in interface javax.xml.registry.infomodel.InternationalStringjavax.xml.registry.JAXRExceptionpublic java.lang.String getValue()
throws javax.xml.registry.JAXRException
getValue in interface javax.xml.registry.infomodel.InternationalStringjavax.xml.registry.JAXRExceptionpublic void setValue(java.lang.String str)
throws javax.xml.registry.JAXRException
setValue in interface javax.xml.registry.infomodel.InternationalStringjavax.xml.registry.JAXRExceptionpublic java.lang.String getValue(java.util.Locale locale)
throws javax.xml.registry.JAXRException
getValue in interface javax.xml.registry.infomodel.InternationalStringjavax.xml.registry.JAXRExceptionpublic void setValue(java.util.Locale locale,
java.lang.String value)
throws javax.xml.registry.JAXRException
setValue in interface javax.xml.registry.infomodel.InternationalStringjavax.xml.registry.JAXRExceptionpublic void removeLocalizedString(javax.xml.registry.infomodel.LocalizedString localizedString)
throws javax.xml.registry.JAXRException
removeLocalizedString in interface javax.xml.registry.infomodel.InternationalStringjavax.xml.registry.JAXRExceptionpublic void removeLocalizedStrings(java.util.Collection collection)
throws javax.xml.registry.JAXRException
removeLocalizedStrings in interface javax.xml.registry.infomodel.InternationalStringjavax.xml.registry.JAXRExceptionpublic javax.xml.registry.infomodel.LocalizedString getLocalizedString(java.util.Locale locale,
java.lang.String charset)
throws javax.xml.registry.JAXRException
getLocalizedString in interface javax.xml.registry.infomodel.InternationalStringjavax.xml.registry.JAXRExceptionCopyright © 2004-2013 Apache Web Services. All Rights Reserved.