* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setInputDataRef(InputSet newInputDataRef) {
InputSet oldInputDataRef = inputDataRef;
inputDataRef = newInputDataRef;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET,
Bpmn2Package.INPUT_OUTPUT_BINDING__INPUT_DATA_REF, oldInputDataRef,
inputDataRef));