* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetLabel(BPMNLabel newLabel, NotificationChain msgs) {
BPMNLabel oldLabel = label;
label = newLabel;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET,
BpmnDiPackage.BPMN_SHAPE__LABEL, oldLabel, newLabel);
if (msgs == null)