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

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

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

Methods in org.dmtf.schemas.ovf.envelope that return MsgType
 MsgType EnvelopeFactory.createMsgType()
          Returns a new object of class 'Msg Type'.
 MsgType EnvelopeFactory.createMsgTypeFromString(java.lang.String value)
           
 MsgType EnvelopeFactory.createMsgTypeFromString(java.lang.String msgid, java.lang.String value)
           
 MsgType AnnotationSectionType.getAnnotation()
          Returns the value of the 'Annotation' containment reference.
 MsgType PropertyType.getCategory()
          Returns the value of the 'Category' reference.
 MsgType PropertyType.getDescription()
          Returns the value of the 'Description' containment reference.
 MsgType OperatingSystemSectionType.getDescription()
          Returns the value of the 'Description' containment reference.
 MsgType NetworkType.getDescription()
          Returns the value of the 'Description' containment reference.
 MsgType ConfigurationType.getDescription()
          Returns the value of the 'Description' containment reference.
 MsgType SectionType.getInfo()
          Returns the value of the 'Info' containment reference.
 MsgType ContentType.getInfo()
          Returns the value of the 'Info' containment reference.
 MsgType PropertyType.getLabel()
          Returns the value of the 'Label' containment reference.
 MsgType ConfigurationType.getLabel()
          Returns the value of the 'Label' containment reference.
 MsgType EulaSectionType.getLicense()
          Returns the value of the 'License' containment reference.
 MsgType ContentType.getName()
          Returns the value of the 'Name' containment reference.
 MsgType ProductSectionType.getProduct()
          Returns the value of the 'Product' containment reference.
 MsgType ProductSectionType.getVendor()
          Returns the value of the 'Vendor' containment reference.
 

Methods in org.dmtf.schemas.ovf.envelope that return types with arguments of type MsgType
 EList<MsgType> ProductSectionType.getCategory()
          Returns the value of the 'Category' containment reference list.
 

Methods in org.dmtf.schemas.ovf.envelope with parameters of type MsgType
 void ProductSectionType.addCategory(MsgType category)
          Add a category to the end of the product section
 void ProductSectionType.addProperty(PropertyType property, MsgType category)
          Add a property to the given category in a product section.
 EList<PropertyType> ProductSectionType.getProperty(MsgType category)
          Return all the properties in a given category
 void AnnotationSectionType.setAnnotation(MsgType value)
          Sets the value of the 'Annotation' containment reference.
 void PropertyType.setDescription(MsgType value)
          Sets the value of the 'Description' containment reference.
 void OperatingSystemSectionType.setDescription(MsgType value)
          Sets the value of the 'Description' containment reference.
 void NetworkType.setDescription(MsgType value)
          Sets the value of the 'Description' containment reference.
 void ConfigurationType.setDescription(MsgType value)
          Sets the value of the 'Description' containment reference.
 void SectionType.setInfo(MsgType value)
          Sets the value of the 'Info' containment reference.
 void ContentType.setInfo(MsgType value)
          Sets the value of the 'Info' containment reference.
 void PropertyType.setLabel(MsgType value)
          Sets the value of the 'Label' containment reference.
 void ConfigurationType.setLabel(MsgType value)
          Sets the value of the 'Label' containment reference.
 void EulaSectionType.setLicense(MsgType value)
          Sets the value of the 'License' containment reference.
 void ContentType.setName(MsgType value)
          Sets the value of the 'Name' containment reference.
 void ProductSectionType.setProduct(MsgType value)
          Sets the value of the 'Product' containment reference.
 void ProductSectionType.setVendor(MsgType value)
          Sets the value of the 'Vendor' containment reference.
 

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

Methods in org.dmtf.schemas.ovf.envelope.util with parameters of type MsgType
 T EnvelopeSwitch.caseMsgType(MsgType object)
          Returns the result of interpreting the object as an instance of 'Msg Type'.
 EStructuralFeature EnvelopeHelper.ExtensionAttributeFeatureSwitch.caseMsgType(MsgType object)
           
 boolean EnvelopeValidator.validateMsgType(MsgType msgType, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 



© Copyright 2008 IBM Corp. 2008 All Rights Reserved