org.dmtf.schemas.ovf.envelope
Interface ContentType

All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
VirtualSystemCollectionType, VirtualSystemType

public interface ContentType
extends EObject

A representation of the model object 'Content Type'. Base class for content

The following features are supported:

See Also:
EnvelopePackage.getContentType()

Method Summary
 EList<SectionType> getAllSections()
          Returns all the sections regardless of whether or not they are defined with substitution groups.
 AnnotationSectionType getAnnotationSection()
          Returns the value of the 'Annotation Section' reference.
 FeatureMap getAny()
          Returns the value of the 'Any' attribute list.
 FeatureMap getAnyAttribute()
          Returns the value of the 'Any Attribute' attribute list.
 EnvelopeType getEnvelope()
          Returns the value of the 'Envelope' container reference.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 MsgType getInfo()
          Returns the value of the 'Info' containment reference.
 MsgType getName()
          Returns the value of the 'Name' containment reference.
 EList<SectionType> getSection()
          Returns the value of the 'Section' containment reference list.
 FeatureMap getSectionGroup()
          Returns the value of the 'Section Group' attribute list.
 void setAnnotationSection(AnnotationSectionType value)
          Sets the value of the 'Annotation Section' reference.
 void setEnvelope(EnvelopeType value)
          Sets the value of the 'Envelope' container reference.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 void setInfo(MsgType value)
          Sets the value of the 'Info' containment reference.
 void setName(MsgType value)
          Sets the value of the 'Name' containment reference.
 
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

getInfo

MsgType getInfo()
Returns the value of the 'Info' containment reference. Info element describes the meaning of the content, this is typically shown if the type is not understood by an application

Returns:
the value of the 'Info' containment reference.
See Also:
setInfo(MsgType), EnvelopePackage.getContentType_Info()

setInfo

void setInfo(MsgType value)
Sets the value of the 'Info' containment reference.

Parameters:
value - the new value of the 'Info' containment reference.
See Also:
getInfo()

getName

MsgType getName()
Returns the value of the 'Name' containment reference. An optional localizable display name of the content

Returns:
the value of the 'Name' containment reference.
See Also:
setName(MsgType), EnvelopePackage.getContentType_Name()

setName

void setName(MsgType value)
Sets the value of the 'Name' containment reference.

Parameters:
value - the new value of the 'Name' containment reference.
See Also:
getName()

getSectionGroup

FeatureMap getSectionGroup()
Returns the value of the 'Section Group' attribute list. The list contents are of type FeatureMap.Entry. Content body is a list of Sections

Returns:
the value of the 'Section Group' attribute list.
See Also:
EnvelopePackage.getContentType_SectionGroup()

getSection

EList<SectionType> getSection()
Returns the value of the 'Section' containment reference list. The list contents are of type SectionType. It is bidirectional and its opposite is 'Content'. Content body is a list of Sections

Returns:
the value of the 'Section' containment reference list.
See Also:
EnvelopePackage.getContentType_Section(), SectionType.getContent()

getAny

FeatureMap getAny()
Returns the value of the 'Any' attribute list. The list contents are of type FeatureMap.Entry.

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

Returns:
the value of the 'Any' attribute list.
See Also:
EnvelopePackage.getContentType_Any()

getAnnotationSection

AnnotationSectionType getAnnotationSection()
Returns the value of the 'Annotation Section' reference.

If the meaning of the 'Annotation Section' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Annotation Section' reference.
See Also:
setAnnotationSection(AnnotationSectionType), EnvelopePackage.getContentType_AnnotationSection()

setAnnotationSection

void setAnnotationSection(AnnotationSectionType value)
Sets the value of the 'Annotation Section' reference.

Parameters:
value - the new value of the 'Annotation Section' reference.
See Also:
getAnnotationSection()

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), EnvelopePackage.getContentType_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()

getAnyAttribute

FeatureMap getAnyAttribute()
Returns the value of the 'Any Attribute' attribute list. The list contents are of type FeatureMap.Entry.

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

Returns:
the value of the 'Any Attribute' attribute list.
See Also:
EnvelopePackage.getContentType_AnyAttribute()

getEnvelope

EnvelopeType getEnvelope()
Returns the value of the 'Envelope' container reference. It is bidirectional and its opposite is 'Content'.

If the meaning of the 'Envelope' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Envelope' container reference.
See Also:
setEnvelope(EnvelopeType), EnvelopePackage.getContentType_Envelope(), EnvelopeType.getContent()

setEnvelope

void setEnvelope(EnvelopeType value)
Sets the value of the 'Envelope' container reference.

Parameters:
value - the new value of the 'Envelope' container reference.
See Also:
getEnvelope()

getAllSections

EList<SectionType> getAllSections()
Returns all the sections regardless of whether or not they are defined with substitution groups.



© Copyright 2008 IBM Corp. 2008 All Rights Reserved