* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetC2(coordinate newC2, NotificationChain msgs)
{
coordinate oldC2 = c2;
c2 = newC2;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, SvgPathPackage.COORDINATE_PAIR__C2, oldC2, newC2);
if (msgs == null) msgs = notification; else msgs.add(notification);