|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.oracle.xmlns.webservices.jaxws_databinding.XmlSOAPBinding
public class XmlSOAPBinding
This file was generated by JAXB-RI v2.2.6 and afterwards modified to implement appropriate Annotation
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>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.jws.soap.SOAPBinding |
|---|
SOAPBinding.ParameterStyle, SOAPBinding.Style, SOAPBinding.Use |
| Field Summary | |
|---|---|
protected SoapBindingParameterStyle |
parameterStyle
|
protected SoapBindingStyle |
style
|
protected SoapBindingUse |
use
|
| Constructor Summary | |
|---|---|
XmlSOAPBinding()
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.lang.annotation.Annotation |
|---|
equals, hashCode, toString |
| Field Detail |
|---|
protected SoapBindingStyle style
protected SoapBindingUse use
protected SoapBindingParameterStyle parameterStyle
| Constructor Detail |
|---|
public XmlSOAPBinding()
| Method Detail |
|---|
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 Annotation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||