Class XmlSOAPBinding
java.lang.Object
com.oracle.xmlns.webservices.jaxws_databinding.XmlSOAPBinding
- All Implemented Interfaces:
Annotation
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 jakarta.jws.soap.SOAPBinding
jakarta.jws.soap.SOAPBinding.ParameterStyle, jakarta.jws.soap.SOAPBinding.Style, jakarta.jws.soap.SOAPBinding.Use -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SoapBindingParameterStyleprotected SoapBindingStyleprotected SoapBindingUse -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>Gets the value of the parameterStyle property.getStyle()Gets the value of the style property.getUse()Gets the value of the use property.jakarta.jws.soap.SOAPBinding.ParameterStylevoidSets the value of the parameterStyle property.voidsetStyle(SoapBindingStyle value) Sets the value of the style property.voidsetUse(SoapBindingUse value) Sets the value of the use property.jakarta.jws.soap.SOAPBinding.Stylestyle()jakarta.jws.soap.SOAPBinding.Useuse()
-
Field Details
-
style
-
use
-
parameterStyle
-
-
Constructor Details
-
XmlSOAPBinding
public XmlSOAPBinding()
-
-
Method Details
-
getStyle
Gets the value of the style property.- Returns:
- possible object is
SoapBindingStyle
-
setStyle
Sets the value of the style property.- Parameters:
value- allowed object isSoapBindingStyle
-
getUse
Gets the value of the use property.- Returns:
- possible object is
SoapBindingUse
-
setUse
Sets the value of the use property.- Parameters:
value- allowed object isSoapBindingUse
-
getParameterStyle
Gets the value of the parameterStyle property.- Returns:
- possible object is
SoapBindingParameterStyle
-
setParameterStyle
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
- Specified by:
annotationTypein interfaceAnnotation
-