com.soyatec.bpmn
Interface WebService

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface WebService
extends org.eclipse.emf.ecore.EObject

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:

See Also:
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

getInterface

java.lang.String getInterface()
Returns the value of the 'Interface' attribute.

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

Returns:
the value of the 'Interface' attribute.
See Also:
setInterface(String), BPMNPackage.getWebService_Interface()

setInterface

void setInterface(java.lang.String value)
Sets the value of the 'Interface' attribute.

Parameters:
value - the new value of the 'Interface' attribute.
See Also:
getInterface()

getOperation

java.lang.String getOperation()
Returns the value of the 'Operation' attribute.

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

Returns:
the value of the 'Operation' attribute.
See Also:
setOperation(String), BPMNPackage.getWebService_Operation()

setOperation

void setOperation(java.lang.String value)
Sets the value of the 'Operation' attribute.

Parameters:
value - the new value of the 'Operation' attribute.
See Also:
getOperation()

getParticipant

Participant getParticipant()
Returns the value of the 'Participant' containment reference.

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

Returns:
the value of the 'Participant' containment reference.
See Also:
setParticipant(Participant), BPMNPackage.getWebService_Participant()

setParticipant

void setParticipant(Participant value)
Sets the value of the 'Participant' containment reference.

Parameters:
value - the new value of the 'Participant' containment reference.
See Also:
getParticipant()