Enum BatchRequest.RequestErrorHandlingType

java.lang.Object
java.lang.Enum<BatchRequest.RequestErrorHandlingType>
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.BatchRequest.RequestErrorHandlingType
All Implemented Interfaces:
Serializable, Comparable<BatchRequest.RequestErrorHandlingType>, java.lang.constant.Constable
Enclosing class:
BatchRequest

public static enum BatchRequest.RequestErrorHandlingType extends Enum<BatchRequest.RequestErrorHandlingType>

Java class for null.

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

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="resume"/>
     <enumeration value="exit"/>
   </restriction>
 </simpleType>