* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetPages(Pages newPages, NotificationChain msgs) {
Pages oldPages = pages;
pages = newPages;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, ConnectorPackage.CONNECTOR__PAGES, oldPages, newPages);
if (msgs == null) msgs = notification; else msgs.add(notification);
}