* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetS(selection_statement newS, NotificationChain msgs)
{
selection_statement oldS = s;
s = newS;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, DecoraDslPackage.SIMPLE_STATEMENT__S, oldS, newS);
if (msgs == null) msgs = notification; else msgs.add(notification);