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

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

public class PageRangeType
extends Object

Java class for pageRange_Type complex type.

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

 <complexType name="pageRange_Type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="first_index" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="last_index" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="total" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Integer firstIndex
           
protected  Integer lastIndex
           
protected  Integer total
           
 
Constructor Summary
PageRangeType()
           
 
Method Summary
 Integer getFirstIndex()
          Gets the value of the firstIndex property.
 Integer getLastIndex()
          Gets the value of the lastIndex property.
 Integer getTotal()
          Gets the value of the total property.
 void setFirstIndex(Integer value)
          Sets the value of the firstIndex property.
 void setLastIndex(Integer value)
          Sets the value of the lastIndex property.
 void setTotal(Integer value)
          Sets the value of the total property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

firstIndex

protected Integer firstIndex

lastIndex

protected Integer lastIndex

total

protected Integer total
Constructor Detail

PageRangeType

public PageRangeType()
Method Detail

getFirstIndex

public Integer getFirstIndex()
Gets the value of the firstIndex property.

Returns:
possible object is Integer

setFirstIndex

public void setFirstIndex(Integer value)
Sets the value of the firstIndex property.

Parameters:
value - allowed object is Integer

getLastIndex

public Integer getLastIndex()
Gets the value of the lastIndex property.

Returns:
possible object is Integer

setLastIndex

public void setLastIndex(Integer value)
Sets the value of the lastIndex property.

Parameters:
value - allowed object is Integer

getTotal

public Integer getTotal()
Gets the value of the total property.

Returns:
possible object is Integer

setTotal

public void setTotal(Integer value)
Sets the value of the total property.

Parameters:
value - allowed object is Integer


Copyright © 2011. All Rights Reserved.