All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.bpelunit.model.bpel.IReceive Maven / Gradle / Ivy

The newest version!
package net.bpelunit.model.bpel;

import javax.xml.namespace.QName;

public interface IReceive extends IActivity, ICreateInstance {

	String getPartnerLink();

	void setPartnerLink(String value);

	QName getPortType();

	void setPortType(QName value);

	String getOperation();

	void setOperation(String value);

	String getVariable();

	void setVariable(String value);

	void setVariable(IVariable v);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy