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

java.lang.Object
  extended by 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>
 


Field Summary
protected  PageByPatientType pagingByPatients
           
 
Constructor Summary
PageType()
           
 
Method Summary
 PageByPatientType getPagingByPatients()
          Gets the value of the pagingByPatients property.
 void setPagingByPatients(PageByPatientType value)
          Sets the value of the pagingByPatients property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pagingByPatients

protected PageByPatientType pagingByPatients
Constructor Detail

PageType

public PageType()
Method Detail

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.