* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetContainer(TCGComplexParameter newContainer, NotificationChain msgs) {
TCGComplexParameter oldContainer = container;
container = newContainer;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, GeneratedPackage.TCG_PRIMITIVE_PARAMETER__CONTAINER, oldContainer, newContainer);
if (msgs == null) msgs = notification; else msgs.add(notification);
}