core
Class ResolvedConceptReference

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

public class ResolvedConceptReference
extends ResolvedCodedNodeReference
implements java.io.Serializable

Resolved information for a concept. Maintained for backward compatibility, but no longer enhanced in favor of the more flexible ResolvedCodedNodeReference.

See Also:
Serialized Form

Constructor Summary
ResolvedConceptReference()
           
ResolvedConceptReference(org.LexGrid.concepts.Concept referencedEntry)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 org.LexGrid.concepts.Concept getReferencedEntry()
          Gets the referencedEntry value for this ResolvedConceptReference.
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 setReferencedEntry(org.LexGrid.concepts.Concept referencedEntry)
          Sets the referencedEntry value for this ResolvedConceptReference.
 
Methods inherited from class core.ResolvedCodedNodeReference
getCodingSchemeURI, getCodingSchemeVersion, getEntity, getEntityDescription, getSourceOf, getTargetOf, setCodingSchemeURI, setCodingSchemeVersion, setEntity, setEntityDescription, setSourceOf, setTargetOf
 
Methods inherited from class core.ConceptReference
getConceptCode, setConceptCode
 
Methods inherited from class core.CodedNodeReference
getCode, getCodeNamespace, getCodingSchemeName, getEntityType, getEntityType, setCode, setCodeNamespace, setCodingSchemeName, setEntityType, setEntityType
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResolvedConceptReference

public ResolvedConceptReference()

ResolvedConceptReference

public ResolvedConceptReference(org.LexGrid.concepts.Concept referencedEntry)
Method Detail

getReferencedEntry

public org.LexGrid.concepts.Concept getReferencedEntry()
Gets the referencedEntry value for this ResolvedConceptReference.

Returns:
referencedEntry The resolved concept, if present. Alias for ResolvedCodedNodeReference:entity

setReferencedEntry

public void setReferencedEntry(org.LexGrid.concepts.Concept referencedEntry)
Sets the referencedEntry value for this ResolvedConceptReference.

Parameters:
referencedEntry - The resolved concept, if present. Alias for ResolvedCodedNodeReference:entity

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class ResolvedCodedNodeReference

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