org.dmtf.schemas.ovf.envelope
Interface VirtualHardwareSectionType

All Superinterfaces:
EObject, Notifier, SectionType

public interface VirtualHardwareSectionType
extends SectionType

A representation of the model object 'Virtual Hardware Section Type'. Specifies virtual hardware requirements for a virtual machine

The following features are supported:

See Also:
EnvelopePackage.getVirtualHardwareSectionType()

Method Summary
 FeatureMap getAny()
          Returns the value of the 'Any' attribute list.
 EList<RASDType> getItem()
          Returns the value of the 'Item' containment reference list.
 VSSDType getSystem()
          Returns the value of the 'System' containment reference.
 java.lang.String getTransport()
          Returns the value of the 'Transport' attribute.
 VirtualSystemType getVirtualSystem()
           
 boolean isSetTransport()
          Returns whether the value of the 'Transport' attribute is set.
 void setSystem(VSSDType value)
          Sets the value of the 'System' containment reference.
 void setTransport(java.lang.String value)
          Sets the value of the 'Transport' attribute.
 void unsetTransport()
          Unsets the value of the 'Transport' 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

getSystem

VSSDType getSystem()
Returns the value of the 'System' containment reference. It is bidirectional and its opposite is 'Virtual Hardware Section'.

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

Returns:
the value of the 'System' containment reference.
See Also:
setSystem(VSSDType), EnvelopePackage.getVirtualHardwareSectionType_System(), VSSDType.getVirtualHardwareSection()

setSystem

void setSystem(VSSDType value)
Sets the value of the 'System' containment reference.

Parameters:
value - the new value of the 'System' containment reference.
See Also:
getSystem()

getItem

EList<RASDType> getItem()
Returns the value of the 'Item' containment reference list. The list contents are of type RASDType. It is bidirectional and its opposite is 'Virtual Hardware Section'.

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

Returns:
the value of the 'Item' containment reference list.
See Also:
EnvelopePackage.getVirtualHardwareSectionType_Item(), RASDType.getVirtualHardwareSection()

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

getTransport

java.lang.String getTransport()
Returns the value of the 'Transport' attribute. The default value is "". Comma-separated list of supported transports types for the OVF descriptor

Returns:
the value of the 'Transport' attribute.
See Also:
isSetTransport(), unsetTransport(), setTransport(String), EnvelopePackage.getVirtualHardwareSectionType_Transport()

setTransport

void setTransport(java.lang.String value)
Sets the value of the 'Transport' attribute.

Parameters:
value - the new value of the 'Transport' attribute.
See Also:
isSetTransport(), unsetTransport(), getTransport()

unsetTransport

void unsetTransport()
Unsets the value of the 'Transport' attribute.

See Also:
isSetTransport(), getTransport(), setTransport(String)

isSetTransport

boolean isSetTransport()
Returns whether the value of the 'Transport' attribute is set.

Returns:
whether the value of the 'Transport' attribute is set.
See Also:
unsetTransport(), getTransport(), setTransport(String)

getVirtualSystem

VirtualSystemType getVirtualSystem()



© Copyright 2008 IBM Corp. 2008 All Rights Reserved