* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetCorrelations(Correlations newCorrelations, NotificationChain msgs) {
Correlations oldCorrelations = correlations;
correlations = newCorrelations;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, BPELPackage.PARTNER_ACTIVITY__CORRELATIONS, oldCorrelations, newCorrelations);
if (msgs == null) msgs = notification; else msgs.add(notification);
}