org.apache.ws.scout.registry.infomodel
Class InternationalStringImpl

java.lang.Object
  extended by org.apache.ws.scout.registry.infomodel.InternationalStringImpl
All Implemented Interfaces:
javax.xml.registry.infomodel.InternationalString

public class InternationalStringImpl
extends java.lang.Object
implements javax.xml.registry.infomodel.InternationalString

For futher details, look into the JAXR API Javadoc.

Author:
Anil Saldhana

Constructor Summary
InternationalStringImpl()
           
InternationalStringImpl(java.util.Locale locale, java.lang.String str, java.lang.String charsetName)
           
InternationalStringImpl(java.lang.String str)
           
 
Method Summary
 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<javax.xml.registry.infomodel.LocalizedString> 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternationalStringImpl

public InternationalStringImpl()

InternationalStringImpl

public InternationalStringImpl(java.lang.String str)

InternationalStringImpl

public InternationalStringImpl(java.util.Locale locale,
                               java.lang.String str,
                               java.lang.String charsetName)
Method Detail

addLocalizedString

public void addLocalizedString(javax.xml.registry.infomodel.LocalizedString localizedString)
                        throws javax.xml.registry.JAXRException
Specified by:
addLocalizedString in interface javax.xml.registry.infomodel.InternationalString
Throws:
javax.xml.registry.JAXRException

addLocalizedStrings

public void addLocalizedStrings(java.util.Collection collection)
                         throws javax.xml.registry.JAXRException
Specified by:
addLocalizedStrings in interface javax.xml.registry.infomodel.InternationalString
Throws:
javax.xml.registry.JAXRException

getLocalizedStrings

public java.util.Collection<javax.xml.registry.infomodel.LocalizedString> getLocalizedStrings()
                                                                                       throws javax.xml.registry.JAXRException
Specified by:
getLocalizedStrings in interface javax.xml.registry.infomodel.InternationalString
Throws:
javax.xml.registry.JAXRException

getValue

public java.lang.String getValue()
                          throws javax.xml.registry.JAXRException
Specified by:
getValue in interface javax.xml.registry.infomodel.InternationalString
Throws:
javax.xml.registry.JAXRException

setValue

public void setValue(java.lang.String str)
              throws javax.xml.registry.JAXRException
Specified by:
setValue in interface javax.xml.registry.infomodel.InternationalString
Throws:
javax.xml.registry.JAXRException

getValue

public java.lang.String getValue(java.util.Locale locale)
                          throws javax.xml.registry.JAXRException
Specified by:
getValue in interface javax.xml.registry.infomodel.InternationalString
Throws:
javax.xml.registry.JAXRException

setValue

public void setValue(java.util.Locale locale,
                     java.lang.String value)
              throws javax.xml.registry.JAXRException
Specified by:
setValue in interface javax.xml.registry.infomodel.InternationalString
Throws:
javax.xml.registry.JAXRException

removeLocalizedString

public void removeLocalizedString(javax.xml.registry.infomodel.LocalizedString localizedString)
                           throws javax.xml.registry.JAXRException
Specified by:
removeLocalizedString in interface javax.xml.registry.infomodel.InternationalString
Throws:
javax.xml.registry.JAXRException

removeLocalizedStrings

public void removeLocalizedStrings(java.util.Collection collection)
                            throws javax.xml.registry.JAXRException
Specified by:
removeLocalizedStrings in interface javax.xml.registry.infomodel.InternationalString
Throws:
javax.xml.registry.JAXRException

getLocalizedString

public javax.xml.registry.infomodel.LocalizedString getLocalizedString(java.util.Locale locale,
                                                                       java.lang.String charset)
                                                                throws javax.xml.registry.JAXRException
Specified by:
getLocalizedString in interface javax.xml.registry.infomodel.InternationalString
Throws:
javax.xml.registry.JAXRException


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