Class BatchRequest
java.lang.Object
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.BatchRequest
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>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java class for null.static enum
Java class for null.static enum
Java class for null. -
Field Summary
Modifier and TypeFieldDescriptionprotected AuthRequest
protected List<DsmlMessage>
protected BatchRequest.RequestErrorHandlingType
protected BatchRequest.RequestProcessingType
protected String
protected BatchRequest.RequestResponseOrder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the authRequest property.Gets the value of the batchRequests property.Gets the value of the onError property.Gets the value of the processing property.Gets the value of the requestID property.Gets the value of the responseOrder property.void
setAuthRequest
(AuthRequest value) Sets the value of the authRequest property.void
Sets the value of the onError property.void
Sets the value of the processing property.void
setRequestID
(String value) Sets the value of the requestID property.void
Sets the value of the responseOrder property.
-
Field Details
-
authRequest
-
batchRequests
-
requestID
-
processing
-
responseOrder
-
onError
-
-
Constructor Details
-
BatchRequest
public BatchRequest()
-
-
Method Details
-
getAuthRequest
Gets the value of the authRequest property.- Returns:
- possible object is
AuthRequest
-
setAuthRequest
Sets the value of the authRequest property.- Parameters:
value
- allowed object isAuthRequest
-
getBatchRequests
Gets the value of the batchRequests property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the batchRequests property.For example, to add a new item, do as follows:
getBatchRequests().add(newItem);
Objects of the following type(s) are allowed in the list
SearchRequest
ModifyRequest
AddRequest
DelRequest
ModifyDNRequest
CompareRequest
AbandonRequest
ExtendedRequest
-
getRequestID
Gets the value of the requestID property.- Returns:
- possible object is
String
-
setRequestID
Sets the value of the requestID property.- Parameters:
value
- allowed object isString
-
getProcessing
Gets the value of the processing property.- Returns:
- possible object is
BatchRequest.RequestProcessingType
-
setProcessing
Sets the value of the processing property.- Parameters:
value
- allowed object isBatchRequest.RequestProcessingType
-
getResponseOrder
Gets the value of the responseOrder property.- Returns:
- possible object is
BatchRequest.RequestResponseOrder
-
setResponseOrder
Sets the value of the responseOrder property.- Parameters:
value
- allowed object isBatchRequest.RequestResponseOrder
-
getOnError
Gets the value of the onError property.- Returns:
- possible object is
BatchRequest.RequestErrorHandlingType
-
setOnError
Sets the value of the onError property.- Parameters:
value
- allowed object isBatchRequest.RequestErrorHandlingType
-