* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetFaultHandlers(FaultHandler newFaultHandlers, NotificationChain msgs) {
FaultHandler oldFaultHandlers = faultHandlers;
faultHandlers = newFaultHandlers;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, BPELPackage.PROCESS__FAULT_HANDLERS, oldFaultHandlers, newFaultHandlers);
if (msgs == null) msgs = notification; else msgs.add(notification);
}