Class DownloadResponse
java.lang.Object
org.openehealth.ipf.commons.ihe.hpd.stub.chpidd.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" />
       <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>
 - 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected List<BatchRequest> protected intprotected intprotected Stringprotected int
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the value of the batchRequest property.intintGets the value of the requestID property.intvoidsetPageNumber(int pageNumber) voidsetPageSize(int pageSize) voidsetRequestID(String value) Sets the value of the requestID property.voidsetTotalCount(int totalCount) 
- 
Field Details- 
batchRequest
- 
requestID
- 
pageNumberprotected int pageNumber
- 
pageSizeprotected int pageSize
- 
totalCountprotected int totalCount
 
- 
- 
Constructor Details- 
DownloadResponsepublic DownloadResponse()
 
- 
- 
Method Details- 
getBatchRequestGets 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 setmethod 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
- 
getRequestIDGets the value of the requestID property.- Returns:
- possible object is
     String
 
- 
setRequestIDSets the value of the requestID property.- Parameters:
- value- allowed object is- String
 
- 
getPageNumberpublic int getPageNumber()
- 
setPageNumberpublic void setPageNumber(int pageNumber) 
- 
getPageSizepublic int getPageSize()
- 
setPageSizepublic void setPageSize(int pageSize) 
- 
getTotalCountpublic int getTotalCount()
- 
setTotalCountpublic void setTotalCount(int totalCount) 
 
-