| org.w3.ns.wsdl.ExtensionElement
All known Subclasses: org.w3.ns.wsdl.impl.ExtensionElementImpl,
ExtensionElement | public interface ExtensionElement extends org.apache.xmlbeans.XmlObject(Code) | | An XML ExtensionElement(@http://www.w3.org/ns/wsdl).
This is a complex type.
|
Inner Class :final public static class Factory | |
Field Summary | |
final public static org.apache.xmlbeans.SchemaType | type |
type | final public static org.apache.xmlbeans.SchemaType type(Code) | | |
getRequired | boolean getRequired()(Code) | | Gets the "required" attribute
|
isSetRequired | boolean isSetRequired()(Code) | | True if has "required" attribute
|
setRequired | void setRequired(boolean required)(Code) | | Sets the "required" attribute
|
unsetRequired | void unsetRequired()(Code) | | Unsets the "required" attribute
|
xgetRequired | org.apache.xmlbeans.XmlBoolean xgetRequired()(Code) | | Gets (as xml) the "required" attribute
|
xsetRequired | void xsetRequired(org.apache.xmlbeans.XmlBoolean required)(Code) | | Sets (as xml) the "required" attribute
|
|
|