public class Paging extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.ToString2
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 Long |
numberOfHits |
protected Long |
numberOfPages |
protected Long |
pageNumber |
protected Long |
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.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 strategy) |
ReferenceLink |
getNext()
Gets the value of the next property.
|
Long |
getNumberOfHits()
Gets the value of the numberOfHits property.
|
Long |
getNumberOfPages()
Gets the value of the numberOfPages property.
|
Long |
getPageNumber()
Gets the value of the pageNumber property.
|
Long |
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(Long value)
Sets the value of the numberOfHits property.
|
void |
setNumberOfPages(Long value)
Sets the value of the numberOfPages property.
|
void |
setPageNumber(Long value)
Sets the value of the pageNumber property.
|
void |
setPageSize(Long 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 Long pageNumber
protected Long pageSize
protected Long numberOfPages
protected Long 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 Long getPageNumber()
String
public void setPageNumber(Long value)
value
- allowed object is
String
public Long getPageSize()
String
public void setPageSize(Long value)
value
- allowed object is
String
public Long getNumberOfPages()
String
public void setNumberOfPages(Long value)
value
- allowed object is
String
public Long getNumberOfHits()
String
public void setNumberOfHits(Long value)
value
- allowed object is
String
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append
in interface org.jvnet.jaxb2_commons.lang.ToString2
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields
in interface org.jvnet.jaxb2_commons.lang.ToString2
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo2
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo2
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo2
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals2
Copyright © 2016 OpenEstate. All rights reserved.