Uses of Interface
javax.xml.registry.infomodel.InternationalString
-
Packages that use InternationalString Package Description com.sun.xml.registry.uddi com.sun.xml.registry.uddi.infomodel javax.xml.registry This package and its sub-packages describe the API classes and interfaces for the JAXR API.javax.xml.registry.infomodel This package describes the information model for the JAXR API. -
-
Uses of InternationalString in com.sun.xml.registry.uddi
Methods in com.sun.xml.registry.uddi that return InternationalString Modifier and Type Method Description InternationalStringLifeCycleManagerImpl. createInternationalString()InternationalStringLifeCycleManagerImpl. createInternationalString(String str)InternationalStringLifeCycleManagerImpl. createInternationalString(Locale locale, String str) -
Uses of InternationalString in com.sun.xml.registry.uddi.infomodel
Classes in com.sun.xml.registry.uddi.infomodel that implement InternationalString Modifier and Type Class Description classInternationalStringImplImplementation of JAXR InternationalString.Methods in com.sun.xml.registry.uddi.infomodel that return InternationalString Modifier and Type Method Description InternationalStringRegistryObjectImpl. getDescription()Gets the context independent textual description for this object.InternationalStringRegistryObjectImpl. getName()Gets user friendly context independent name of object in repository.InternationalStringSpecificationLinkImpl. getUsageDescription()Gets the description of usage paramaters.Methods in com.sun.xml.registry.uddi.infomodel with parameters of type InternationalString Modifier and Type Method Description voidRegistryObjectImpl. setDescription(InternationalString description)Set the desciption for the objectvoidRegistryObjectImpl. setName(InternationalString name)Set the name for the objectvoidSpecificationLinkImpl. setUsageDescription(InternationalString usageDescription)Sets the description of usage paramaters. -
Uses of InternationalString in javax.xml.registry
Methods in javax.xml.registry that return InternationalString Modifier and Type Method Description InternationalStringLifeCycleManager. createInternationalString()Creates an empty InternationalString instance.InternationalStringLifeCycleManager. createInternationalString(String s)Creates an InternationalString instance using a String parameter and the default Locale.InternationalStringLifeCycleManager. createInternationalString(Locale l, String s)Creates an InternationalString instance using the specified Locale and String parameters.Methods in javax.xml.registry with parameters of type InternationalString Modifier and Type Method Description ClassificationLifeCycleManager. 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.ClassificationSchemeLifeCycleManager. createClassificationScheme(InternationalString name, InternationalString description)Creates a ClassificationScheme given the specified InternationalString parameters.ConceptLifeCycleManager. createConcept(RegistryObject parent, InternationalString name, String value)Creates a Concept instance using the specified parameters, where the name is an InternationalString.ExternalIdentifierLifeCycleManager. createExternalIdentifier(ClassificationScheme identificationScheme, InternationalString name, String value)Creates an ExternalIdentifier instance using the specified parameters, where the name is an InternationalString.ExternalLinkLifeCycleManager. createExternalLink(String externalURI, InternationalString description)Creates an ExternalLink instance using the specified parameters, where the description is an InternationalString.OrganizationLifeCycleManager. createOrganization(InternationalString name)Creates an Organization instance using the specified name, where the name is an InternationalString.RegistryPackageLifeCycleManager. createRegistryPackage(InternationalString name)Creates a RegistryPackage instance using the specified name, where the name is an InternationalString.ServiceLifeCycleManager. 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 Modifier and Type Method Description InternationalStringRegistryObject. getDescription()Gets the textual description for this object.InternationalStringRegistryObject. getName()Gets the user-friendly name of this object.InternationalStringSpecificationLink. getUsageDescription()Gets the description of usage parameters.Methods in javax.xml.registry.infomodel with parameters of type InternationalString Modifier and Type Method Description voidRegistryObject. setDescription(InternationalString description)Sets the context independent textual description for this object.voidRegistryObject. setName(InternationalString name)Sets user-friendly name of object in repository.voidSpecificationLink. setUsageDescription(InternationalString usageDescription)Sets the description of usage parameters.
-