* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setValidationLevel(ProcessValidationLevel newValidationLevel) {
ProcessValidationLevel oldValidationLevel = validationLevel;
validationLevel = newValidationLevel == null ? VALIDATION_LEVEL_EDEFAULT : newValidationLevel;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, FixFlowPackage.DOCUMENT_ROOT__VALIDATION_LEVEL, oldValidationLevel, validationLevel));
}