|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebService
A representation of the model object 'Web Service'. Web Service is used in the definition of attributes for Message Start Event, Message Intermediate Event, Message End Event, Receive Task, Send Task, Service Task, and User Task.
The following features are supported:
BPMNPackage.getWebService()
Method Summary | |
---|---|
java.lang.String |
getInterface()
Returns the value of the 'Interface' attribute |
java.lang.String |
getOperation()
Returns the value of the 'Operation' attribute |
Participant |
getParticipant()
Returns the value of the 'Participant' containment reference |
void |
setInterface(java.lang.String value)
Sets the value of the ' Interface ' attribute |
void |
setOperation(java.lang.String value)
Sets the value of the ' Operation ' attribute |
void |
setParticipant(Participant value)
Sets the value of the ' Participant ' containment reference |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.String getInterface()
If the meaning of the 'Interface' attribute isn't clear, there really should be more of a description here...
setInterface(String)
,
BPMNPackage.getWebService_Interface()
void setInterface(java.lang.String value)
Interface
' attribute.
value
- the new value of the 'Interface' attribute.getInterface()
java.lang.String getOperation()
If the meaning of the 'Operation' attribute isn't clear, there really should be more of a description here...
setOperation(String)
,
BPMNPackage.getWebService_Operation()
void setOperation(java.lang.String value)
Operation
' attribute.
value
- the new value of the 'Operation' attribute.getOperation()
Participant getParticipant()
If the meaning of the 'Participant' containment reference isn't clear, there really should be more of a description here...
setParticipant(Participant)
,
BPMNPackage.getWebService_Participant()
void setParticipant(Participant value)
Participant
' containment reference.
value
- the new value of the 'Participant' containment reference.getParticipant()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |