edu.harvard.i2b2.crc.datavo.pdo.query
Class PageType
java.lang.Object
edu.harvard.i2b2.crc.datavo.pdo.query.PageType
public class PageType
- extends Object
Java class for pageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="pageType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="paging_by_patients" type="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}pageByPatient_Type"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pagingByPatients
protected PageByPatientType pagingByPatients
PageType
public PageType()
getPagingByPatients
public PageByPatientType getPagingByPatients()
- Gets the value of the pagingByPatients property.
- Returns:
- possible object is
PageByPatientType
setPagingByPatients
public void setPagingByPatients(PageByPatientType value)
- Sets the value of the pagingByPatients property.
- Parameters:
value - allowed object is
PageByPatientType
Copyright © 2011. All Rights Reserved.