|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Binding
A representation of the model object 'Binding'.
The following features are supported:
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 |
javax.xml.namespace.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(javax.xml.namespace.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 |
Methods inherited from interface javax.wsdl.Binding |
---|
addBindingOperation, addExtensibilityElement, getBindingOperation, getBindingOperations, getDocumentationElement, getExtensibilityElements, getPortType, setDocumentationElement, setPortType |
Method Detail |
---|
javax.xml.namespace.QName getQName()
If the meaning of the 'QName' attribute isn't clear, there really should be more of a description here...
getQName
in interface javax.wsdl.Binding
setQName(QName)
,
WSDLPackage.getBinding_QName()
void setQName(javax.xml.namespace.QName value)
QName
' attribute.
setQName
in interface javax.wsdl.Binding
value
- the new value of the 'QName' attribute.getQName()
boolean isUndefined()
If the meaning of the 'Undefined' attribute isn't clear, there really should be more of a description here...
isUndefined
in interface javax.wsdl.Binding
setUndefined(boolean)
,
WSDLPackage.getBinding_Undefined()
void setUndefined(boolean value)
Undefined
' attribute.
setUndefined
in interface javax.wsdl.Binding
value
- the new value of the 'Undefined' attribute.isUndefined()
PortType getEPortType()
If the meaning of the 'EPort Type' reference isn't clear, there really should be more of a description here...
setEPortType(PortType)
,
WSDLPackage.getBinding_EPortType()
void setEPortType(PortType value)
EPort Type
' reference.
value
- the new value of the 'EPort Type' reference.getEPortType()
EList getEBindingOperations()
BindingOperation
.
If the meaning of the 'EBinding Operations' containment reference list isn't clear, there really should be more of a description here...
WSDLPackage.getBinding_EBindingOperations()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |