public class GetEntriesCountResult extends Object
<xs:complexType xmlns:ns="http://www.sugarcrm.com/sugarcrm" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="get_entries_count_result">
<xs:all>
<xs:element type="xs:int" name="result_count"/>
<xs:element type="ns:error_value" name="error"/>
</xs:all>
</xs:complexType>
| Constructor and Description |
|---|
GetEntriesCountResult() |
| Modifier and Type | Method and Description |
|---|---|
ErrorValue |
getError()
Get the 'error' element value.
|
int |
getResultCount()
Get the 'result_count' element value.
|
void |
setError(ErrorValue error)
Set the 'error' element value.
|
void |
setResultCount(int resultCount)
Set the 'result_count' element value.
|
public int getResultCount()
public void setResultCount(int resultCount)
resultCount - public ErrorValue getError()
public void setError(ErrorValue error)
error - Copyright © 2017 Europeana Foundation. All rights reserved.