org.eclipse.wst.wsdl
Interface ExtensibilityElement

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, WSDLElement
All Known Subinterfaces:
UnknownExtensibilityElement, XSDSchemaExtensibilityElement

public interface ExtensibilityElement
extends WSDLElement

A representation of the model object 'Extensibility Element'.

Since:
1.0
See Also:
WSDLPackage.getExtensibilityElement()

Method Summary
 javax.xml.namespace.QName getElementType()
          Returns the value of the 'Element Type' attribute
 boolean isRequired()
          Returns the value of the 'Required' attribute
 void setElementType(javax.xml.namespace.QName value)
          Sets the value of the 'Element Type' attribute
 void setRequired(boolean value)
          Sets the value of the 'Required' attribute
 
Methods inherited from interface org.eclipse.wst.wsdl.WSDLElement
elementChanged, getContainer, getDocumentationElement, getElement, getEnclosingDefinition, setDocumentationElement, setElement, setEnclosingDefinition, updateElement, updateElement
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

isRequired

boolean isRequired()
Returns the value of the 'Required' attribute.

If the meaning of the 'Required' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Required' attribute.
See Also:
setRequired(boolean), WSDLPackage.getExtensibilityElement_Required()

setRequired

void setRequired(boolean value)
Sets the value of the 'Required' attribute.

Parameters:
value - the new value of the 'Required' attribute.
See Also:
isRequired()

getElementType

javax.xml.namespace.QName getElementType()
Returns the value of the 'Element Type' attribute.

If the meaning of the 'Element Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Element Type' attribute.
See Also:
setElementType(QName), WSDLPackage.getExtensibilityElement_ElementType()

setElementType

void setElementType(javax.xml.namespace.QName value)
Sets the value of the 'Element Type' attribute.

Parameters:
value - the new value of the 'Element Type' attribute.
See Also:
getElementType()