Uses of Class
org.w3.soap.SupportedEnvType

Packages that use SupportedEnvType
org.w3.soap   
 

Uses of SupportedEnvType in org.w3.soap
 

Fields in org.w3.soap with type parameters of type SupportedEnvType
protected  List<SupportedEnvType> Upgrade.supportedEnvelopes
           
 

Methods in org.w3.soap that return SupportedEnvType
 SupportedEnvType ObjectFactory.createSupportedEnvType()
          Create an instance of SupportedEnvType
 SupportedEnvType SupportedEnvType.withQname(QName value)
           
 

Methods in org.w3.soap that return types with arguments of type SupportedEnvType
 List<SupportedEnvType> Upgrade.getSupportedEnvelopes()
          Gets the value of the supportedEnvelopes property.
 

Methods in org.w3.soap with parameters of type SupportedEnvType
 Upgrade Upgrade.withSupportedEnvelopes(SupportedEnvType... values)
           
 

Method parameters in org.w3.soap with type arguments of type SupportedEnvType
 void Upgrade.setSupportedEnvelopes(List<SupportedEnvType> value)
           
 Upgrade Upgrade.withSupportedEnvelopes(Collection<SupportedEnvType> values)
           
 Upgrade Upgrade.withSupportedEnvelopes(List<SupportedEnvType> value)
           
 

Constructor parameters in org.w3.soap with type arguments of type SupportedEnvType
Upgrade(List<SupportedEnvType> supportedEnvelopes)
          Fully-initialising value constructor
 



Copyright © 2014 Digipost Open Source. All Rights Reserved.