org.copperengine.orchestration.ResetMailboxResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of orch-interfaces Show documentation
Show all versions of orch-interfaces Show documentation
COPPER is an open-source, powerful, light-weight, and easily configurable workflow engine. The power of COPPER is that it uses Java as a description language for workflows.
package org.copperengine.orchestration;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* Java class for resetMailboxResponse complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="resetMailboxResponse">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "resetMailboxResponse")
public class ResetMailboxResponse {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy