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

Packages that use NetworkSectionType
com.ibm.adt.ovf.model.utility   
org.dmtf.schemas.ovf.envelope   
org.dmtf.schemas.ovf.envelope.util   
 

Uses of NetworkSectionType in com.ibm.adt.ovf.model.utility
 

Methods in com.ibm.adt.ovf.model.utility that return NetworkSectionType
protected  NetworkSectionType ImportVMwareAction.extractNetworkSection(EnvelopeType envelope)
          Locate or create the NetworkSection
 

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

Methods in org.dmtf.schemas.ovf.envelope that return NetworkSectionType
 NetworkSectionType EnvelopeFactory.createNetworkSectionType()
          Returns a new object of class 'Network Section Type'.
 NetworkSectionType NetworkType.getNetworkSection()
          Returns the value of the 'Network Section' container reference.
 NetworkSectionType EnvelopeType.getNetworkSection()
          Returns the value of the 'Network Section' reference.
 NetworkSectionType DocumentRoot.getNetworkSection()
          Returns the value of the 'Network Section' containment reference.
 

Methods in org.dmtf.schemas.ovf.envelope with parameters of type NetworkSectionType
 void NetworkType.setNetworkSection(NetworkSectionType value)
          Sets the value of the 'Network Section' container reference.
 void EnvelopeType.setNetworkSection(NetworkSectionType value)
          Sets the value of the 'Network Section' reference.
 void DocumentRoot.setNetworkSection(NetworkSectionType value)
          Sets the value of the 'Network Section' containment reference.
 

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

Methods in org.dmtf.schemas.ovf.envelope.util with parameters of type NetworkSectionType
 T EnvelopeSwitch.caseNetworkSectionType(NetworkSectionType object)
          Returns the result of interpreting the object as an instance of 'Network Section Type'.
 boolean EnvelopeValidator.validateNetworkSectionType(NetworkSectionType networkSectionType, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 



© Copyright 2008 IBM Corp. 2008 All Rights Reserved