public class XmlSOAPBinding extends Object implements SOAPBinding
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="style" type="{http://xmlns.oracle.com/webservices/jaxws-databinding}soap-binding-style" default="DOCUMENT" /> <attribute name="use" type="{http://xmlns.oracle.com/webservices/jaxws-databinding}soap-binding-use" default="LITERAL" /> <attribute name="parameter-style" type="{http://xmlns.oracle.com/webservices/jaxws-databinding}soap-binding-parameter-style" default="WRAPPED" /> </restriction> </complexContent> </complexType>
SOAPBinding.ParameterStyle, SOAPBinding.Style, SOAPBinding.Use
Modifier and Type | Field and Description |
---|---|
protected SoapBindingParameterStyle |
parameterStyle |
protected SoapBindingStyle |
style |
protected SoapBindingUse |
use |
Constructor and Description |
---|
XmlSOAPBinding() |
Modifier and Type | Method and Description |
---|---|
Class<? extends Annotation> |
annotationType() |
SoapBindingParameterStyle |
getParameterStyle()
Gets the value of the parameterStyle property.
|
SoapBindingStyle |
getStyle()
Gets the value of the style property.
|
SoapBindingUse |
getUse()
Gets the value of the use property.
|
SOAPBinding.ParameterStyle |
parameterStyle() |
void |
setParameterStyle(SoapBindingParameterStyle value)
Sets the value of the parameterStyle property.
|
void |
setStyle(SoapBindingStyle value)
Sets the value of the style property.
|
void |
setUse(SoapBindingUse value)
Sets the value of the use property.
|
SOAPBinding.Style |
style() |
SOAPBinding.Use |
use() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, toString
protected SoapBindingStyle style
protected SoapBindingUse use
protected SoapBindingParameterStyle parameterStyle
public SoapBindingStyle getStyle()
SoapBindingStyle
public void setStyle(SoapBindingStyle value)
value
- allowed object is
SoapBindingStyle
public SoapBindingUse getUse()
SoapBindingUse
public void setUse(SoapBindingUse value)
value
- allowed object is
SoapBindingUse
public SoapBindingParameterStyle getParameterStyle()
SoapBindingParameterStyle
public void setParameterStyle(SoapBindingParameterStyle value)
value
- allowed object is
SoapBindingParameterStyle
public SOAPBinding.Style style()
public SOAPBinding.Use use()
public SOAPBinding.ParameterStyle parameterStyle()
public Class<? extends Annotation> annotationType()
annotationType
in interface Annotation
Copyright © 2017 Oracle Corporation. All rights reserved.