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

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

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

import javax.xml.namespace.QName;

public interface IVariable extends IBpelObject {

	String getName();

	void setName(String value);

	QName getMessageType();

	void setMessageType(QName value);

	QName getType();

	void setType(QName value);

	QName getElement();

	void setElement(QName value);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy