gov.nih.nlm.umls.meta
Interface RelatedSourceIdentifierElement

All Known Subinterfaces:
AtomRelationship, Relationship
All Known Implementing Classes:
AtomRelationshipImpl, RelationshipImpl

public interface RelatedSourceIdentifierElement

Represents information about a data element connected to a SourceIdentifierType.

Author:
Brian Carlsen, Deborah Shapiro

Method Summary
 SourceIdentifierType getRelatedSourceIdentifierType()
          Returns the SourceIdentifierType to which this element is connected.
 void setRelatedSourceIdentifierType(SourceIdentifierType sit)
          Sets the SourceIdentifierType to which this element is connected.
 

Method Detail

getRelatedSourceIdentifierType

public SourceIdentifierType getRelatedSourceIdentifierType()
Returns the SourceIdentifierType to which this element is connected.

Returns:
the SourceIdentifierType to which this element is connected

setRelatedSourceIdentifierType

public void setRelatedSourceIdentifierType(SourceIdentifierType sit)
Sets the SourceIdentifierType to which this element is connected.

Parameters:
sit - the SourceIdentifierType to which this element is connected.


Copyright ©2005