* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetPermissions(Permissions newPermissions, NotificationChain msgs) {
Permissions oldPermissions = permissions;
permissions = newPermissions;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, AntTasksPackage.DEPLOY__PERMISSIONS, oldPermissions, newPermissions);
if (msgs == null) msgs = notification; else msgs.add(notification);
}