org.dmtf.schemas.ovf.envelope
Interface OperatingSystemSectionType

All Superinterfaces:
EObject, Notifier, SectionType

public interface OperatingSystemSectionType
extends SectionType

A representation of the model object 'Operating System Section Type'. Specification of the operating system installed in the guest

The following features are supported:

See Also:
EnvelopePackage.getOperatingSystemSectionType()

Method Summary
 FeatureMap getAny()
          Returns the value of the 'Any' attribute list.
 MsgType getDescription()
          Returns the value of the 'Description' containment reference.
 OperatingSystemTypes getId()
          Returns the value of the 'Id' attribute.
 java.lang.String getVersion()
          Returns the value of the 'Version' attribute.
 VirtualSystemType getVirtualSystem()
           
 void setDescription(MsgType value)
          Sets the value of the 'Description' containment reference.
 void setId(OperatingSystemTypes value)
          Sets the value of the 'Id' attribute.
 void setVersion(java.lang.String value)
          Sets the value of the 'Version' attribute.
 
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

getDescription

MsgType getDescription()
Returns the value of the 'Description' containment reference.

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

Returns:
the value of the 'Description' containment reference.
See Also:
setDescription(MsgType), EnvelopePackage.getOperatingSystemSectionType_Description()

setDescription

void setDescription(MsgType value)
Sets the value of the 'Description' containment reference.

Parameters:
value - the new value of the 'Description' containment reference.
See Also:
getDescription()

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

getId

OperatingSystemTypes getId()
Returns the value of the 'Id' attribute. The literals are from the enumeration OperatingSystemTypes. Identifier defined by the CIM_OperatingSystem.OsType enumeration

Returns:
the value of the 'Id' attribute.
See Also:
OperatingSystemTypes, setId(OperatingSystemTypes), EnvelopePackage.getOperatingSystemSectionType_Id()

setId

void setId(OperatingSystemTypes value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
OperatingSystemTypes, getId()

getVersion

java.lang.String getVersion()
Returns the value of the 'Version' attribute. Version defined by the CIM_OperatingSystem.Version field

Returns:
the value of the 'Version' attribute.
See Also:
setVersion(String), EnvelopePackage.getOperatingSystemSectionType_Version()

setVersion

void setVersion(java.lang.String value)
Sets the value of the 'Version' attribute.

Parameters:
value - the new value of the 'Version' attribute.
See Also:
getVersion()

getVirtualSystem

VirtualSystemType getVirtualSystem()

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



© Copyright 2008 IBM Corp. 2008 All Rights Reserved