core
Class ConceptReference

java.lang.Object
  extended by core.CodedNodeReference
      extended by core.ConceptReference
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ResolvedCodedNodeReference

public class ConceptReference
extends CodedNodeReference
implements java.io.Serializable

A reference to a concept code. Maintained for backward compatibility, but no longer enhanced in favor of the more flexible CodedNodeReference.

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.String conceptCode
          Uniquely identifies the concept within the coding scheme.
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
ConceptReference()
           
ConceptReference(java.lang.String conceptCode)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getConceptCode()
          Gets the conceptCode value for this ConceptReference.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setConceptCode(java.lang.String conceptCode)
          Sets the conceptCode value for this ConceptReference.
 
Methods inherited from class core.CodedNodeReference
getCode, getCodeNamespace, getCodingSchemeName, getEntityType, getEntityType, setCode, setCodeNamespace, setCodingSchemeName, setEntityType, setEntityType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

conceptCode

private java.lang.String conceptCode
Uniquely identifies the concept within the coding scheme. Alias for CodedNodeReference:code.


__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

ConceptReference

public ConceptReference()

ConceptReference

public ConceptReference(java.lang.String conceptCode)
Method Detail

getConceptCode

public java.lang.String getConceptCode()
Gets the conceptCode value for this ConceptReference.

Returns:
conceptCode Uniquely identifies the concept within the coding scheme. Alias for CodedNodeReference:code.

setConceptCode

public void setConceptCode(java.lang.String conceptCode)
Sets the conceptCode value for this ConceptReference.

Parameters:
conceptCode - Uniquely identifies the concept within the coding scheme. Alias for CodedNodeReference:code.

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class CodedNodeReference

hashCode

public int hashCode()
Overrides:
hashCode in class CodedNodeReference

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer