| org.objectweb.celtix.wsdl.TExtensibilityElementImpl
TExtensibilityElementImpl | public class TExtensibilityElementImpl extends TExtensibilityElement implements ExtensibilityElement(Code) | | Implements the ExtensibilityElement interface.
|
getElementType | public QName getElementType()(Code) | | Returns the type of this extensibility element.
QName the type of this element. |
getRequired | public Boolean getRequired()(Code) | | Get whether or not the semantics of this extension are required.
Relates to the wsdl:required attribute.
Boolean |
setElementType | public void setElementType(QName type)(Code) | | Sets the type of this extensibility element.
Parameters: type - QName the type of this element. |
|
|