* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetHeader(HeaderType newHeader, NotificationChain msgs) {
HeaderType oldHeader = header;
header = newHeader;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.PMML_TYPE__HEADER, oldHeader, newHeader);
if (msgs == null) msgs = notification; else msgs.add(notification);
}