* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetP_multiplicity_range(MultiplicityRangeAst newP_multiplicity_range, NotificationChain msgs) {
MultiplicityRangeAst oldP_multiplicity_range = p_multiplicity_range;
p_multiplicity_range = newP_multiplicity_range;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, QvtAstPackage.MULTIPLICITY_AST__PMULTIPLICITY_RANGE, oldP_multiplicity_range, newP_multiplicity_range);
if (msgs == null) msgs = notification; else msgs.add(notification);
}