Class DownloadResponse
java.lang.Object
org.openehealth.ipf.commons.ihe.hpd.stub.chcidd.DownloadResponse
Java class for DownloadResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DownloadResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:tc:DSML:2:0:core}batchRequest" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="requestID" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the batchRequest property.Gets the value of the requestID property.void
setRequestID
(String value) Sets the value of the requestID property.
-
Field Details
-
batchRequest
-
requestID
-
-
Constructor Details
-
DownloadResponse
public DownloadResponse()
-
-
Method Details
-
getBatchRequest
Gets the value of the batchRequest 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 batchRequest property.For example, to add a new item, do as follows:
getBatchRequest().add(newItem);
Objects of the following type(s) are allowed in the list
BatchRequest
-
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
-