edu.harvard.i2b2.crc.datavo.pdo.query
Class PageByPatientType

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.pdo.query.PageByPatientType

public class PageByPatientType
extends Object

Java class for pageByPatient_Type complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="pageByPatient_Type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="patients_requested" type="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}pageRange_Type"/>
         <element name="patients_returned" type="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}pageRange_Type"/>
         <element name="patients_skipped" type="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}pageRange_Type"/>
       </sequence>
       <attribute name="page_size" type="{http://www.w3.org/2001/XMLSchema}long" />
       <attribute name="facts_total" type="{http://www.w3.org/2001/XMLSchema}long" />
       <attribute name="facts_returned" type="{http://www.w3.org/2001/XMLSchema}long" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Long factsReturned
           
protected  Long factsTotal
           
protected  Long pageSize
           
protected  PageRangeType patientsRequested
           
protected  PageRangeType patientsReturned
           
protected  PageRangeType patientsSkipped
           
 
Constructor Summary
PageByPatientType()
           
 
Method Summary
 Long getFactsReturned()
          Gets the value of the factsReturned property.
 Long getFactsTotal()
          Gets the value of the factsTotal property.
 Long getPageSize()
          Gets the value of the pageSize property.
 PageRangeType getPatientsRequested()
          Gets the value of the patientsRequested property.
 PageRangeType getPatientsReturned()
          Gets the value of the patientsReturned property.
 PageRangeType getPatientsSkipped()
          Gets the value of the patientsSkipped property.
 void setFactsReturned(Long value)
          Sets the value of the factsReturned property.
 void setFactsTotal(Long value)
          Sets the value of the factsTotal property.
 void setPageSize(Long value)
          Sets the value of the pageSize property.
 void setPatientsRequested(PageRangeType value)
          Sets the value of the patientsRequested property.
 void setPatientsReturned(PageRangeType value)
          Sets the value of the patientsReturned property.
 void setPatientsSkipped(PageRangeType value)
          Sets the value of the patientsSkipped property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

patientsRequested

protected PageRangeType patientsRequested

patientsReturned

protected PageRangeType patientsReturned

patientsSkipped

protected PageRangeType patientsSkipped

pageSize

protected Long pageSize

factsTotal

protected Long factsTotal

factsReturned

protected Long factsReturned
Constructor Detail

PageByPatientType

public PageByPatientType()
Method Detail

getPatientsRequested

public PageRangeType getPatientsRequested()
Gets the value of the patientsRequested property.

Returns:
possible object is PageRangeType

setPatientsRequested

public void setPatientsRequested(PageRangeType value)
Sets the value of the patientsRequested property.

Parameters:
value - allowed object is PageRangeType

getPatientsReturned

public PageRangeType getPatientsReturned()
Gets the value of the patientsReturned property.

Returns:
possible object is PageRangeType

setPatientsReturned

public void setPatientsReturned(PageRangeType value)
Sets the value of the patientsReturned property.

Parameters:
value - allowed object is PageRangeType

getPatientsSkipped

public PageRangeType getPatientsSkipped()
Gets the value of the patientsSkipped property.

Returns:
possible object is PageRangeType

setPatientsSkipped

public void setPatientsSkipped(PageRangeType value)
Sets the value of the patientsSkipped property.

Parameters:
value - allowed object is PageRangeType

getPageSize

public Long getPageSize()
Gets the value of the pageSize property.

Returns:
possible object is Long

setPageSize

public void setPageSize(Long value)
Sets the value of the pageSize property.

Parameters:
value - allowed object is Long

getFactsTotal

public Long getFactsTotal()
Gets the value of the factsTotal property.

Returns:
possible object is Long

setFactsTotal

public void setFactsTotal(Long value)
Sets the value of the factsTotal property.

Parameters:
value - allowed object is Long

getFactsReturned

public Long getFactsReturned()
Gets the value of the factsReturned property.

Returns:
possible object is Long

setFactsReturned

public void setFactsReturned(Long value)
Sets the value of the factsReturned property.

Parameters:
value - allowed object is Long


Copyright © 2011. All Rights Reserved.