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, waitequals, hashCode, toStringprotected SoapBindingStyle style
protected SoapBindingUse use
protected SoapBindingParameterStyle parameterStyle
public SoapBindingStyle getStyle()
SoapBindingStylepublic void setStyle(SoapBindingStyle value)
value - allowed object is
SoapBindingStylepublic SoapBindingUse getUse()
SoapBindingUsepublic void setUse(SoapBindingUse value)
value - allowed object is
SoapBindingUsepublic SoapBindingParameterStyle getParameterStyle()
SoapBindingParameterStylepublic void setParameterStyle(SoapBindingParameterStyle value)
value - allowed object is
SoapBindingParameterStylepublic SOAPBinding.Style style()
public SOAPBinding.Use use()
public SOAPBinding.ParameterStyle parameterStyle()
public Class<? extends Annotation> annotationType()
annotationType in interface AnnotationCopyright © 2005–2017 Oracle Corporation. All rights reserved.