Class ClassificationType
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.ClassificationType
Classification is the mapping of the same named interface in ebRIM.
It extends RegistryObject.
A Classification specifies references to two registry entrys.
The classifiedObject is id of the Object being classified.
The classificationNode is id of the ClassificationNode classying the object
Java class for ClassificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClassificationType"> <complexContent> <extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}RegistryObjectType"> <attribute name="classificationScheme" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" /> <attribute name="classifiedObject" use="required" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" /> <attribute name="classificationNode" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" /> <attribute name="nodeRepresentation" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}LongName" /> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
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 classificationNode property.Gets the value of the classificationScheme property.Gets the value of the classifiedObject property.Gets the value of the nodeRepresentation property.void
setClassificationNode
(String value) Sets the value of the classificationNode property.void
setClassificationScheme
(String value) Sets the value of the classificationScheme property.void
setClassifiedObject
(String value) Sets the value of the classifiedObject property.void
setNodeRepresentation
(String value) Sets the value of the nodeRepresentation 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
-
classificationScheme
-
classifiedObject
-
classificationNode
-
nodeRepresentation
-
-
Constructor Details
-
ClassificationType
public ClassificationType()
-
-
Method Details
-
getClassificationScheme
Gets the value of the classificationScheme property.- Returns:
- possible object is
String
-
setClassificationScheme
Sets the value of the classificationScheme property.- Parameters:
value
- allowed object isString
-
getClassifiedObject
Gets the value of the classifiedObject property.- Returns:
- possible object is
String
-
setClassifiedObject
Sets the value of the classifiedObject property.- Parameters:
value
- allowed object isString
-
getClassificationNode
Gets the value of the classificationNode property.- Returns:
- possible object is
String
-
setClassificationNode
Sets the value of the classificationNode property.- Parameters:
value
- allowed object isString
-
getNodeRepresentation
Gets the value of the nodeRepresentation property.- Returns:
- possible object is
String
-
setNodeRepresentation
Sets the value of the nodeRepresentation property.- Parameters:
value
- allowed object isString
-