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

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

Returns:
the ATUI

getAtui

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

Returns:
the ATUI

setAttributeIdentifier

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

Parameters:
atui - the ATUI

setAtui

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

Parameters:
atui - the ATUI

getSourceAttributeIdentifier

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

Returns:
the SATUI

getSatui

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

Returns:
the SATUI

setSourceAttributeIdentifier

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

Parameters:
satui - the SATUI

setSatui

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

Parameters:
satui - the SATUI


Copyright ©2005