|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.hubservices.core.v3.Paginationresponseinfo
@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:49:02+02:00", comments="JAXB RI v2.2.11") public class Paginationresponseinfo
Java class for Paginationresponseinfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Paginationresponseinfo"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="pagesize" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="totalrecordcount" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
Paginationresponseinfo()
|
Method Summary | |
---|---|
int |
getPagesize()
Gets the value of the pagesize property. |
int |
getTotalrecordcount()
Gets the value of the totalrecordcount property. |
void |
setPagesize(int value)
Sets the value of the pagesize property. |
void |
setTotalrecordcount(int value)
Sets the value of the totalrecordcount property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Paginationresponseinfo()
Method Detail |
---|
public int getPagesize()
public void setPagesize(int value)
public int getTotalrecordcount()
public void setTotalrecordcount(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |