* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetAbstract(LanguageStringType newAbstract, NotificationChain msgs) {
LanguageStringType oldAbstract = abstract_;
abstract_ = newAbstract;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, Wps10Package.DOCUMENT_OUTPUT_DEFINITION_TYPE__ABSTRACT, oldAbstract, newAbstract);
if (msgs == null) msgs = notification; else msgs.add(notification);
}