gov.nih.nlm.umls.meta
Interface SourceIdentifierElement

All Known Subinterfaces:
AtomAttribute, AtomRelationship, Attribute, Relationship, RelationshipAttribute
All Known Implementing Classes:
AtomAttributeImpl, AtomRelationshipImpl, AttributeImpl, RelationshipAttributeImpl, RelationshipImpl

public interface SourceIdentifierElement

Represents information about a data element connected to a SourceIdentifierType.

Author:
Brian Carlsen, Deborah Shapiro

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

Method Detail

getSourceIdentifierType

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

Returns:
the SourceIdentifierType to which this element is connected

setSourceIdentifierType

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

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


Copyright ©2005