Uses of Interface
org.dmtf.schemas.ovf.envelope.OperatingSystemSectionType

Packages that use OperatingSystemSectionType
org.dmtf.schemas.ovf.envelope   
org.dmtf.schemas.ovf.envelope.util   
 

Uses of OperatingSystemSectionType in org.dmtf.schemas.ovf.envelope
 

Methods in org.dmtf.schemas.ovf.envelope that return OperatingSystemSectionType
 OperatingSystemSectionType EnvelopeFactory.createOperatingSystemSectionType()
          Returns a new object of class 'Operating System Section Type'.
 OperatingSystemSectionType VirtualSystemType.getOperatingSystemSection()
          Returns the value of the 'Operating System Section' reference.
 OperatingSystemSectionType DocumentRoot.getOperatingSystemSection()
          Returns the value of the 'Operating System Section' containment reference.
 

Methods in org.dmtf.schemas.ovf.envelope with parameters of type OperatingSystemSectionType
 void VirtualSystemType.setOperatingSystemSection(OperatingSystemSectionType value)
          Sets the value of the 'Operating System Section' reference.
 void DocumentRoot.setOperatingSystemSection(OperatingSystemSectionType value)
          Sets the value of the 'Operating System Section' containment reference.
 

Uses of OperatingSystemSectionType in org.dmtf.schemas.ovf.envelope.util
 

Methods in org.dmtf.schemas.ovf.envelope.util with parameters of type OperatingSystemSectionType
 T EnvelopeSwitch.caseOperatingSystemSectionType(OperatingSystemSectionType object)
          Returns the result of interpreting the object as an instance of 'Operating System Section Type'.
 boolean EnvelopeValidator.validateOperatingSystemSectionType(OperatingSystemSectionType operatingSystemSectionType, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 



© Copyright 2008 IBM Corp. 2008 All Rights Reserved