javax.wsdl.extensions
public interface ExtensibilityElement
| Method Summary | |
|---|---|
| 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. |
Returns: the extensibility element's type
Parameters: elementType the type