Package com.emc.d2fs.models.context
Class PagingParam
java.lang.Object
com.emc.d2fs.models.context.PagingParam
- All Implemented Interfaces:
Serializable
Java class for pagingParam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="pagingParam">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="page" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="itemsPerPage" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="includeTotal" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGets the value of the itemsPerPage property.intgetPage()Gets the value of the page property.Gets the value of the includeTotal property.voidsetIncludeTotal(Boolean value) Sets the value of the includeTotal property.voidsetItemsPerPage(int value) Sets the value of the itemsPerPage property.voidsetPage(int value) Sets the value of the page property.
-
Constructor Details
-
PagingParam
public PagingParam()
-
-
Method Details
-
getPage
public int getPage()Gets the value of the page property. -
setPage
public void setPage(int value) Sets the value of the page property. -
getItemsPerPage
public int getItemsPerPage()Gets the value of the itemsPerPage property. -
setItemsPerPage
public void setItemsPerPage(int value) Sets the value of the itemsPerPage property. -
isIncludeTotal
Gets the value of the includeTotal property.- Returns:
- possible object is
Boolean
-
setIncludeTotal
Sets the value of the includeTotal property.- Parameters:
value- allowed object isBoolean
-