com.oracle.xmlns.webservices.jaxws_databinding
Class XmlSOAPBinding

java.lang.Object
  extended by com.oracle.xmlns.webservices.jaxws_databinding.XmlSOAPBinding
All Implemented Interfaces:
Annotation, SOAPBinding

public class XmlSOAPBinding
extends Object
implements SOAPBinding

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

style

protected SoapBindingStyle style

use

protected SoapBindingUse use

parameterStyle

protected SoapBindingParameterStyle parameterStyle
Constructor Detail

XmlSOAPBinding

public XmlSOAPBinding()
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 is SoapBindingStyle

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 is SoapBindingUse

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 is SoapBindingParameterStyle

style

public SOAPBinding.Style style()

use

public SOAPBinding.Use use()

parameterStyle

public SOAPBinding.ParameterStyle parameterStyle()

annotationType

public Class<? extends Annotation> annotationType()
Specified by:
annotationType in interface Annotation


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.