Class BatchResponse
- java.lang.Object
-
- org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.BatchResponse
-
public class BatchResponse extends Object
Java class for BatchResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BatchResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{urn:oasis:names:tc:DSML:2:0:core}BatchResponses" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="requestID" type="{urn:oasis:names:tc:DSML:2:0:core}RequestID" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<javax.xml.bind.JAXBElement<?>>
batchResponses
protected String
requestID
-
Constructor Summary
Constructors Constructor Description BatchResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<javax.xml.bind.JAXBElement<?>>
getBatchResponses()
Gets the value of the batchResponses property.String
getRequestID()
Gets the value of the requestID property.void
setRequestID(String value)
Sets the value of the requestID property.
-
-
-
Method Detail
-
getBatchResponses
public List<javax.xml.bind.JAXBElement<?>> getBatchResponses()
Gets the value of the batchResponses 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 batchResponses property.For example, to add a new item, do as follows:
getBatchResponses().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
ExtendedResponse
>
JAXBElement
<
LDAPResult
>
JAXBElement
<
SearchResponse
>
JAXBElement
<
LDAPResult
>
JAXBElement
<
ErrorResponse
>
JAXBElement
<
LDAPResult
>
JAXBElement
<
LDAPResult
>
JAXBElement
<
LDAPResult
>
JAXBElement
<
LDAPResult
>
-
getRequestID
public String getRequestID()
Gets the value of the requestID property.- Returns:
- possible object is
String
-
-