|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.pdo.query.PageByPatientType
public class PageByPatientType
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 |
|---|
protected PageRangeType patientsRequested
protected PageRangeType patientsReturned
protected PageRangeType patientsSkipped
protected Long pageSize
protected Long factsTotal
protected Long factsReturned
| Constructor Detail |
|---|
public PageByPatientType()
| Method Detail |
|---|
public PageRangeType getPatientsRequested()
PageRangeTypepublic void setPatientsRequested(PageRangeType value)
value - allowed object is
PageRangeTypepublic PageRangeType getPatientsReturned()
PageRangeTypepublic void setPatientsReturned(PageRangeType value)
value - allowed object is
PageRangeTypepublic PageRangeType getPatientsSkipped()
PageRangeTypepublic void setPatientsSkipped(PageRangeType value)
value - allowed object is
PageRangeTypepublic Long getPageSize()
Longpublic void setPageSize(Long value)
value - allowed object is
Longpublic Long getFactsTotal()
Longpublic void setFactsTotal(Long value)
value - allowed object is
Longpublic Long getFactsReturned()
Longpublic void setFactsReturned(Long value)
value - allowed object is
Long
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||