* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetTokenVariable(TokenVariable newTokenVariable, NotificationChain msgs) {
TokenVariable oldTokenVariable = tokenVariable;
tokenVariable = newTokenVariable;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, FixFlowPackage.RECEIVE_MESSAGE__TOKEN_VARIABLE, oldTokenVariable, newTokenVariable);
if (msgs == null) msgs = notification; else msgs.add(notification);
}