Interface EbXMLExternalIdentifier
- All Known Implementing Classes:
EbXMLExternalIdentifier30
public interface EbXMLExternalIdentifier
Encapsulation of the ebXML classes for
ExternalIdentifierType
.
This class contains convenience methods and provides a version independent abstraction of the ebXML data structure.
- Author:
- Jens Riemschneider
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
getValue()
void
void
setIdentificationScheme
(String identificationScheme) void
void
setRegistryObject
(String registryObject) void
-
Field Details
-
EXTERNAL_IDENTIFIER_OBJECT_TYPE
ObjectType for External Identifiers- See Also:
-
-
Method Details
-
getValue
String getValue()- Returns:
- the value of the identifier.
-
setValue
- Parameters:
value
- the value of the identifier.
-
getIdentificationScheme
String getIdentificationScheme()- Returns:
- the scheme of the identifier.
-
setIdentificationScheme
- Parameters:
identificationScheme
- the scheme of the identifier.
-
getName
EbXMLInternationalString getName()- Returns:
- the name of the identifier.
-
setName
- Parameters:
name
- the name of the identifier.
-
setRegistryObject
- Parameters:
registryObject
- the registry object that this identifier belongs to.
-
getRegistryObject
String getRegistryObject()- Returns:
- the registry object that this identifier belongs to.
-
setId
- Parameters:
id
- the id of the identifier.
-
getId
String getId()- Returns:
- the id of the identifier.
-