com.ibm.wsdl.extensions.soap
public class SOAPAddressImpl extends Object implements SOAPAddress
Field Summary | |
---|---|
protected QName | elementType |
protected String | locationURI |
protected Boolean | required |
static long | serialVersionUID |
Method Summary | |
---|---|
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() |
Returns: the extensibility element's type
Parameters: elementType the type
Parameters: locationURI the desired location URI