com.ibm.wsdl.extensions.soap12
Class SOAP12AddressImpl
java.lang.Object
com.ibm.wsdl.extensions.soap12.SOAP12AddressImpl
- ExtensibilityElement, java.io.Serializable, SOAP12Address
public class SOAP12AddressImpl
extends java.lang.Object
Copied from com.ibm.wsdl.extensions.soap.SOAPAddressImpl
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
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 SOAP12Address
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,2006 IBM. All Rights Reserved.