public class QueryResultXto extends Object
Java class for QueryResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QueryResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="totalCount" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="hasMore" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="totalCountThreshold" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
QueryResultXto() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getTotalCount()
Gets the value of the totalCount property.
|
long |
getTotalCountThreshold()
Gets the value of the totalCountThreshold property.
|
boolean |
isHasMore()
Gets the value of the hasMore property.
|
void |
setHasMore(boolean value)
Sets the value of the hasMore property.
|
void |
setTotalCount(Long value)
Sets the value of the totalCount property.
|
void |
setTotalCountThreshold(long value)
Sets the value of the totalCountThreshold property.
|
public Long getTotalCount()
Longpublic void setTotalCount(Long value)
value - allowed object is
Longpublic boolean isHasMore()
public void setHasMore(boolean value)
public long getTotalCountThreshold()
public void setTotalCountThreshold(long value)
Copyright © 2016 Eclipse Stardust. All Rights Reserved.