* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetDigit_sequence(digit_sequence newDigit_sequence, NotificationChain msgs)
{
digit_sequence oldDigit_sequence = digit_sequence;
digit_sequence = newDigit_sequence;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, SvgPathPackage.EXPONENT__DIGIT_SEQUENCE, oldDigit_sequence, newDigit_sequence);
if (msgs == null) msgs = notification; else msgs.add(notification);