Package org.n52.shetland.w3c.wsdl.soap
Class SoapBinding
- java.lang.Object
-
- org.n52.shetland.w3c.wsdl.ExtensibilityElement
-
- org.n52.shetland.w3c.wsdl.soap.SoapBinding
-
- All Implemented Interfaces:
Comparable<ExtensibilityElement>
public class SoapBinding extends ExtensibilityElement
-
-
Constructor Summary
Constructors Constructor Description SoapBinding(String style, String transport)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(ExtensibilityElement o)booleanequals(Object obj)StringgetStyle()StringgetTransport()inthashCode()voidsetStyle(String style)voidsetTransport(String transport)-
Methods inherited from class org.n52.shetland.w3c.wsdl.ExtensibilityElement
getQName
-
-
-
-
Method Detail
-
getStyle
public String getStyle()
- Returns:
- the style
-
setStyle
public void setStyle(String style)
- Parameters:
style- the style to set
-
getTransport
public String getTransport()
- Returns:
- the transport
-
setTransport
public void setTransport(String transport)
- Parameters:
transport- the transport to set
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classExtensibilityElement
-
hashCode
public int hashCode()
- Overrides:
hashCodein classExtensibilityElement
-
compareTo
public int compareTo(ExtensibilityElement o)
- Specified by:
compareToin interfaceComparable<ExtensibilityElement>- Overrides:
compareToin classExtensibilityElement
-
-