org.eclipse.wst.wsdl
Interface Binding

All Superinterfaces:
ExtensibleElement, WSDLElement

public interface Binding
extends ExtensibleElement

A representation of the model object 'Binding'. This class represents a WSDL binding element. A binding defines message format and protocol details for operations and messages defined by a particular portType. There may be any number of bindings for a given portType.

The following features are supported:

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

Method Summary
 EList getEBindingOperations()
          Returns the value of the 'EBinding Operations' containment reference list.
 PortType getEPortType()
          Returns the value of the 'EPort Type' reference.
 QName getQName()
          Returns the value of the 'QName' attribute.
 boolean isUndefined()
          Returns the value of the 'Undefined' attribute.
 void setEPortType(PortType value)
          Sets the value of the 'EPort Type' reference.
 void setQName(QName value)
          Sets the value of the 'QName' attribute.
 void setUndefined(boolean value)
          Sets the value of the 'Undefined' 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

getQName

public QName getQName()
Returns the value of the 'QName' attribute.

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

Returns:
the value of the 'QName' attribute.
See Also:
setQName(QName), org.eclipse.wsdl.WSDLPackage#getBinding_QName()

setQName

public void setQName(QName value)
Sets the value of the 'QName' attribute.

Parameters:
value - the new value of the 'QName' attribute.
See Also:
getQName()

isUndefined

public boolean isUndefined()
Returns the value of the 'Undefined' attribute.

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

Returns:
the value of the 'Undefined' attribute.
See Also:
setUndefined(boolean), org.eclipse.wsdl.WSDLPackage#getBinding_Undefined()

setUndefined

public void setUndefined(boolean value)
Sets the value of the 'Undefined' attribute.

Parameters:
value - the new value of the 'Undefined' attribute.
See Also:
isUndefined()

getEPortType

public PortType getEPortType()
Returns the value of the 'EPort Type' reference.

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

Returns:
the value of the 'EPort Type' reference.
See Also:
setEPortType(PortType), org.eclipse.wsdl.WSDLPackage#getBinding_EPortType()

setEPortType

public void setEPortType(PortType value)
Sets the value of the 'EPort Type' reference.

Parameters:
value - the new value of the 'EPort Type' reference.
See Also:
getEPortType()

getEBindingOperations

public EList getEBindingOperations()
Returns the value of the 'EBinding Operations' containment reference list. The list contents are of type org.eclipse.wsdl.BindingOperation.

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

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