| |
|
| org.w3.ns.wsdl.impl.RequiredAttributeImpl
RequiredAttributeImpl | public class RequiredAttributeImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.w3.ns.wsdl.RequiredAttribute(Code) | | A document containing one required(@http://www.w3.org/ns/wsdl) attribute.
This is a complex type.
|
RequiredAttributeImpl | public RequiredAttributeImpl(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
|
|
|
|