com.ibm.wsdl.extensions.http
public class HTTPOperationImpl extends Object implements HTTPOperation
| Field Summary | |
|---|---|
| protected QName | elementType |
| protected String | locationURI |
| protected Boolean | required |
| static long | serialVersionUID |
| Method Summary | |
|---|---|
| QName | getElementType()
Get the type of this extensibility element.
|
| String | getLocationURI()
Get the location URI for this HTTP operation. |
| Boolean | getRequired()
Get whether or not the semantics of this extension
are required. |
| void | setElementType(QName elementType)
Set the type of this extensibility element.
|
| void | setLocationURI(String locationURI)
Set the location URI for this HTTP operation.
|
| void | setRequired(Boolean required)
Set whether or not the semantics of this extension
are required. |
| String | toString() |
Returns: the extensibility element's type
Parameters: elementType the type
Parameters: locationURI the desired location URI