* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetNoSRS(NoSRSType newNoSRS, NotificationChain msgs) {
NoSRSType oldNoSRS = noSRS;
noSRS = newNoSRS;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, WfsPackage.FEATURE_TYPE_TYPE__NO_SRS, oldNoSRS, newNoSRS);
if (msgs == null) msgs = notification; else msgs.add(notification);
}