* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetComplexExp(Exp newComplexExp, NotificationChain msgs) {
Exp oldComplexExp = complexExp;
complexExp = newComplexExp;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, TestsuiteexportPackage.CHECK__COMPLEX_EXP, oldComplexExp, newComplexExp);
if (msgs == null) msgs = notification; else msgs.add(notification);
}