* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetPluginxml(PluginXMLFile newPluginxml, NotificationChain msgs) {
PluginXMLFile oldPluginxml = pluginxml;
pluginxml = newPluginxml;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, BundlePackage.BUNDLE_PROJECT__PLUGINXML, oldPluginxml, newPluginxml);
if (msgs == null) msgs = notification; else msgs.add(notification);
}