java.lang.Object
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.BatchRequest

public class BatchRequest extends Object

Java class for BatchRequest complex type.

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

 <complexType name="BatchRequest">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="authRequest" type="{urn:oasis:names:tc:DSML:2:0:core}AuthRequest" minOccurs="0"/>
         <group ref="{urn:oasis:names:tc:DSML:2:0:core}BatchRequests" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="requestID" type="{urn:oasis:names:tc:DSML:2:0:core}RequestID" />
       <attribute name="processing" default="sequential">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="sequential"/>
             <enumeration value="parallel"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="responseOrder" default="sequential">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="sequential"/>
             <enumeration value="unordered"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="onError" default="exit">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="resume"/>
             <enumeration value="exit"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>