Uses of Class
org.xmlsoap.schemas.wsdl.soap.TStyleChoice

Packages that use TStyleChoice
org.xmlsoap.schemas.wsdl.soap   
 

Uses of TStyleChoice in org.xmlsoap.schemas.wsdl.soap
 

Fields in org.xmlsoap.schemas.wsdl.soap declared as TStyleChoice
static TStyleChoice TStyleChoice.rpc
           
static TStyleChoice TStyleChoice.document
           
 

Methods in org.xmlsoap.schemas.wsdl.soap that return TStyleChoice
 TStyleChoice TBinding.getStyle()
           
 TStyleChoice TOperation.getStyle()
           
static TStyleChoice TStyleChoice.fromValue(java.lang.String value)
           
static TStyleChoice TStyleChoice.fromString(java.lang.String value)
           
 

Methods in org.xmlsoap.schemas.wsdl.soap with parameters of type TStyleChoice
 void TBinding.setStyle(TStyleChoice style)
           
 void TOperation.setStyle(TStyleChoice style)