* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetStructuralType(TypeReference newStructuralType, NotificationChain msgs) {
TypeReference oldStructuralType = structuralType;
structuralType = newStructuralType;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, InstantiationsPackage.NEW_PROCESSING_ELEMENT_PARAMETER__STRUCTURAL_TYPE, oldStructuralType, newStructuralType);
if (msgs == null) msgs = notification; else msgs.add(notification);
}