org.eclipse.ohf.ihe.common.cdar2
Interface StrucDocFootnoteRef

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
StrucDocFootnoteRefImpl

public interface StrucDocFootnoteRef
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Struc Doc Footnote Ref'.

The following features are supported:

See Also:
CDAR2Package.getStrucDocFootnoteRef()

Method Summary
 java.lang.String getID()
          Returns the value of the 'ID' attribute.
 java.lang.String getIDREF()
          Returns the value of the 'IDREF' attribute.
 java.lang.String getLanguage()
          Returns the value of the 'Language' attribute.
 java.util.List getStyleCode()
          Returns the value of the 'Style Code' attribute.
 void setID(java.lang.String value)
          Sets the value of the 'ID' attribute.
 void setIDREF(java.lang.String value)
          Sets the value of the 'IDREF' attribute.
 void setLanguage(java.lang.String value)
          Sets the value of the 'Language' attribute.
 void setStyleCode(java.util.List value)
          Sets the value of the 'Style Code' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getID

java.lang.String getID()
Returns the value of the 'ID' attribute.

If the meaning of the 'ID' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'ID' attribute.
See Also:
setID(String), CDAR2Package.getStrucDocFootnoteRef_ID()

setID

void setID(java.lang.String value)
Sets the value of the 'ID' attribute.

Parameters:
value - the new value of the 'ID' attribute.
See Also:
getID()

getIDREF

java.lang.String getIDREF()
Returns the value of the 'IDREF' attribute.

If the meaning of the 'IDREF' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'IDREF' attribute.
See Also:
setIDREF(String), CDAR2Package.getStrucDocFootnoteRef_IDREF()

setIDREF

void setIDREF(java.lang.String value)
Sets the value of the 'IDREF' attribute.

Parameters:
value - the new value of the 'IDREF' attribute.
See Also:
getIDREF()

getLanguage

java.lang.String getLanguage()
Returns the value of the 'Language' attribute.

If the meaning of the 'Language' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Language' attribute.
See Also:
setLanguage(String), CDAR2Package.getStrucDocFootnoteRef_Language()

setLanguage

void setLanguage(java.lang.String value)
Sets the value of the 'Language' attribute.

Parameters:
value - the new value of the 'Language' attribute.
See Also:
getLanguage()

getStyleCode

java.util.List getStyleCode()
Returns the value of the 'Style Code' attribute.

If the meaning of the 'Style Code' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Style Code' attribute.
See Also:
setStyleCode(List), CDAR2Package.getStrucDocFootnoteRef_StyleCode()

setStyleCode

void setStyleCode(java.util.List value)
Sets the value of the 'Style Code' attribute.

Parameters:
value - the new value of the 'Style Code' attribute.
See Also:
getStyleCode()