* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetP_literal_simple(LiteralSimpleAst newP_literal_simple, NotificationChain msgs) {
LiteralSimpleAst oldP_literal_simple = p_literal_simple;
p_literal_simple = newP_literal_simple;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, QvtAstPackage.DICT_ITEM_AST__PLITERAL_SIMPLE, oldP_literal_simple, newP_literal_simple);
if (msgs == null) msgs = notification; else msgs.add(notification);
}