public class ResolvedCodedNodeReference extends ConceptReference implements java.io.Serializable
Constructor and Description |
---|
ResolvedCodedNodeReference() |
Modifier and Type | Method and Description |
---|---|
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'.
|
getConceptCode, setConceptCode
addEntityType, addEntityType, enumerateEntityType, getCode, getCodeNamespace, getCodingSchemeName, getEntityType, getEntityType, getEntityTypeCount, iterateEntityType, removeAllEntityType, removeEntityType, removeEntityTypeAt, setCode, setCodeNamespace, setCodingSchemeName, setEntityType, setEntityType
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'.