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

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

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

import javax.xml.namespace.QName;

public interface IPartnerLink {

	String getName();

	void setName(String newName);

	QName getPartnerLinkType();

	void setPartnerLinkType(QName value);

	String getMyRole();

	void setMyRole(String value);

	void setPartnerRole(String value);

	String getPartnerRole();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy