* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetOutputSet(OutputSet newOutputSet, NotificationChain msgs) {
OutputSet oldOutputSet = outputSet;
outputSet = newOutputSet;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET,
Bpmn2Package.CATCH_EVENT__OUTPUT_SET, oldOutputSet, newOutputSet);
if (msgs == null)