| |
|
| org.w3.ns.wsdl.impl.ExtensionElementImpl
ExtensionElementImpl | public class ExtensionElementImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.w3.ns.wsdl.ExtensionElement(Code) | | An XML ExtensionElement(@http://www.w3.org/ns/wsdl).
This is a complex type.
|
ExtensionElementImpl | public ExtensionElementImpl(org.apache.xmlbeans.SchemaType sType)(Code) | | |
getRequired | public boolean getRequired()(Code) | | Gets the "required" attribute
|
isSetRequired | public boolean isSetRequired()(Code) | | True if has "required" attribute
|
setRequired | public void setRequired(boolean required)(Code) | | Sets the "required" attribute
|
unsetRequired | public void unsetRequired()(Code) | | Unsets the "required" attribute
|
xgetRequired | public org.apache.xmlbeans.XmlBoolean xgetRequired()(Code) | | Gets (as xml) the "required" attribute
|
xsetRequired | public void xsetRequired(org.apache.xmlbeans.XmlBoolean required)(Code) | | Sets (as xml) the "required" attribute
|
|
|
|