Uses of Class
com.oracle.xmlns.webservices.jaxws_databinding.SoapBindingParameterStyle
-
Packages that use SoapBindingParameterStyle Package Description com.oracle.xmlns.webservices.jaxws_databinding -
-
Uses of SoapBindingParameterStyle in com.oracle.xmlns.webservices.jaxws_databinding
Fields in com.oracle.xmlns.webservices.jaxws_databinding declared as SoapBindingParameterStyle Modifier and Type Field Description protected SoapBindingParameterStyleXmlSOAPBinding. parameterStyleMethods in com.oracle.xmlns.webservices.jaxws_databinding that return SoapBindingParameterStyle Modifier and Type Method Description static SoapBindingParameterStyleSoapBindingParameterStyle. fromValue(String v)SoapBindingParameterStyleXmlSOAPBinding. getParameterStyle()Gets the value of the parameterStyle property.static SoapBindingParameterStyleSoapBindingParameterStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static SoapBindingParameterStyle[]SoapBindingParameterStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.xmlns.webservices.jaxws_databinding with parameters of type SoapBindingParameterStyle Modifier and Type Method Description voidXmlSOAPBinding. setParameterStyle(SoapBindingParameterStyle value)Sets the value of the parameterStyle property.
-