Uses of Class
org.w3._2003._05.soap_envelope.SupportedEnvType
-
Packages that use SupportedEnvType Package Description org.w3._2003._05.soap_envelope -
-
Uses of SupportedEnvType in org.w3._2003._05.soap_envelope
Fields in org.w3._2003._05.soap_envelope with type parameters of type SupportedEnvType Modifier and Type Field Description protected List<SupportedEnvType>
UpgradeType. supportedEnvelope
Methods in org.w3._2003._05.soap_envelope that return SupportedEnvType Modifier and Type Method Description SupportedEnvType
ObjectFactory. createSupportedEnvType()
Create an instance ofSupportedEnvType
SupportedEnvType
SupportedEnvType. withQname(QName value)
Methods in org.w3._2003._05.soap_envelope that return types with arguments of type SupportedEnvType Modifier and Type Method Description List<SupportedEnvType>
UpgradeType. getSupportedEnvelope()
Gets the value of the supportedEnvelope property.Methods in org.w3._2003._05.soap_envelope with parameters of type SupportedEnvType Modifier and Type Method Description UpgradeType
UpgradeType. withSupportedEnvelope(SupportedEnvType... values)
Method parameters in org.w3._2003._05.soap_envelope with type arguments of type SupportedEnvType Modifier and Type Method Description UpgradeType
UpgradeType. withSupportedEnvelope(Collection<SupportedEnvType> values)
-