org.dmtf.schemas.ovf.envelope
Interface AnnotationSectionType

All Superinterfaces:
EObject, Notifier, SectionType

public interface AnnotationSectionType
extends SectionType

A representation of the model object 'Annotation Section Type'. User defined annotation

The following features are supported:

See Also:
EnvelopePackage.getAnnotationSectionType()

Method Summary
 MsgType getAnnotation()
          Returns the value of the 'Annotation' containment reference.
 FeatureMap getAny()
          Returns the value of the 'Any' attribute list.
 void setAnnotation(MsgType value)
          Sets the value of the 'Annotation' containment reference.
 
Methods inherited from interface org.dmtf.schemas.ovf.envelope.SectionType
getAnyAttribute, getContent, getInfo, isRequired, isSetRequired, setContent, setInfo, setRequired, unsetRequired
 
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

getAnnotation

MsgType getAnnotation()
Returns the value of the 'Annotation' containment reference.

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

Returns:
the value of the 'Annotation' containment reference.
See Also:
setAnnotation(MsgType), EnvelopePackage.getAnnotationSectionType_Annotation()

setAnnotation

void setAnnotation(MsgType value)
Sets the value of the 'Annotation' containment reference.

Parameters:
value - the new value of the 'Annotation' containment reference.
See Also:
getAnnotation()

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


© Copyright 2008 IBM Corp. 2008 All Rights Reserved