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

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

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

A representation of the model object 'Struc Doc Text'.

The following features are supported:

See Also:
CDAR2Package.getStrucDocText()

Method Summary
 org.eclipse.emf.common.util.EList getBr()
          Returns the value of the 'Br' containment reference list.
 org.eclipse.emf.common.util.EList getContent()
          Returns the value of the 'Content' containment reference list.
 org.eclipse.emf.common.util.EList getFootnote()
          Returns the value of the 'Footnote' containment reference list.
 org.eclipse.emf.common.util.EList getFootnoteRef()
          Returns the value of the 'Footnote Ref' containment reference list.
 org.eclipse.emf.ecore.util.FeatureMap getGroup()
          Returns the value of the 'Group' attribute list.
 java.lang.String getID()
          Returns the value of the 'ID' attribute.
 java.lang.String getLanguage()
          Returns the value of the 'Language' attribute.
 org.eclipse.emf.common.util.EList getLinkHtml()
          Returns the value of the 'Link Html' containment reference list.
 org.eclipse.emf.common.util.EList getList()
          Returns the value of the 'List' containment reference list.
 java.lang.String getMediaType()
          Returns the value of the 'Media Type' attribute.
 org.eclipse.emf.ecore.util.FeatureMap getMixed()
          Returns the value of the 'Mixed' attribute list.
 org.eclipse.emf.common.util.EList getParagraph()
          Returns the value of the 'Paragraph' containment reference list.
 org.eclipse.emf.common.util.EList getRenderMultiMedia()
          Returns the value of the 'Render Multi Media' containment reference list.
 java.util.List getStyleCode()
          Returns the value of the 'Style Code' attribute.
 org.eclipse.emf.common.util.EList getSub()
          Returns the value of the 'Sub' containment reference list.
 org.eclipse.emf.common.util.EList getSup()
          Returns the value of the 'Sup' containment reference list.
 org.eclipse.emf.common.util.EList getTable()
          Returns the value of the 'Table' containment reference list.
 boolean isSetMediaType()
          Returns whether the value of the 'Media Type' attribute is set.
 void setID(java.lang.String value)
          Sets the value of the 'ID' attribute.
 void setLanguage(java.lang.String value)
          Sets the value of the 'Language' attribute.
 void setMediaType(java.lang.String value)
          Sets the value of the 'Media Type' attribute.
 void setStyleCode(java.util.List value)
          Sets the value of the 'Style Code' attribute.
 void unsetMediaType()
          Unsets the value of the 'Media Type' 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

getMixed

org.eclipse.emf.ecore.util.FeatureMap getMixed()
Returns the value of the 'Mixed' attribute list. The list contents are of type FeatureMap.Entry.

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

Returns:
the value of the 'Mixed' attribute list.
See Also:
CDAR2Package.getStrucDocText_Mixed()

getGroup

org.eclipse.emf.ecore.util.FeatureMap getGroup()
Returns the value of the 'Group' attribute list. The list contents are of type FeatureMap.Entry.

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

Returns:
the value of the 'Group' attribute list.
See Also:
CDAR2Package.getStrucDocText_Group()

getContent

org.eclipse.emf.common.util.EList getContent()
Returns the value of the 'Content' containment reference list. The list contents are of type StrucDocContent.

If the meaning of the 'Content' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Content' containment reference list.
See Also:
CDAR2Package.getStrucDocText_Content()

getLinkHtml

org.eclipse.emf.common.util.EList getLinkHtml()
Returns the value of the 'Link Html' containment reference list. The list contents are of type StrucDocLinkHtml.

If the meaning of the 'Link Html' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Link Html' containment reference list.
See Also:
CDAR2Package.getStrucDocText_LinkHtml()

getSub

org.eclipse.emf.common.util.EList getSub()
Returns the value of the 'Sub' containment reference list. The list contents are of type StrucDocSub.

If the meaning of the 'Sub' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Sub' containment reference list.
See Also:
CDAR2Package.getStrucDocText_Sub()

getSup

org.eclipse.emf.common.util.EList getSup()
Returns the value of the 'Sup' containment reference list. The list contents are of type StrucDocSup.

If the meaning of the 'Sup' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Sup' containment reference list.
See Also:
CDAR2Package.getStrucDocText_Sup()

getBr

org.eclipse.emf.common.util.EList getBr()
Returns the value of the 'Br' containment reference list. The list contents are of type StrucDocBr.

If the meaning of the 'Br' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Br' containment reference list.
See Also:
CDAR2Package.getStrucDocText_Br()

getFootnote

org.eclipse.emf.common.util.EList getFootnote()
Returns the value of the 'Footnote' containment reference list. The list contents are of type StrucDocFootnote.

If the meaning of the 'Footnote' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Footnote' containment reference list.
See Also:
CDAR2Package.getStrucDocText_Footnote()

getFootnoteRef

org.eclipse.emf.common.util.EList getFootnoteRef()
Returns the value of the 'Footnote Ref' containment reference list. The list contents are of type StrucDocFootnoteRef.

If the meaning of the 'Footnote Ref' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Footnote Ref' containment reference list.
See Also:
CDAR2Package.getStrucDocText_FootnoteRef()

getRenderMultiMedia

org.eclipse.emf.common.util.EList getRenderMultiMedia()
Returns the value of the 'Render Multi Media' containment reference list. The list contents are of type StrucDocRenderMultiMedia.

If the meaning of the 'Render Multi Media' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Render Multi Media' containment reference list.
See Also:
CDAR2Package.getStrucDocText_RenderMultiMedia()

getParagraph

org.eclipse.emf.common.util.EList getParagraph()
Returns the value of the 'Paragraph' containment reference list. The list contents are of type StrucDocParagraph.

If the meaning of the 'Paragraph' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Paragraph' containment reference list.
See Also:
CDAR2Package.getStrucDocText_Paragraph()

getList

org.eclipse.emf.common.util.EList getList()
Returns the value of the 'List' containment reference list. The list contents are of type StrucDocList.

If the meaning of the 'List' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'List' containment reference list.
See Also:
CDAR2Package.getStrucDocText_List()

getTable

org.eclipse.emf.common.util.EList getTable()
Returns the value of the 'Table' containment reference list. The list contents are of type StrucDocTable.

If the meaning of the 'Table' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Table' containment reference list.
See Also:
CDAR2Package.getStrucDocText_Table()

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.getStrucDocText_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()

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.getStrucDocText_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()

getMediaType

java.lang.String getMediaType()
Returns the value of the 'Media Type' attribute. The default value is "text/x-hl7-text+xml".

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

Returns:
the value of the 'Media Type' attribute.
See Also:
isSetMediaType(), unsetMediaType(), setMediaType(String), CDAR2Package.getStrucDocText_MediaType()

setMediaType

void setMediaType(java.lang.String value)
Sets the value of the 'Media Type' attribute.

Parameters:
value - the new value of the 'Media Type' attribute.
See Also:
isSetMediaType(), unsetMediaType(), getMediaType()

unsetMediaType

void unsetMediaType()
Unsets the value of the 'Media Type' attribute.

See Also:
isSetMediaType(), getMediaType(), setMediaType(String)

isSetMediaType

boolean isSetMediaType()
Returns whether the value of the 'Media Type' attribute is set.

Returns:
whether the value of the 'Media Type' attribute is set.
See Also:
unsetMediaType(), getMediaType(), setMediaType(String)

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.getStrucDocText_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()