gov.nih.nlm.umls.meta
Interface AttributeElement

All Known Subinterfaces:
AtomAttribute, Attribute, AttributeValue, Definition, Locator, RelationshipAttribute
All Known Implementing Classes:
AtomAttributeImpl, AttributeImpl, AttributeValueImpl, DefinitionImpl, LocatorImpl, RelationshipAttributeImpl

public interface AttributeElement

Represents information about a data element with attribute identifiers.

Author:
Brian Carlsen, Deborah Shapiro

Method Summary
 String getAttributeIdentifier()
          Returns the unique identifier (ATUI).
 String getAtui()
          Returns the unique identifier (ATUI).
 String getSatui()
          Returns the source asserted attribute identifier (SATUI).
 String getSourceAttributeIdentifier()
          Returns the source asserted attribute identifier (SATUI).
 void setAttributeIdentifier(String atui)
          Sets the unique identifier (ATUI).
 void setAtui(String atui)
          Sets the unique identifier (ATUI).
 void setSatui(String satui)
          Sets the source asserted attribute identifier (SATUI) This is shorthand for setSourceAttributeIdentifier(String).
 void setSourceAttributeIdentifier(String satui)
          Sets the source asserted attribute identifier (SATUI).
 

Method Detail

getAttributeIdentifier

String getAttributeIdentifier()
Returns the unique identifier (ATUI).

Returns:
the ATUI

getAtui

String getAtui()
Returns the unique identifier (ATUI). This is shorthand for getAttributeIdentifier().

Returns:
the ATUI

setAttributeIdentifier

void setAttributeIdentifier(String atui)
Sets the unique identifier (ATUI).

Parameters:
atui - the ATUI

setAtui

void setAtui(String atui)
Sets the unique identifier (ATUI). This is shorthand for setAttributeIdentifier(String).

Parameters:
atui - the ATUI

getSourceAttributeIdentifier

String getSourceAttributeIdentifier()
Returns the source asserted attribute identifier (SATUI).

Returns:
the SATUI

getSatui

String getSatui()
Returns the source asserted attribute identifier (SATUI). This is shorthand for getSourceAttributeIdentifier().

Returns:
the SATUI

setSourceAttributeIdentifier

void setSourceAttributeIdentifier(String satui)
Sets the source asserted attribute identifier (SATUI).

Parameters:
satui - the SATUI

setSatui

void setSatui(String satui)
Sets the source asserted attribute identifier (SATUI) This is shorthand for setSourceAttributeIdentifier(String).

Parameters:
satui - the SATUI


Copyright ©2005