com.ibm.wsdl.extensions.soap
Class SOAPAddressImpl
java.lang.Object
com.ibm.wsdl.extensions.soap.SOAPAddressImpl
- ExtensibilityElement, java.io.Serializable, SOAPAddress
public class SOAPAddressImpl
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 SOAP address.
|
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 SOAP address.
|
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
- 1L
getLocationURI
public String getLocationURI()
Get the location URI for this SOAP address.
- getLocationURI in interface SOAPAddress
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 SOAP address.
- setLocationURI in interface SOAPAddress
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,2005 IBM. All Rights Reserved.