Enum OperationResultStatusType

  • All Implemented Interfaces:
    Serializable, Comparable<OperationResultStatusType>

    public enum OperationResultStatusType
    extends Enum<OperationResultStatusType>

    Java class for OperationResultStatusType.

    The following schema fragment specifies the expected content contained within this class.

     <simpleType name="OperationResultStatusType">
       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         <enumeration value="success"/>
         <enumeration value="warning"/>
         <enumeration value="partial_error"/>
         <enumeration value="fatal_error"/>
         <enumeration value="handled_error"/>
         <enumeration value="not_applicable"/>
         <enumeration value="in_progress"/>
         <enumeration value="unknown"/>
       </restriction>
     </simpleType>