|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExternalIdentifier | |
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 JAXR API. |
Uses of ExternalIdentifier in javax.xml.registry |
Methods in javax.xml.registry that return ExternalIdentifier | |
ExternalIdentifier |
LifeCycleManager.createExternalIdentifier(ClassificationScheme identificationScheme,
java.lang.String name,
java.lang.String value)
Creates an ExternalIdentifier instance using the specified parameters, where the name is a String. |
ExternalIdentifier |
LifeCycleManager.createExternalIdentifier(ClassificationScheme identificationScheme,
InternationalString name,
java.lang.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 | |
void |
RegistryObject.addExternalIdentifier(ExternalIdentifier externalIdentifier)
Adds specified ExternalIdentifier as an external identifier to this object. |
void |
RegistryObject.removeExternalIdentifier(ExternalIdentifier externalIdentifier)
Removes specified ExternalIdentifier as an external identifier from this object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |