public class Paging extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.ToString
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 |
---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
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.
|
String |
toString() |
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)
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append
in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields
in interface org.jvnet.jaxb2_commons.lang.ToString
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
Copyright © 2014 OpenEstate. All rights reserved.