com.ibm.wsdl.extensions.http
Class HTTPUrlEncodedImpl
java.lang.Object
com.ibm.wsdl.extensions.http.HTTPUrlEncodedImpl
- ExtensibilityElement, HTTPUrlEncoded, java.io.Serializable
public class HTTPUrlEncodedImpl
extends java.lang.Object
- Matthew J. Duftler (duftler@us.ibm.com)
QName | getElementType() - Get the type of this extensibility element.
|
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 | setRequired(Boolean required) - Set whether or not the semantics of this extension
are required.
|
String | toString()
|
elementType
protected QName elementType
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
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()