* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetP_resolve_condition(ResolveConditionAst newP_resolve_condition, NotificationChain msgs) {
ResolveConditionAst oldP_resolve_condition = p_resolve_condition;
p_resolve_condition = newP_resolve_condition;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, QvtAstPackage.RESOLVE_IN_EXP_AST__PRESOLVE_CONDITION, oldP_resolve_condition, newP_resolve_condition);
if (msgs == null) msgs = notification; else msgs.add(notification);
}