org.eclipse.wst.wsdl
Interface BindingOperation

All Superinterfaces:
ExtensibleElement, WSDLElement

public interface BindingOperation
extends ExtensibleElement

A representation of the model object 'Binding Operation'. This class represents a WSDL operation element within a binding. An operation element within a binding specifies binding information for the operation with the same name within the binding's portType.

The following features are supported:

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

Method Summary
 EList getEBindingFaults()
          Returns the value of the 'EBinding Faults' containment reference list.
 BindingInput getEBindingInput()
          Returns the value of the 'EBinding Input' containment reference.
 BindingOutput getEBindingOutput()
          Returns the value of the 'EBinding Output' containment reference.
 Operation getEOperation()
          Returns the value of the 'EOperation' reference.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 void setEBindingInput(BindingInput value)
          Sets the value of the 'EBinding Input' containment reference.
 void setEBindingOutput(BindingOutput value)
          Sets the value of the 'EBinding Output' containment reference.
 void setEOperation(Operation value)
          Sets the value of the 'EOperation' reference.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 
Methods inherited from interface org.eclipse.wst.wsdl.ExtensibleElement
addExtensibilityElement, getEExtensibilityElements, getExtensibilityElements
 
Methods inherited from interface org.eclipse.wst.wsdl.WSDLElement
elementChanged, getContainer, getDocumentationElement, getElement, getEnclosingDefinition, setDocumentationElement, setElement, setEnclosingDefinition, updateElement, updateElement
 

Method Detail

getName

public java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), org.eclipse.wsdl.WSDLPackage#getBindingOperation_Name()

setName

public void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getEOperation

public Operation getEOperation()
Returns the value of the 'EOperation' reference.

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

Returns:
the value of the 'EOperation' reference.
See Also:
setEOperation(Operation), org.eclipse.wsdl.WSDLPackage#getBindingOperation_EOperation()

setEOperation

public void setEOperation(Operation value)
Sets the value of the 'EOperation' reference.

Parameters:
value - the new value of the 'EOperation' reference.
See Also:
getEOperation()

getEBindingInput

public BindingInput getEBindingInput()
Returns the value of the 'EBinding Input' containment reference.

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

Returns:
the value of the 'EBinding Input' containment reference.
See Also:
setEBindingInput(BindingInput), org.eclipse.wsdl.WSDLPackage#getBindingOperation_EBindingInput()

setEBindingInput

public void setEBindingInput(BindingInput value)
Sets the value of the 'EBinding Input' containment reference.

Parameters:
value - the new value of the 'EBinding Input' containment reference.
See Also:
getEBindingInput()

getEBindingOutput

public BindingOutput getEBindingOutput()
Returns the value of the 'EBinding Output' containment reference.

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

Returns:
the value of the 'EBinding Output' containment reference.
See Also:
setEBindingOutput(BindingOutput), org.eclipse.wsdl.WSDLPackage#getBindingOperation_EBindingOutput()

setEBindingOutput

public void setEBindingOutput(BindingOutput value)
Sets the value of the 'EBinding Output' containment reference.

Parameters:
value - the new value of the 'EBinding Output' containment reference.
See Also:
getEBindingOutput()

getEBindingFaults

public EList getEBindingFaults()
Returns the value of the 'EBinding Faults' containment reference list. The list contents are of type org.eclipse.wsdl.BindingFault.

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

Returns:
the value of the 'EBinding Faults' containment reference list.
See Also:
org.eclipse.wsdl.WSDLPackage#getBindingOperation_EBindingFaults()