core
Class AssociatedConcept

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

public class AssociatedConcept
extends ResolvedConceptReference
implements java.io.Serializable

A concept reference that is the source or target of an association.

See Also:
Serialized Form

Constructor Summary
AssociatedConcept()
           
AssociatedConcept(NameAndValueList associationQualifiers, boolean isNavigable)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 NameAndValueList getAssociationQualifiers()
          Gets the associationQualifiers value for this AssociatedConcept.
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()
           
 boolean isIsNavigable()
          Gets the isNavigable value for this AssociatedConcept.
 void setAssociationQualifiers(NameAndValueList associationQualifiers)
          Sets the associationQualifiers value for this AssociatedConcept.
 void setIsNavigable(boolean isNavigable)
          Sets the isNavigable value for this AssociatedConcept.
 
Methods inherited from class core.ResolvedConceptReference
getReferencedEntry, setReferencedEntry
 
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

AssociatedConcept

public AssociatedConcept()

AssociatedConcept

public AssociatedConcept(NameAndValueList associationQualifiers,
                         boolean isNavigable)
Method Detail

getAssociationQualifiers

public NameAndValueList getAssociationQualifiers()
Gets the associationQualifiers value for this AssociatedConcept.

Returns:
associationQualifiers Codes that qualify the complete association. Qualifiers may include "computed", degrees of certainty, etc.

setAssociationQualifiers

public void setAssociationQualifiers(NameAndValueList associationQualifiers)
Sets the associationQualifiers value for this AssociatedConcept.

Parameters:
associationQualifiers - Codes that qualify the complete association. Qualifiers may include "computed", degrees of certainty, etc.

isIsNavigable

public boolean isIsNavigable()
Gets the isNavigable value for this AssociatedConcept.

Returns:
isNavigable

setIsNavigable

public void setIsNavigable(boolean isNavigable)
Sets the isNavigable value for this AssociatedConcept.

Parameters:
isNavigable -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class ResolvedConceptReference

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