org.dmtf.schemas.ovf.envelope
Interface VSSDType

All Superinterfaces:
CIMVirtualSystemSettingDataType, EObject, Notifier

public interface VSSDType
extends CIMVirtualSystemSettingDataType

A representation of the model object 'VSSD Type'. Wrapper for CIM_VirtualSystemSettingData_Type

The following features are supported:

See Also:
EnvelopePackage.getVSSDType()

Method Summary
 FeatureMap getAnyAttribute1()
          Returns the value of the 'Any Attribute1' attribute list.
 VirtualHardwareSectionType getVirtualHardwareSection()
          Returns the value of the 'Virtual Hardware Section' container reference.
 void setVirtualHardwareSection(VirtualHardwareSectionType value)
          Sets the value of the 'Virtual Hardware Section' container reference.
 
Methods inherited from interface org.dmtf.schemas.wscim.vssd.CIMVirtualSystemSettingDataType
getAny, getAnyAttribute, getAutomaticRecoveryAction, getAutomaticShutdownAction, getAutomaticStartupAction, getAutomaticStartupActionDelay, getAutomaticStartupActionSequenceNumber, getCaption, getChangeableType, getConfigurationDataRoot, getConfigurationFile, getConfigurationID, getConfigurationName, getCreationTime, getDescription, getElementName, getGeneration, getInstanceID, getLogDataRoot, getNotes, getRecoveryFile, getSnapshotDataRoot, getSuspendDataRoot, getSwapFileDataRoot, getVirtualSystemIdentifier, getVirtualSystemType, isSetAutomaticRecoveryAction, isSetAutomaticShutdownAction, isSetAutomaticStartupAction, isSetAutomaticStartupActionDelay, isSetAutomaticStartupActionSequenceNumber, isSetCaption, isSetChangeableType, isSetConfigurationDataRoot, isSetConfigurationFile, isSetConfigurationID, isSetConfigurationName, isSetCreationTime, isSetDescription, isSetGeneration, isSetLogDataRoot, isSetRecoveryFile, isSetSnapshotDataRoot, isSetSuspendDataRoot, isSetSwapFileDataRoot, isSetVirtualSystemIdentifier, isSetVirtualSystemType, setAutomaticRecoveryAction, setAutomaticShutdownAction, setAutomaticStartupAction, setAutomaticStartupActionDelay, setAutomaticStartupActionSequenceNumber, setCaption, setChangeableType, setConfigurationDataRoot, setConfigurationFile, setConfigurationID, setConfigurationName, setCreationTime, setDescription, setElementName, setGeneration, setInstanceID, setLogDataRoot, setRecoveryFile, setSnapshotDataRoot, setSuspendDataRoot, setSwapFileDataRoot, setVirtualSystemIdentifier, setVirtualSystemType, unsetAutomaticRecoveryAction, unsetAutomaticShutdownAction, unsetAutomaticStartupAction, unsetAutomaticStartupActionDelay, unsetAutomaticStartupActionSequenceNumber, unsetCaption, unsetChangeableType, unsetConfigurationDataRoot, unsetConfigurationFile, unsetConfigurationID, unsetConfigurationName, unsetCreationTime, unsetDescription, unsetGeneration, unsetLogDataRoot, unsetRecoveryFile, unsetSnapshotDataRoot, unsetSuspendDataRoot, unsetSwapFileDataRoot, unsetVirtualSystemIdentifier, unsetVirtualSystemType
 
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

getAnyAttribute1

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

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

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

getVirtualHardwareSection

VirtualHardwareSectionType getVirtualHardwareSection()
Returns the value of the 'Virtual Hardware Section' container reference. It is bidirectional and its opposite is 'System'.

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

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

setVirtualHardwareSection

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

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


© Copyright 2008 IBM Corp. 2008 All Rights Reserved