|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcore.CodedNodeReference
core.ConceptReference
core.ResolvedCodedNodeReference
public class ResolvedCodedNodeReference
Resolved information for an entity identified by coding scheme and code.
Field Summary | |
---|---|
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private org.apache.axis.types.URI |
codingSchemeURI
|
private java.lang.String |
codingSchemeVersion
|
private org.LexGrid.concepts.Entity |
entity
The referenced entity, optionally resolved. |
private org.LexGrid.commonTypes.EntityDescription |
entityDescription
Primary text describing the referenced entity. |
private AssociationList |
sourceOf
The list of associations for which the referenced code acts as the source (lhs, parent, ..) for. |
private AssociationList |
targetOf
The list of associations for which the referenced code acts as the target (rhs, child..) for. |
private static org.apache.axis.description.TypeDesc |
typeDesc
|
Constructor Summary | |
---|---|
ResolvedCodedNodeReference()
|
|
ResolvedCodedNodeReference(org.apache.axis.types.URI codingSchemeURI,
java.lang.String codingSchemeVersion,
org.LexGrid.concepts.Entity entity,
org.LexGrid.commonTypes.EntityDescription entityDescription,
AssociationList sourceOf,
AssociationList targetOf)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
org.apache.axis.types.URI |
getCodingSchemeURI()
Gets the codingSchemeURI value for this ResolvedCodedNodeReference. |
java.lang.String |
getCodingSchemeVersion()
Gets the codingSchemeVersion value for this ResolvedCodedNodeReference. |
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.Entity |
getEntity()
Gets the entity value for this ResolvedCodedNodeReference. |
org.LexGrid.commonTypes.EntityDescription |
getEntityDescription()
Gets the entityDescription value for this ResolvedCodedNodeReference. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
AssociationList |
getSourceOf()
Gets the sourceOf value for this ResolvedCodedNodeReference. |
AssociationList |
getTargetOf()
Gets the targetOf value for this ResolvedCodedNodeReference. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setCodingSchemeURI(org.apache.axis.types.URI codingSchemeURI)
Sets the codingSchemeURI value for this ResolvedCodedNodeReference. |
void |
setCodingSchemeVersion(java.lang.String codingSchemeVersion)
Sets the codingSchemeVersion value for this ResolvedCodedNodeReference. |
void |
setEntity(org.LexGrid.concepts.Entity entity)
Sets the entity value for this ResolvedCodedNodeReference. |
void |
setEntityDescription(org.LexGrid.commonTypes.EntityDescription entityDescription)
Sets the entityDescription value for this ResolvedCodedNodeReference. |
void |
setSourceOf(AssociationList sourceOf)
Sets the sourceOf value for this ResolvedCodedNodeReference. |
void |
setTargetOf(AssociationList targetOf)
Sets the targetOf value for this ResolvedCodedNodeReference. |
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 |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private org.LexGrid.commonTypes.EntityDescription entityDescription
private org.LexGrid.concepts.Entity entity
private AssociationList sourceOf
private AssociationList targetOf
private org.apache.axis.types.URI codingSchemeURI
private java.lang.String codingSchemeVersion
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
---|
public ResolvedCodedNodeReference()
public ResolvedCodedNodeReference(org.apache.axis.types.URI codingSchemeURI, java.lang.String codingSchemeVersion, org.LexGrid.concepts.Entity entity, org.LexGrid.commonTypes.EntityDescription entityDescription, AssociationList sourceOf, AssociationList targetOf)
Method Detail |
---|
public org.LexGrid.commonTypes.EntityDescription getEntityDescription()
public void setEntityDescription(org.LexGrid.commonTypes.EntityDescription entityDescription)
entityDescription
- Primary text describing the referenced entity.
Always resolved, if present.public org.LexGrid.concepts.Entity getEntity()
public void setEntity(org.LexGrid.concepts.Entity entity)
entity
- The referenced entity, optionally resolved.public AssociationList getSourceOf()
public void setSourceOf(AssociationList sourceOf)
sourceOf
- The list of associations for which the referenced
code acts as the source (lhs, parent, ..) for. If this element
is absent,
no information is available about the target nodes. If the
element is
present, but 0 length, the code does not appear as the source
of
any associations (in the context of the containing graph).public AssociationList getTargetOf()
public void setTargetOf(AssociationList targetOf)
targetOf
- The list of associations for which the referenced
code acts as the target (rhs, child..) for. If this element
is absent,
no information is available about the source nodes. If the
element is
present, but 0 length, the CodedNode doesn't appear as the
target of
any associations (in the context of the containing graph).public org.apache.axis.types.URI getCodingSchemeURI()
public void setCodingSchemeURI(org.apache.axis.types.URI codingSchemeURI)
codingSchemeURI
- public java.lang.String getCodingSchemeVersion()
public void setCodingSchemeVersion(java.lang.String codingSchemeVersion)
codingSchemeVersion
- public boolean equals(java.lang.Object obj)
equals
in class ConceptReference
public int hashCode()
hashCode
in class ConceptReference
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 |