Uses of Class
com.oracle.xmlns.webservices.jaxws_databinding.SoapBindingStyle
-
Packages that use SoapBindingStyle Package Description com.oracle.xmlns.webservices.jaxws_databinding -
-
Uses of SoapBindingStyle in com.oracle.xmlns.webservices.jaxws_databinding
Fields in com.oracle.xmlns.webservices.jaxws_databinding declared as SoapBindingStyle Modifier and Type Field Description protected SoapBindingStyleXmlSOAPBinding. styleMethods in com.oracle.xmlns.webservices.jaxws_databinding that return SoapBindingStyle Modifier and Type Method Description static SoapBindingStyleSoapBindingStyle. fromValue(String v)SoapBindingStyleXmlSOAPBinding. getStyle()Gets the value of the style property.static SoapBindingStyleSoapBindingStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static SoapBindingStyle[]SoapBindingStyle. 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 SoapBindingStyle Modifier and Type Method Description voidXmlSOAPBinding. setStyle(SoapBindingStyle value)Sets the value of the style property.
-