com.ibm.wsdl.extensions.http

Class HTTPUrlReplacementImpl

public class HTTPUrlReplacementImpl extends Object implements HTTPUrlReplacement

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

Field Summary
protected QNameelementType
protected Booleanrequired
static longserialVersionUID
Method Summary
QNamegetElementType()
Get the type of this extensibility element.
BooleangetRequired()
Get whether or not the semantics of this extension are required.
voidsetElementType(QName elementType)
Set the type of this extensibility element.
voidsetRequired(Boolean required)
Set whether or not the semantics of this extension are required.
StringtoString()

Field Detail

elementType

protected QName elementType

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

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

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 © 2003,2005 IBM. All Rights Reserved.