public class DownloadResponse extends Object
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" />
<xsd:attribute name="pageNumber" type="xsd:unsignedInt" use="optional"/>
<xsd:attribute name="pageSize" type="xsd:unsignedInt" use="optional"/>
<xsd:attribute name="totalNumber" type="xsd:unsignedInt" use="optional"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<BatchRequest> |
batchRequest |
protected int |
pageNumber |
protected int |
pageSize |
protected String |
requestID |
protected int |
totalCount |
| Constructor and Description |
|---|
DownloadResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<BatchRequest> |
getBatchRequest()
Gets the value of the batchRequest property.
|
int |
getPageNumber() |
int |
getPageSize() |
String |
getRequestID()
Gets the value of the requestID property.
|
int |
getTotalCount() |
void |
setPageNumber(int pageNumber) |
void |
setPageSize(int pageSize) |
void |
setRequestID(String value)
Sets the value of the requestID property.
|
void |
setTotalCount(int totalCount) |
protected List<BatchRequest> batchRequest
protected String requestID
protected int pageNumber
protected int pageSize
protected int totalCount
public List<BatchRequest> getBatchRequest()
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
public String getRequestID()
Stringpublic void setRequestID(String value)
value - allowed object is
Stringpublic int getPageNumber()
public void setPageNumber(int pageNumber)
public int getPageSize()
public void setPageSize(int pageSize)
public int getTotalCount()
public void setTotalCount(int totalCount)
Copyright © 2021 Open eHealth Foundation. All rights reserved.