org.dmtf.schemas.ovf.envelope
Interface VirtualSystemType

All Superinterfaces:
ContentType, EObject, Notifier

public interface VirtualSystemType
extends ContentType

A representation of the model object 'Virtual System Type'. Content describing a virtual system

The following features are supported:

See Also:
EnvelopePackage.getVirtualSystemType()

Method Summary
 EnvironmentType createEnvironment()
           
 InstallSectionType getInstallSection()
          Returns the value of the 'Install Section' reference.
 OperatingSystemSectionType getOperatingSystemSection()
          Returns the value of the 'Operating System Section' reference.
 ProductSectionType getProductSection(java.lang.String sectionClass)
           
 ProductSectionType getProductSection(java.lang.String sectionClass, java.lang.String sectionInstance)
           
 EList<ProductSectionType> getProductSections()
           
 VirtualHardwareSectionType getVirtualHardwareSection()
          Returns the value of the 'Virtual Hardware Section' reference.
 VirtualSystemCollectionType getVirtualSystemCollection()
           
 void setInstallSection(InstallSectionType value)
          Sets the value of the 'Install Section' reference.
 void setOperatingSystemSection(OperatingSystemSectionType value)
          Sets the value of the 'Operating System Section' reference.
 void setVirtualHardwareSection(VirtualHardwareSectionType value)
          Sets the value of the 'Virtual Hardware 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

getInstallSection

InstallSectionType getInstallSection()
Returns the value of the 'Install Section' reference.

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

Returns:
the value of the 'Install Section' reference.
See Also:
setInstallSection(InstallSectionType), EnvelopePackage.getVirtualSystemType_InstallSection()

setInstallSection

void setInstallSection(InstallSectionType value)
Sets the value of the 'Install Section' reference.

Parameters:
value - the new value of the 'Install Section' reference.
See Also:
getInstallSection()

getOperatingSystemSection

OperatingSystemSectionType getOperatingSystemSection()
Returns the value of the 'Operating System Section' reference.

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

Returns:
the value of the 'Operating System Section' reference.
See Also:
setOperatingSystemSection(OperatingSystemSectionType), EnvelopePackage.getVirtualSystemType_OperatingSystemSection()

setOperatingSystemSection

void setOperatingSystemSection(OperatingSystemSectionType value)
Sets the value of the 'Operating System Section' reference.

Parameters:
value - the new value of the 'Operating System Section' reference.
See Also:
getOperatingSystemSection()

getVirtualHardwareSection

VirtualHardwareSectionType getVirtualHardwareSection()
Returns the value of the 'Virtual Hardware Section' reference.

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

Returns:
the value of the 'Virtual Hardware Section' reference.
See Also:
setVirtualHardwareSection(VirtualHardwareSectionType), EnvelopePackage.getVirtualSystemType_VirtualHardwareSection()

setVirtualHardwareSection

void setVirtualHardwareSection(VirtualHardwareSectionType value)
Sets the value of the 'Virtual Hardware Section' reference.

Parameters:
value - the new value of the 'Virtual Hardware Section' reference.
See Also:
getVirtualHardwareSection()

getVirtualSystemCollection

VirtualSystemCollectionType getVirtualSystemCollection()


createEnvironment

EnvironmentType createEnvironment()


getProductSection

ProductSectionType getProductSection(java.lang.String sectionClass)


getProductSection

ProductSectionType getProductSection(java.lang.String sectionClass,
                                     java.lang.String sectionInstance)


getProductSections

EList<ProductSectionType> getProductSections()



© Copyright 2008 IBM Corp. 2008 All Rights Reserved