* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetSearchResults(SearchResultsType newSearchResults, NotificationChain msgs) {
SearchResultsType oldSearchResults = searchResults;
searchResults = newSearchResults;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, Csw20Package.GET_RECORDS_RESPONSE_TYPE__SEARCH_RESULTS, oldSearchResults, newSearchResults);
if (msgs == null) msgs = notification; else msgs.add(notification);
}