public interface ExtensionElement
Based on a similar interface from WSDL4J element extensibility. TODO change this URL if the WSDL 2.0 namespace changes before spec is finalized.
Modifier and Type | Method and Description |
---|---|
QName |
getExtensionType() |
Boolean |
isRequired() |
void |
setExtensionType(QName qname) |
void |
setRequired(Boolean required) |
Copyright © 2005-2013 Apache Software Foundation. All Rights Reserved.