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

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

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

Methods in com.ibm.adt.ovf.model.utility that return AnnotationSectionType
protected  AnnotationSectionType ImportVMwareAction.extractAnnotationSection(EnvelopeType envelope)
          Locate or create the AnnotationSection.
 

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

Methods in org.dmtf.schemas.ovf.envelope that return AnnotationSectionType
 AnnotationSectionType EnvelopeFactory.createAnnotationSectionType()
          Returns a new object of class 'Annotation Section Type'.
 AnnotationSectionType DocumentRoot.getAnnotationSection()
          Returns the value of the 'Annotation Section' containment reference.
 AnnotationSectionType ContentType.getAnnotationSection()
          Returns the value of the 'Annotation Section' reference.
 

Methods in org.dmtf.schemas.ovf.envelope with parameters of type AnnotationSectionType
 void DocumentRoot.setAnnotationSection(AnnotationSectionType value)
          Sets the value of the 'Annotation Section' containment reference.
 void ContentType.setAnnotationSection(AnnotationSectionType value)
          Sets the value of the 'Annotation Section' reference.
 

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

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



© Copyright 2008 IBM Corp. 2008 All Rights Reserved