@Generated(value="com.sun.tools.xjc.Driver", date="2021-10-05T07:56:56+02:00", comments="JAXB RI v2.2.11") public class Paginationresponseinfo extends Object implements Serializable
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 and Description |
|---|
Paginationresponseinfo() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public int getPagesize()
public void setPagesize(int value)
public int getTotalrecordcount()
public void setTotalrecordcount(int value)
Connector Packaging generic 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.