org.dmtf.schemas.ovf.environment
Interface DocumentRoot

All Superinterfaces:
EObject, Notifier

public interface DocumentRoot
extends EObject

A representation of the model object 'Document Root'.

The following features are supported:

See Also:
EnvironmentPackage.getDocumentRoot()

Method Summary
 EnvironmentType getEnvironment()
          Returns the value of the 'Environment' containment reference.
 FeatureMap getMixed()
          Returns the value of the 'Mixed' attribute list.
 PlatformSectionType getPlatformSection()
          Returns the value of the 'Platform Section' containment reference.
 PropertySectionType getPropertySection()
          Returns the value of the 'Property Section' containment reference.
 SectionType getSection()
          Returns the value of the 'Section' containment reference.
 EMap<java.lang.String,java.lang.String> getXMLNSPrefixMap()
          Returns the value of the 'XMLNS Prefix Map' map.
 EMap<java.lang.String,java.lang.String> getXSISchemaLocation()
          Returns the value of the 'XSI Schema Location' map.
 void setEnvironment(EnvironmentType value)
          Sets the value of the 'Environment' containment reference.
 void setPlatformSection(PlatformSectionType value)
          Sets the value of the 'Platform Section' containment reference.
 void setPropertySection(PropertySectionType value)
          Sets the value of the 'Property Section' containment reference.
 void setSection(SectionType value)
          Sets the value of the 'Section' containment reference.
 
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

getMixed

FeatureMap getMixed()
Returns the value of the 'Mixed' attribute list. The list contents are of type FeatureMap.Entry.

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

Returns:
the value of the 'Mixed' attribute list.
See Also:
EnvironmentPackage.getDocumentRoot_Mixed()

getXMLNSPrefixMap

EMap<java.lang.String,java.lang.String> getXMLNSPrefixMap()
Returns the value of the 'XMLNS Prefix Map' map. The key is of type String, and the value is of type String,

If the meaning of the 'XMLNS Prefix Map' map isn't clear, there really should be more of a description here...

Returns:
the value of the 'XMLNS Prefix Map' map.
See Also:
EnvironmentPackage.getDocumentRoot_XMLNSPrefixMap()

getXSISchemaLocation

EMap<java.lang.String,java.lang.String> getXSISchemaLocation()
Returns the value of the 'XSI Schema Location' map. The key is of type String, and the value is of type String,

If the meaning of the 'XSI Schema Location' map isn't clear, there really should be more of a description here...

Returns:
the value of the 'XSI Schema Location' map.
See Also:
EnvironmentPackage.getDocumentRoot_XSISchemaLocation()

getEnvironment

EnvironmentType getEnvironment()
Returns the value of the 'Environment' containment reference. Root element of OVF environment

Returns:
the value of the 'Environment' containment reference.
See Also:
setEnvironment(EnvironmentType), EnvironmentPackage.getDocumentRoot_Environment()

setEnvironment

void setEnvironment(EnvironmentType value)
Sets the value of the 'Environment' containment reference.

Parameters:
value - the new value of the 'Environment' containment reference.
See Also:
getEnvironment()

getPlatformSection

PlatformSectionType getPlatformSection()
Returns the value of the 'Platform Section' containment reference. Element substitutable for Section since Platform_Type is a derivation of Section_Type

Returns:
the value of the 'Platform Section' containment reference.
See Also:
setPlatformSection(PlatformSectionType), EnvironmentPackage.getDocumentRoot_PlatformSection()

setPlatformSection

void setPlatformSection(PlatformSectionType value)
Sets the value of the 'Platform Section' containment reference.

Parameters:
value - the new value of the 'Platform Section' containment reference.
See Also:
getPlatformSection()

getSection

SectionType getSection()
Returns the value of the 'Section' containment reference. Base elements for OVF environment sections. This is the head of the substitution group.

Returns:
the value of the 'Section' containment reference.
See Also:
setSection(SectionType), EnvironmentPackage.getDocumentRoot_Section()

setSection

void setSection(SectionType value)
Sets the value of the 'Section' containment reference.

Parameters:
value - the new value of the 'Section' containment reference.
See Also:
getSection()

getPropertySection

PropertySectionType getPropertySection()
Returns the value of the 'Property Section' containment reference. Element substitutable for Section since PropertySection_Type is a derivation of Section_Type

Returns:
the value of the 'Property Section' containment reference.
See Also:
setPropertySection(PropertySectionType), EnvironmentPackage.getDocumentRoot_PropertySection()

setPropertySection

void setPropertySection(PropertySectionType value)
Sets the value of the 'Property Section' containment reference.

Parameters:
value - the new value of the 'Property Section' containment reference.
See Also:
getPropertySection()


© Copyright 2008 IBM Corp. 2008 All Rights Reserved