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
ConstructorsConstructorDescriptionEbXMLExternalIdentifier30(ExternalIdentifierType externalIdentifierType) Constructs an external identifier by wrapping the given ebXML 3.0 object. -
Method Summary
Modifier and TypeMethodDescriptiongetId()getName()getValue()voidvoidsetIdentificationScheme(String identificationScheme) voidvoidsetRegistryObject(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:
getIdentificationSchemein interfaceEbXMLExternalIdentifier- Returns:
- the scheme of the identifier.
-
getName
- Specified by:
getNamein interfaceEbXMLExternalIdentifier- Returns:
- the name of the identifier.
-
getValue
- Specified by:
getValuein interfaceEbXMLExternalIdentifier- Returns:
- the value of the identifier.
-
setIdentificationScheme
- Specified by:
setIdentificationSchemein interfaceEbXMLExternalIdentifier- Parameters:
identificationScheme- the scheme of the identifier.
-
setName
- Specified by:
setNamein interfaceEbXMLExternalIdentifier- Parameters:
name- the name of the identifier.
-
setValue
- Specified by:
setValuein interfaceEbXMLExternalIdentifier- Parameters:
value- the value of the identifier.
-
getRegistryObject
- Specified by:
getRegistryObjectin interfaceEbXMLExternalIdentifier- Returns:
- the registry object that this identifier belongs to.
-
setRegistryObject
- Specified by:
setRegistryObjectin interfaceEbXMLExternalIdentifier- Parameters:
registryObject- the registry object that this identifier belongs to.
-
getId
- Specified by:
getIdin interfaceEbXMLExternalIdentifier- Returns:
- the id of the identifier.
-
setId
- Specified by:
setIdin interfaceEbXMLExternalIdentifier- Parameters:
id- the id of the identifier.
-