public class GetEntriesCountResult extends Object
Java class for get_entries_count_result complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="get_entries_count_result">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="result_count" type="{http://www.w3.org/2001/XMLSchema}int"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
resultCount |
| Constructor and Description |
|---|
GetEntriesCountResult() |
| Modifier and Type | Method and Description |
|---|---|
int |
getResultCount()
Gets the value of the resultCount property.
|
void |
setResultCount(int value)
Sets the value of the resultCount property.
|
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.