org.apache.beehive.wsm.jsr181.model.jsr181
Class SOAPBindingInfo

Object
  extended by SOAPBindingInfo
All Implemented Interfaces:
Serializable, BeehiveWsSOAPBindingInfo

public class SOAPBindingInfo
extends Object
implements Serializable, BeehiveWsSOAPBindingInfo

See Also:
Serialized Form

Constructor Summary
SOAPBindingInfo()
           
SOAPBindingInfo(SOAPBinding annotation)
           
 
Method Summary
 boolean equals(Object o)
           
 SOAPBinding.ParameterStyle getParameterStyle()
           
 SOAPBinding.Style getStyle()
           
 SOAPBinding.Use getUse()
           
 int hashCode()
           
 void setParameterStyle(SOAPBinding.ParameterStyle parameterStyle)
           
 void setStyle(SOAPBinding.Style style)
           
 void setUse(SOAPBinding.Use use)
           
 String toString()
           
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SOAPBindingInfo

public SOAPBindingInfo()

SOAPBindingInfo

public SOAPBindingInfo(SOAPBinding annotation)
Method Detail

getParameterStyle

public SOAPBinding.ParameterStyle getParameterStyle()
Specified by:
getParameterStyle in interface BeehiveWsSOAPBindingInfo
Returns:
Returns the parameterStyle.

setParameterStyle

public void setParameterStyle(SOAPBinding.ParameterStyle parameterStyle)
Specified by:
setParameterStyle in interface BeehiveWsSOAPBindingInfo
Parameters:
parameterStyle - The parameterStyle to set.

getStyle

public SOAPBinding.Style getStyle()
Specified by:
getStyle in interface BeehiveWsSOAPBindingInfo
Returns:
Returns the style.

setStyle

public void setStyle(SOAPBinding.Style style)
Specified by:
setStyle in interface BeehiveWsSOAPBindingInfo
Parameters:
style - The style to set.

getUse

public SOAPBinding.Use getUse()
Specified by:
getUse in interface BeehiveWsSOAPBindingInfo
Returns:
Returns the use.

setUse

public void setUse(SOAPBinding.Use use)
Specified by:
setUse in interface BeehiveWsSOAPBindingInfo
Parameters:
use - The use to set.

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object