* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetFileset(FileSet newFileset, NotificationChain msgs) {
FileSet oldFileset = fileset;
fileset = newFileset;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, AntTasksPackage.JAR__FILESET, oldFileset, newFileset);
if (msgs == null) msgs = notification; else msgs.add(notification);
}