org.eclipse.wst.wsdl
Interface UnknownExtensibilityElement

All Superinterfaces:
ExtensibilityElement, WSDLElement

public interface UnknownExtensibilityElement
extends ExtensibilityElement

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

The following features are supported:

See Also:
org.eclipse.wsdl.WSDLPackage#getUnknownExtensibilityElement()

Method Summary
 EList getChildren()
          Returns the value of the 'Children' 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
 

Method Detail

getChildren

public EList getChildren()
Returns the value of the 'Children' reference list. The list contents are of type org.eclipse.wsdl.UnknownExtensibilityElement. It is bidirectional and its opposite is 'Parent'.

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' reference list.
See Also:
org.eclipse.wsdl.WSDLPackage#getUnknownExtensibilityElement_Children(), org.eclipse.wsdl.UnknownExtensibilityElement#getParent