* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetFaultVariable(Variable newFaultVariable, NotificationChain msgs) {
Variable oldFaultVariable = faultVariable;
faultVariable = newFaultVariable;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, BPELPackage.CATCH__FAULT_VARIABLE, oldFaultVariable, newFaultVariable);
if (msgs == null) msgs = notification; else msgs.add(notification);
}