org.eclipse.wst.wsdl
Interface UnknownExtensibilityElement

All Superinterfaces:
org.eclipse.emf.ecore.EObject, ExtensibilityElement, org.eclipse.emf.common.notify.Notifier, WSDLElement

public interface UnknownExtensibilityElement
extends ExtensibilityElement

A representation of the model object 'Unknown Extensibility Element'.

Since:
1.0
See Also:
WSDLPackage.getUnknownExtensibilityElement()

Method Summary
 org.eclipse.emf.common.util.EList getChildren()
          Returns the value of the 'Children' containment reference list.
 
Methods inherited from interface org.eclipse.wst.wsdl.ExtensibilityElement
getElementType, isRequired, setElementType, setRequired
 
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

getChildren

org.eclipse.emf.common.util.EList getChildren()
Returns the value of the 'Children' containment reference list. The list contents are of type UnknownExtensibilityElement.

If the meaning of the 'Children' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Children' containment reference list.
See Also:
WSDLPackage.getUnknownExtensibilityElement_Children()