* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetTimeDuration(Expression newTimeDuration, NotificationChain msgs) {
Expression oldTimeDuration = timeDuration;
timeDuration = newTimeDuration;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET,
Bpmn2Package.TIMER_EVENT_DEFINITION__TIME_DURATION, oldTimeDuration,
newTimeDuration);