Uses of Class
com.oracle.xmlns.webservices.jaxws_databinding.SoapBindingUse

Packages that use SoapBindingUse
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
protected  SoapBindingUse SoapBinding.use
           
 

Methods in com.oracle.xmlns.webservices.jaxws_databinding that return SoapBindingUse
static SoapBindingUse SoapBindingUse.fromValue(String v)
           
 SoapBindingUse SoapBinding.getUse()
          Gets the value of the use property.
static SoapBindingUse SoapBindingUse.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
 void SoapBinding.setUse(SoapBindingUse value)
          Sets the value of the use property.
 



Copyright © 2005-2012 Oracle Corporation. All Rights Reserved.