|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Operation
A representation of the model object 'Operation'.
WSDLPackage.getOperation()
Method Summary | |
---|---|
EList |
getEFaults()
Returns the value of the 'EFaults' containment reference list. |
Input |
getEInput()
Returns the value of the 'EInput' containment reference |
Output |
getEOutput()
Returns the value of the 'EOutput' containment reference |
EList |
getEParameterOrdering()
Returns the value of the 'EParameter Ordering' reference list. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute |
javax.wsdl.OperationType |
getStyle()
Returns the value of the 'Style' attribute |
boolean |
isUndefined()
Returns the value of the 'Undefined' attribute |
void |
setEInput(Input value)
Sets the value of the ' EInput ' containment reference |
void |
setEOutput(Output value)
Sets the value of the ' EOutput ' containment reference |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute |
void |
setStyle(javax.wsdl.OperationType value)
Sets the value of the ' Style ' 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.Operation |
---|
addFault, getDocumentationElement, getFault, getFaults, getInput, getOutput, getParameterOrdering, setDocumentationElement, setInput, setOutput, setParameterOrdering |
Method Detail |
---|
javax.wsdl.OperationType getStyle()
If the meaning of the 'Style' attribute isn't clear, there really should be more of a description here...
getStyle
in interface javax.wsdl.Operation
setStyle(OperationType)
,
WSDLPackage.getOperation_Style()
void setStyle(javax.wsdl.OperationType value)
Style
' attribute.
setStyle
in interface javax.wsdl.Operation
value
- the new value of the 'Style' attribute.getStyle()
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
getName
in interface javax.wsdl.Operation
setName(String)
,
WSDLPackage.getOperation_Name()
void setName(java.lang.String value)
Name
' attribute.
setName
in interface javax.wsdl.Operation
value
- the new value of the 'Name' attribute.getName()
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.Operation
setUndefined(boolean)
,
WSDLPackage.getOperation_Undefined()
void setUndefined(boolean value)
Undefined
' attribute.
setUndefined
in interface javax.wsdl.Operation
value
- the new value of the 'Undefined' attribute.isUndefined()
Input getEInput()
If the meaning of the 'EInput' containment reference isn't clear, there really should be more of a description here...
setEInput(Input)
,
WSDLPackage.getOperation_EInput()
void setEInput(Input value)
EInput
' containment reference.
value
- the new value of the 'EInput' containment reference.getEInput()
Output getEOutput()
If the meaning of the 'EOutput' containment reference isn't clear, there really should be more of a description here...
setEOutput(Output)
,
WSDLPackage.getOperation_EOutput()
void setEOutput(Output value)
EOutput
' containment reference.
value
- the new value of the 'EOutput' containment reference.getEOutput()
EList getEFaults()
Fault
.
If the meaning of the 'EFaults' containment reference list isn't clear, there really should be more of a description here...
WSDLPackage.getOperation_EFaults()
EList getEParameterOrdering()
Part
.
If the meaning of the 'EParameter Ordering' reference list isn't clear, there really should be more of a description here...
WSDLPackage.getOperation_EParameterOrdering()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |