* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetConsequentSequence(ConsequentSequenceType newConsequentSequence, NotificationChain msgs) {
ConsequentSequenceType oldConsequentSequence = consequentSequence;
consequentSequence = newConsequentSequence;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.SEQUENCE_RULE_TYPE__CONSEQUENT_SEQUENCE, oldConsequentSequence, newConsequentSequence);
if (msgs == null) msgs = notification; else msgs.add(notification);
}