public NotificationChain basicSetATTRIBUTEPROFILE(ATTRIBUTEPROFILEType newATTRIBUTEPROFILE, NotificationChain msgs) {
        ATTRIBUTEPROFILEType oldATTRIBUTEPROFILE = aTTRIBUTEPROFILE;
        aTTRIBUTEPROFILE = newATTRIBUTEPROFILE;
        if (eNotificationRequired()) {
            ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, AdoPackage.ATTRIBUTEPROFILES_TYPE__ATTRIBUTEPROFILE, oldATTRIBUTEPROFILE, newATTRIBUTEPROFILE);