* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetP_scoped_identifier(ScopedIdentifierAst newP_scoped_identifier, NotificationChain msgs) {
ScopedIdentifierAst oldP_scoped_identifier = p_scoped_identifier;
p_scoped_identifier = newP_scoped_identifier;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, QvtAstPackage.SCOPED_IDENTIFIER_ACCESS_POSTFIX_EXP_AST__PSCOPED_IDENTIFIER, oldP_scoped_identifier, newP_scoped_identifier);
if (msgs == null) msgs = notification; else msgs.add(notification);
}