Uses of Interface
javax.xml.registry.infomodel.InternationalString

Packages that use InternationalString
com.sun.xml.registry.uddi   
com.sun.xml.registry.uddi.infomodel   
javax.xml.registry   
javax.xml.registry.infomodel   
 

Uses of InternationalString in com.sun.xml.registry.uddi
 

Methods in com.sun.xml.registry.uddi that return InternationalString
 InternationalString LifeCycleManagerImpl.createInternationalString()
           
 InternationalString LifeCycleManagerImpl.createInternationalString(Locale locale, String str)
           
 InternationalString LifeCycleManagerImpl.createInternationalString(String str)
           
 

Methods in com.sun.xml.registry.uddi with parameters of type InternationalString
 Classification LifeCycleManagerImpl.createClassification(ClassificationScheme classificationScheme, InternationalString name, String value)
           
 ClassificationScheme LifeCycleManagerImpl.createClassificationScheme(InternationalString name, InternationalString description)
           
 Concept LifeCycleManagerImpl.createConcept(RegistryObject parent, InternationalString name, String value)
           
 ExternalIdentifier LifeCycleManagerImpl.createExternalIdentifier(ClassificationScheme identificationScheme, InternationalString name, String value)
           
 ExternalLink LifeCycleManagerImpl.createExternalLink(String externalURI, InternationalString description)
           
 Organization LifeCycleManagerImpl.createOrganization(InternationalString name)
           
 RegistryPackage LifeCycleManagerImpl.createRegistryPackage(InternationalString internationalString)
          Level 1 method
 Service LifeCycleManagerImpl.createService(InternationalString name)
           
 

Uses of InternationalString in com.sun.xml.registry.uddi.infomodel
 

Classes in com.sun.xml.registry.uddi.infomodel that implement InternationalString
 class InternationalStringImpl
          Implementation of JAXR InternationalString.
 

Methods in com.sun.xml.registry.uddi.infomodel that return InternationalString
 InternationalString RegistryObjectImpl.getDescription()
          Gets the context independent textual description for this object.
 InternationalString RegistryObjectImpl.getName()
          Gets user friendly context independent name of object in repository.
 InternationalString SpecificationLinkImpl.getUsageDescription()
          Gets the description of usage paramaters.
 

Methods in com.sun.xml.registry.uddi.infomodel with parameters of type InternationalString
 void RegistryObjectImpl.setDescription(InternationalString description)
          Set the desciption for the object
 void RegistryObjectImpl.setName(InternationalString name)
          Set the name for the object
 void SpecificationLinkImpl.setUsageDescription(InternationalString usageDescription)
          Sets the description of usage paramaters.
 

Uses of InternationalString in javax.xml.registry
 

Methods in javax.xml.registry that return InternationalString
 InternationalString LifeCycleManager.createInternationalString()
          Creates an empty InternationalString instance.
 InternationalString LifeCycleManager.createInternationalString(Locale l, String s)
          Creates an InternationalString instance using the specified Locale and String parameters.
 InternationalString LifeCycleManager.createInternationalString(String s)
          Creates an InternationalString instance using a String parameter and the default Locale.
 

Methods in javax.xml.registry with parameters of type InternationalString
 Classification LifeCycleManager.createClassification(ClassificationScheme scheme, InternationalString name, String value)
          Creates a Classification instance for an external Classification using the specified InternationalString name and String value that identify a taxonomy element within the specified ClassificationScheme.
 ClassificationScheme LifeCycleManager.createClassificationScheme(InternationalString name, InternationalString description)
          Creates a ClassificationScheme given the specified InternationalString parameters.
 Concept LifeCycleManager.createConcept(RegistryObject parent, InternationalString name, String value)
          Creates a Concept instance using the specified parameters, where the name is an InternationalString.
 ExternalIdentifier LifeCycleManager.createExternalIdentifier(ClassificationScheme identificationScheme, InternationalString name, String value)
          Creates an ExternalIdentifier instance using the specified parameters, where the name is an InternationalString.
 ExternalLink LifeCycleManager.createExternalLink(String externalURI, InternationalString description)
          Creates an ExternalLink instance using the specified parameters, where the description is an InternationalString.
 Organization LifeCycleManager.createOrganization(InternationalString name)
          Creates an Organization instance using the specified name, where the name is an InternationalString.
 RegistryPackage LifeCycleManager.createRegistryPackage(InternationalString name)
          Creates a RegistryPackage instance using the specified name, where the name is an InternationalString.
 Service LifeCycleManager.createService(InternationalString name)
          Creates a Service instance using the specified name, where the name is an InternationalString.
 

Uses of InternationalString in javax.xml.registry.infomodel
 

Methods in javax.xml.registry.infomodel that return InternationalString
 InternationalString RegistryObject.getDescription()
          Gets the textual description for this object.
 InternationalString RegistryObject.getName()
          Gets the user-friendly name of this object.
 InternationalString SpecificationLink.getUsageDescription()
          Gets the description of usage parameters.
 

Methods in javax.xml.registry.infomodel with parameters of type InternationalString
 void RegistryObject.setDescription(InternationalString description)
          Sets the context independent textual description for this object.
 void RegistryObject.setName(InternationalString name)
          Sets user-friendly name of object in repository.
 void SpecificationLink.setUsageDescription(InternationalString usageDescription)
          Sets the description of usage parameters.
 



Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.