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

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

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

Methods in org.dmtf.schemas.ovf.envelope that return StringsType
 StringsType EnvelopeFactory.createStringsType()
          Returns a new object of class 'Strings Type'.
 StringsType StringMsg.getStrings()
          Returns the value of the 'Strings' container reference.
 StringsType DocumentRoot.getStrings()
          Returns the value of the 'Strings' containment reference.
 

Methods in org.dmtf.schemas.ovf.envelope that return types with arguments of type StringsType
 EList<StringsType> EnvelopeType.getStrings()
          Returns the value of the 'Strings' containment reference list.
 

Methods in org.dmtf.schemas.ovf.envelope with parameters of type StringsType
 void StringMsg.setStrings(StringsType value)
          Sets the value of the 'Strings' container reference.
 void DocumentRoot.setStrings(StringsType value)
          Sets the value of the 'Strings' containment reference.
 

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

Methods in org.dmtf.schemas.ovf.envelope.util with parameters of type StringsType
 T EnvelopeSwitch.caseStringsType(StringsType object)
          Returns the result of interpreting the object as an instance of 'Strings Type'.
 EStructuralFeature EnvelopeHelper.ExtensionAttributeFeatureSwitch.caseStringsType(StringsType object)
           
 boolean EnvelopeValidator.validateStringsType(StringsType stringsType, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 boolean EnvelopeValidator.validateStringsTypeGen(StringsType stringsType, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 



© Copyright 2008 IBM Corp. 2008 All Rights Reserved