Class XmlSOAPBinding
- java.lang.Object
-
- com.oracle.xmlns.webservices.jaxws_databinding.XmlSOAPBinding
-
- All Implemented Interfaces:
Annotation
public class XmlSOAPBinding extends Object implements jakarta.jws.soap.SOAPBinding
This file was generated by JAXB-RI v2.2.6 and afterwards modified to implement appropriate AnnotationJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected SoapBindingParameterStyle
parameterStyle
protected SoapBindingStyle
style
protected SoapBindingUse
use
-
Constructor Summary
Constructors Constructor Description XmlSOAPBinding()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.jakarta.jws.soap.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.jakarta.jws.soap.SOAPBinding.Style
style()
jakarta.jws.soap.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
-
style
protected SoapBindingStyle style
-
use
protected SoapBindingUse use
-
parameterStyle
protected SoapBindingParameterStyle parameterStyle
-
-
Method Detail
-
getStyle
public SoapBindingStyle getStyle()
Gets the value of the style property.- Returns:
- possible object is
SoapBindingStyle
-
setStyle
public void setStyle(SoapBindingStyle value)
Sets the value of the style property.- Parameters:
value
- allowed object isSoapBindingStyle
-
getUse
public SoapBindingUse getUse()
Gets the value of the use property.- Returns:
- possible object is
SoapBindingUse
-
setUse
public void setUse(SoapBindingUse value)
Sets the value of the use property.- Parameters:
value
- allowed object isSoapBindingUse
-
getParameterStyle
public SoapBindingParameterStyle getParameterStyle()
Gets the value of the parameterStyle property.- Returns:
- possible object is
SoapBindingParameterStyle
-
setParameterStyle
public void setParameterStyle(SoapBindingParameterStyle value)
Sets the value of the parameterStyle property.- Parameters:
value
- allowed object isSoapBindingParameterStyle
-
style
public jakarta.jws.soap.SOAPBinding.Style style()
-
use
public jakarta.jws.soap.SOAPBinding.Use use()
-
parameterStyle
public jakarta.jws.soap.SOAPBinding.ParameterStyle parameterStyle()
-
annotationType
public Class<? extends Annotation> annotationType()
- Specified by:
annotationType
in interfaceAnnotation
-
-