Class ExternalIdentifierType
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.IdentifiableType
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.RegistryObjectType
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.ExternalIdentifierType
ExternalIdentifier is the mapping of the same named interface in ebRIM.
It extends RegistryObject.
Java class for ExternalIdentifierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExternalIdentifierType"> <complexContent> <extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}RegistryObjectType"> <attribute name="registryObject" use="required" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" /> <attribute name="identificationScheme" use="required" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" /> <attribute name="value" use="required" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}LongName" /> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.RegistryObjectType
classification, description, externalIdentifier, lid, name, objectType, status, versionInfo
Fields inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.IdentifiableType
home, id, slot
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the identificationScheme property.Gets the value of the registryObject property.getValue()
Gets the value of the value property.void
setIdentificationScheme
(String value) Sets the value of the identificationScheme property.void
setRegistryObject
(String value) Sets the value of the registryObject property.void
Sets the value of the value property.Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.RegistryObjectType
getClassification, getDescription, getExternalIdentifier, getLid, getName, getObjectType, getStatus, getVersionInfo, setDescription, setLid, setName, setObjectType, setStatus, setVersionInfo
-
Field Details
-
registryObject
-
identificationScheme
-
value
-
-
Constructor Details
-
ExternalIdentifierType
public ExternalIdentifierType()
-
-
Method Details
-
getRegistryObject
Gets the value of the registryObject property.- Returns:
- possible object is
String
-
setRegistryObject
Sets the value of the registryObject property.- Parameters:
value
- allowed object isString
-
getIdentificationScheme
Gets the value of the identificationScheme property.- Returns:
- possible object is
String
-
setIdentificationScheme
Sets the value of the identificationScheme property.- Parameters:
value
- allowed object isString
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-