Uses of Interface
javax.xml.registry.infomodel.ExternalIdentifier
-
Packages that use ExternalIdentifier Package Description javax.xml.registry This package and its sub-packages describe the API classes and interfaces for the Jakarta XML Registries API.javax.xml.registry.infomodel 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 ExternalIdentifier Modifier and Type Method Description ExternalIdentifierLifeCycleManager. createExternalIdentifier(ClassificationScheme identificationScheme, String name, String value)Creates an ExternalIdentifier instance using the specified parameters, where the name is a String.ExternalIdentifierLifeCycleManager. 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 ExternalIdentifier Modifier and Type Method Description voidRegistryObject. 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.
-