Enum DomibusConnectorConfirmationType

  • All Implemented Interfaces:
    Serializable, Comparable<DomibusConnectorConfirmationType>

    public enum DomibusConnectorConfirmationType
    extends Enum<DomibusConnectorConfirmationType>
    <p>Java class for DomibusConnectorConfirmationType. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;simpleType name="DomibusConnectorConfirmationType"&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string"&gt; &lt;enumeration value="SUBMISSION_ACCEPTANCE"/&gt; &lt;enumeration value="SUBMISSION_REJECTION"/&gt; &lt;enumeration value="RELAY_REMMD_ACCEPTANCE"/&gt; &lt;enumeration value="RELAY_REMMD_REJECTION"/&gt; &lt;enumeration value="RELAY_REMMD_FAILURE"/&gt; &lt;enumeration value="DELIVERY"/&gt; &lt;enumeration value="NON_DELIVERY"/&gt; &lt;enumeration value="RETRIEVAL"/&gt; &lt;enumeration value="NON_RETRIEVAL"/&gt; &lt;/restriction&gt; &lt;/simpleType&gt; </pre>