|
||||||||||
| 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.PageRangeType
public class PageRangeType
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 |
|---|
protected Integer firstIndex
protected Integer lastIndex
protected Integer total
| Constructor Detail |
|---|
public PageRangeType()
| Method Detail |
|---|
public Integer getFirstIndex()
Integerpublic void setFirstIndex(Integer value)
value - allowed object is
Integerpublic Integer getLastIndex()
Integerpublic void setLastIndex(Integer value)
value - allowed object is
Integerpublic Integer getTotal()
Integerpublic void setTotal(Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||