com.ibm.wsdl.extensions.http

Class HTTPOperationImpl

public class HTTPOperationImpl extends Object implements HTTPOperation

Author: Matthew J. Duftler (duftler@us.ibm.com)

Field Summary
protected QNameelementType
protected StringlocationURI
protected Booleanrequired
static longserialVersionUID
Method Summary
QNamegetElementType()
Get the type of this extensibility element.
StringgetLocationURI()
Get the location URI for this HTTP operation.
BooleangetRequired()
Get whether or not the semantics of this extension are required.
voidsetElementType(QName elementType)
Set the type of this extensibility element.
voidsetLocationURI(String locationURI)
Set the location URI for this HTTP operation.
voidsetRequired(Boolean required)
Set whether or not the semantics of this extension are required.
StringtoString()

Field Detail

elementType

protected QName elementType

locationURI

protected String locationURI

required

protected Boolean required

serialVersionUID

public static final long serialVersionUID

Method Detail

getElementType

public QName getElementType()
Get the type of this extensibility element.

Returns: the extensibility element's type

getLocationURI

public String getLocationURI()
Get the location URI for this HTTP operation.

getRequired

public Boolean getRequired()
Get whether or not the semantics of this extension are required. Relates to the wsdl:required attribute.

setElementType

public void setElementType(QName elementType)
Set the type of this extensibility element.

Parameters: elementType the type

setLocationURI

public void setLocationURI(String locationURI)
Set the location URI for this HTTP operation.

Parameters: 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.

toString

public String toString()
Copyright B) 2003,2005 IBM. All Rights Reserved.