org.dmtf.schemas.ovf.envelope
Interface VirtualSystemCollectionType

All Superinterfaces:
ContentType, EObject, Notifier

public interface VirtualSystemCollectionType
extends ContentType

A representation of the model object 'Virtual System Collection Type'. A collection of Content.

The following features are supported:

See Also:
EnvelopePackage.getVirtualSystemCollectionType()

Method Summary
 EList<EnvironmentType> createEnvironments()
           
 EList<ContentType> getContent()
          Returns the value of the 'Content' containment reference list.
 FeatureMap getContentGroup()
          Returns the value of the 'Content Group' attribute list.
 ResourceAllocationSectionType getResourceAllocationSection()
          Returns the value of the 'Resource Allocation Section' reference.
 StartupSectionType getStartupSection()
          Returns the value of the 'Startup Section' reference.
 void setResourceAllocationSection(ResourceAllocationSectionType value)
          Sets the value of the 'Resource Allocation Section' reference.
 void setStartupSection(StartupSectionType value)
          Sets the value of the 'Startup Section' reference.
 
Methods inherited from interface org.dmtf.schemas.ovf.envelope.ContentType
getAllSections, getAnnotationSection, getAny, getAnyAttribute, getEnvelope, getId, getInfo, getName, getSection, getSectionGroup, setAnnotationSection, setEnvelope, setId, setInfo, setName
 
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

getContentGroup

FeatureMap getContentGroup()
Returns the value of the 'Content Group' attribute list. The list contents are of type FeatureMap.Entry. Base element for content types. This is the head the subsitution group

Returns:
the value of the 'Content Group' attribute list.
See Also:
EnvelopePackage.getVirtualSystemCollectionType_ContentGroup()

getContent

EList<ContentType> getContent()
Returns the value of the 'Content' containment reference list. The list contents are of type ContentType. Base element for content types. This is the head the subsitution group

Returns:
the value of the 'Content' containment reference list.
See Also:
EnvelopePackage.getVirtualSystemCollectionType_Content()

getResourceAllocationSection

ResourceAllocationSectionType getResourceAllocationSection()
Returns the value of the 'Resource Allocation Section' reference.

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

Returns:
the value of the 'Resource Allocation Section' reference.
See Also:
setResourceAllocationSection(ResourceAllocationSectionType), EnvelopePackage.getVirtualSystemCollectionType_ResourceAllocationSection()

setResourceAllocationSection

void setResourceAllocationSection(ResourceAllocationSectionType value)
Sets the value of the 'Resource Allocation Section' reference.

Parameters:
value - the new value of the 'Resource Allocation Section' reference.
See Also:
getResourceAllocationSection()

getStartupSection

StartupSectionType getStartupSection()
Returns the value of the 'Startup Section' reference.

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

Returns:
the value of the 'Startup Section' reference.
See Also:
setStartupSection(StartupSectionType), EnvelopePackage.getVirtualSystemCollectionType_StartupSection()

setStartupSection

void setStartupSection(StartupSectionType value)
Sets the value of the 'Startup Section' reference.

Parameters:
value - the new value of the 'Startup Section' reference.
See Also:
getStartupSection()

createEnvironments

EList<EnvironmentType> createEnvironments()



© Copyright 2008 IBM Corp. 2008 All Rights Reserved