* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetXsd(XSDType newXsd, NotificationChain msgs)
{
XSDType oldXsd = xsd;
xsd = newXsd;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, ModelPackageImpl.BASE_DATA_GRAPH_TYPE__XSD, oldXsd, newXsd);
if (msgs == null) msgs = notification; else msgs.add(notification);