|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.LexGrid.LexBIG.DataModel.Core.CodedNodeReference
org.LexGrid.LexBIG.DataModel.Core.ConceptReference
org.LexGrid.LexBIG.DataModel.Core.ResolvedCodedNodeReference
public class ResolvedCodedNodeReference
Resolved information for an entity identified by coding scheme and code.
Constructor Summary | |
---|---|
ResolvedCodedNodeReference()
|
Method Summary | |
---|---|
java.lang.String |
getCodingSchemeURI()
Returns the value of field 'codingSchemeURI'. |
java.lang.String |
getCodingSchemeVersion()
Returns the value of field 'codingSchemeVersion'. |
Entity |
getEntity()
Returns the value of field 'entity'. |
EntityDescription |
getEntityDescription()
Returns the value of field 'entityDescription'. |
AssociationList |
getSourceOf()
Returns the value of field 'sourceOf'. |
AssociationList |
getTargetOf()
Returns the value of field 'targetOf'. |
void |
setCodingSchemeURI(java.lang.String codingSchemeURI)
Sets the value of field 'codingSchemeURI'. |
void |
setCodingSchemeVersion(java.lang.String codingSchemeVersion)
Sets the value of field 'codingSchemeVersion'. |
void |
setEntity(Entity entity)
Sets the value of field 'entity'. |
void |
setEntityDescription(EntityDescription entityDescription)
Sets the value of field 'entityDescription'. |
void |
setSourceOf(AssociationList sourceOf)
Sets the value of field 'sourceOf'. |
void |
setTargetOf(AssociationList targetOf)
Sets the value of field 'targetOf'. |
Methods inherited from class org.LexGrid.LexBIG.DataModel.Core.ConceptReference |
---|
getConceptCode, setConceptCode |
Methods inherited from class org.LexGrid.LexBIG.DataModel.Core.CodedNodeReference |
---|
addEntityType, addEntityType, enumerateEntityType, getCode, getCodeNamespace, getCodingSchemeName, getEntityType, getEntityType, getEntityTypeCount, iterateEntityType, removeAllEntityType, removeEntityType, removeEntityTypeAt, setCode, setCodeNamespace, setCodingSchemeName, setEntityType, setEntityType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResolvedCodedNodeReference()
Method Detail |
---|
public java.lang.String getCodingSchemeURI()
public java.lang.String getCodingSchemeVersion()
public Entity getEntity()
public EntityDescription getEntityDescription()
public AssociationList getSourceOf()
public AssociationList getTargetOf()
public void setCodingSchemeURI(java.lang.String codingSchemeURI)
codingSchemeURI
- the value of field 'codingSchemeURI'.public void setCodingSchemeVersion(java.lang.String codingSchemeVersion)
codingSchemeVersion
- the value of field
'codingSchemeVersion'.public void setEntity(Entity entity)
entity
- the value of field 'entity'.public void setEntityDescription(EntityDescription entityDescription)
entityDescription
- the value of field
'entityDescription'.public void setSourceOf(AssociationList sourceOf)
sourceOf
- the value of field 'sourceOf'.public void setTargetOf(AssociationList targetOf)
targetOf
- the value of field 'targetOf'.
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |