Uses of Interface
javax.xml.registry.infomodel.ExternalIdentifier
Packages that use ExternalIdentifier
Package
Description
This package and its sub-packages describe the API classes and interfaces
for the Jakarta XML Registries API.
This package describes the information model for the Jakarta XML Registries
API.
-
Uses of ExternalIdentifier in javax.xml.registry
Methods in javax.xml.registry that return ExternalIdentifierModifier and TypeMethodDescriptionLifeCycleManager.createExternalIdentifier(ClassificationScheme identificationScheme, String name, String value) Creates an ExternalIdentifier instance using the specified parameters, where the name is a String.LifeCycleManager.createExternalIdentifier(ClassificationScheme identificationScheme, InternationalString name, String value) Creates an ExternalIdentifier instance using the specified parameters, where the name is an InternationalString. -
Uses of ExternalIdentifier in javax.xml.registry.infomodel
Methods in javax.xml.registry.infomodel with parameters of type ExternalIdentifierModifier and TypeMethodDescriptionvoidRegistryObject.addExternalIdentifier(ExternalIdentifier externalIdentifier) Adds specified ExternalIdentifier as an external identifier to this object.voidRegistryObject.removeExternalIdentifier(ExternalIdentifier externalIdentifier) Removes specified ExternalIdentifier as an external identifier from this object.