org.eclipse.wst.wsdl
Interface ExtensibleElement

All Superinterfaces:
WSDLElement
All Known Subinterfaces:
Binding, BindingFault, BindingInput, BindingOperation, BindingOutput, Definition, Port, Service, Types

public interface ExtensibleElement
extends WSDLElement

A representation of the model object 'Extensible Element'. WSDL allows elements representing a specific technology (referred to here as extensibility elements) under various elements defined by WSDL. This class represents a WSDL point of extensibility.

The following features are supported:

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

Method Summary
 void addExtensibilityElement(ExtensibilityElement extElement)
           
 EList getEExtensibilityElements()
          Returns the value of the 'EExtensibility Elements' containment reference list.
 java.util.List getExtensibilityElements()
           
 
Methods inherited from interface org.eclipse.wst.wsdl.WSDLElement
elementChanged, getContainer, getDocumentationElement, getElement, getEnclosingDefinition, setDocumentationElement, setElement, setEnclosingDefinition, updateElement, updateElement
 

Method Detail

getEExtensibilityElements

public EList getEExtensibilityElements()
Returns the value of the 'EExtensibility Elements' containment reference list. The list contents are of type org.eclipse.wsdl.ExtensibilityElement.

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

Returns:
the value of the 'EExtensibility Elements' containment reference list.
See Also:
org.eclipse.wsdl.WSDLPackage#getExtensibleElement_EExtensibilityElements()

getExtensibilityElements

public java.util.List getExtensibilityElements()


addExtensibilityElement

public void addExtensibilityElement(ExtensibilityElement extElement)