com.ibm.wsdl.extensions.http
Class HTTPOperationImpl
java.lang.Object
com.ibm.wsdl.extensions.http.HTTPOperationImpl
- ExtensibilityElement, HTTPOperation, java.io.Serializable
public class HTTPOperationImpl
extends java.lang.Object
- Matthew J. Duftler (duftler@us.ibm.com)
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()
|
elementType
protected QName elementType
locationURI
protected String locationURI
required
protected Boolean required
serialVersionUID
public static final long serialVersionUID
getRequired
public Boolean getRequired()
Get whether or not the semantics of this extension
are required. Relates to the wsdl:required attribute.
- getRequired in interface ExtensibilityElement
setLocationURI
public void setLocationURI(String locationURI)
Set the location URI for this HTTP operation.
- setLocationURI in interface HTTPOperation
locationURI
- the desired location URI
setRequired
public void setRequired(Boolean required)
Set whether or not the semantics of this extension
are required. Relates to the wsdl:required attribute.
- setRequired in interface ExtensibilityElement
toString
public String toString()
Copyright B) 2003,2006 IBM. All Rights Reserved.