* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetActivity(Activity newActivity, NotificationChain msgs) {
Activity oldActivity = activity;
activity = newActivity;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, BPELPackage.ON_EVENT__ACTIVITY, oldActivity, newActivity);
if (msgs == null) msgs = notification; else msgs.add(notification);
}