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