public class Paging extends Object
Java class for Paging complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Paging"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="next" type="{http://rest.immobilienscout24.de/schema/common/1.0}ReferenceLink" minOccurs="0"/> <element name="previous" type="{http://rest.immobilienscout24.de/schema/common/1.0}ReferenceLink" minOccurs="0"/> <element name="pageNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="pageSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="numberOfPages" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="numberOfHits" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ReferenceLink |
next |
protected int |
numberOfHits |
protected Integer |
numberOfPages |
protected Integer |
pageNumber |
protected Integer |
pageSize |
protected ReferenceLink |
previous |
Constructor and Description |
---|
Paging() |
Modifier and Type | Method and Description |
---|---|
ReferenceLink |
getNext()
Gets the value of the next property.
|
int |
getNumberOfHits()
Gets the value of the numberOfHits property.
|
Integer |
getNumberOfPages()
Gets the value of the numberOfPages property.
|
Integer |
getPageNumber()
Gets the value of the pageNumber property.
|
Integer |
getPageSize()
Gets the value of the pageSize property.
|
ReferenceLink |
getPrevious()
Gets the value of the previous property.
|
void |
setNext(ReferenceLink value)
Sets the value of the next property.
|
void |
setNumberOfHits(int value)
Sets the value of the numberOfHits property.
|
void |
setNumberOfPages(Integer value)
Sets the value of the numberOfPages property.
|
void |
setPageNumber(Integer value)
Sets the value of the pageNumber property.
|
void |
setPageSize(Integer value)
Sets the value of the pageSize property.
|
void |
setPrevious(ReferenceLink value)
Sets the value of the previous property.
|
protected ReferenceLink next
protected ReferenceLink previous
protected Integer pageNumber
protected Integer pageSize
protected Integer numberOfPages
protected int numberOfHits
public ReferenceLink getNext()
ReferenceLink
public void setNext(ReferenceLink value)
value
- allowed object is
ReferenceLink
public ReferenceLink getPrevious()
ReferenceLink
public void setPrevious(ReferenceLink value)
value
- allowed object is
ReferenceLink
public Integer getPageNumber()
Integer
public void setPageNumber(Integer value)
value
- allowed object is
Integer
public Integer getPageSize()
Integer
public void setPageSize(Integer value)
value
- allowed object is
Integer
public Integer getNumberOfPages()
Integer
public void setNumberOfPages(Integer value)
value
- allowed object is
Integer
public int getNumberOfHits()
public void setNumberOfHits(int value)
Copyright © 2014 OpenEstate. All rights reserved.