Package org.n52.shetland.w3c.wsdl.soap
Class SoapOperation
- java.lang.Object
-
- org.n52.shetland.w3c.wsdl.ExtensibilityElement
-
- org.n52.shetland.w3c.wsdl.soap.SoapOperation
-
- All Implemented Interfaces:
Comparable<ExtensibilityElement>
public class SoapOperation extends ExtensibilityElement
-
-
Constructor Summary
Constructors Constructor Description SoapOperation(String style, URI action)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(ExtensibilityElement o)booleanequals(Object obj)URIgetAction()StringgetStyle()inthashCode()voidsetAction(URI action)voidsetStyle(String style)-
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
-
getAction
public URI getAction()
- Returns:
- the action
-
setAction
public void setAction(URI action)
- Parameters:
action- the action 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
-
-