* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetVertical_lineto_argument_sequence(vertical_lineto_argument_sequence newVertical_lineto_argument_sequence, NotificationChain msgs)
{
vertical_lineto_argument_sequence oldVertical_lineto_argument_sequence = vertical_lineto_argument_sequence;
vertical_lineto_argument_sequence = newVertical_lineto_argument_sequence;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, SvgPathPackage.VERTICAL_LINETO__VERTICAL_LINETO_ARGUMENT_SEQUENCE, oldVertical_lineto_argument_sequence, newVertical_lineto_argument_sequence);
if (msgs == null) msgs = notification; else msgs.add(notification);