Enum OperationResultStatusType

  • All Implemented Interfaces:
    Serializable, Comparable<OperationResultStatusType>

    public enum OperationResultStatusType
    extends Enum<OperationResultStatusType>
    <p>Java class for OperationResultStatusType. <p>The following schema fragment specifies the expected content contained within this class. <p> <pre> &lt;simpleType name="OperationResultStatusType"&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string"&gt; &lt;enumeration value="success"/&gt; &lt;enumeration value="warning"/&gt; &lt;enumeration value="partial_error"/&gt; &lt;enumeration value="fatal_error"/&gt; &lt;enumeration value="handled_error"/&gt; &lt;enumeration value="not_applicable"/&gt; &lt;enumeration value="in_progress"/&gt; &lt;enumeration value="unknown"/&gt; &lt;/restriction&gt; &lt;/simpleType&gt; </pre>