|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcore.CodedNodeReference
core.ConceptReference
core.ResolvedCodedNodeReference
core.ResolvedConceptReference
core.AssociatedConcept
public class AssociatedConcept
A concept reference that is the source or target of an association.
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 |
---|
public AssociatedConcept()
public AssociatedConcept(NameAndValueList associationQualifiers, boolean isNavigable)
Method Detail |
---|
public NameAndValueList getAssociationQualifiers()
public void setAssociationQualifiers(NameAndValueList associationQualifiers)
associationQualifiers
- Codes that qualify the complete association.
Qualifiers may include "computed", degrees of certainty,
etc.public boolean isIsNavigable()
public void setIsNavigable(boolean isNavigable)
isNavigable
- public boolean equals(java.lang.Object obj)
equals
in class ResolvedConceptReference
public int hashCode()
hashCode
in class ResolvedConceptReference
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |