Class EbXMLExternalIdentifier30
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30.EbXMLExternalIdentifier30
- All Implemented Interfaces:
EbXMLExternalIdentifier
Encapsulation of
ExternalIdentifierType
.- Author:
- Jens Riemschneider
-
Field Summary
Fields inherited from interface org.openehealth.ipf.commons.ihe.xds.core.ebxml.EbXMLExternalIdentifier
EXTERNAL_IDENTIFIER_OBJECT_TYPE
-
Constructor Summary
ConstructorDescriptionEbXMLExternalIdentifier30
(ExternalIdentifierType externalIdentifierType) Constructs an external identifier by wrapping the given ebXML 3.0 object. -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
getValue()
void
void
setIdentificationScheme
(String identificationScheme) void
void
setRegistryObject
(String registryObject) void
-
Constructor Details
-
EbXMLExternalIdentifier30
Constructs an external identifier by wrapping the given ebXML 3.0 object.- Parameters:
externalIdentifierType
- the object to wrap.
-
-
Method Details
-
getIdentificationScheme
- Specified by:
getIdentificationScheme
in interfaceEbXMLExternalIdentifier
- Returns:
- the scheme of the identifier.
-
getName
- Specified by:
getName
in interfaceEbXMLExternalIdentifier
- Returns:
- the name of the identifier.
-
getValue
- Specified by:
getValue
in interfaceEbXMLExternalIdentifier
- Returns:
- the value of the identifier.
-
setIdentificationScheme
- Specified by:
setIdentificationScheme
in interfaceEbXMLExternalIdentifier
- Parameters:
identificationScheme
- the scheme of the identifier.
-
setName
- Specified by:
setName
in interfaceEbXMLExternalIdentifier
- Parameters:
name
- the name of the identifier.
-
setValue
- Specified by:
setValue
in interfaceEbXMLExternalIdentifier
- Parameters:
value
- the value of the identifier.
-
getRegistryObject
- Specified by:
getRegistryObject
in interfaceEbXMLExternalIdentifier
- Returns:
- the registry object that this identifier belongs to.
-
setRegistryObject
- Specified by:
setRegistryObject
in interfaceEbXMLExternalIdentifier
- Parameters:
registryObject
- the registry object that this identifier belongs to.
-
getId
- Specified by:
getId
in interfaceEbXMLExternalIdentifier
- Returns:
- the id of the identifier.
-
setId
- Specified by:
setId
in interfaceEbXMLExternalIdentifier
- Parameters:
id
- the id of the identifier.
-