com.ibm.wsdl.extensions.soap

Class SOAPAddressImpl

public class SOAPAddressImpl extends Object implements SOAPAddress

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 SOAP address.
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 SOAP address.
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 SOAP address.

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 SOAP address.

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