public class GetEntryListResult extends Object
<xs:complexType xmlns:ns="http://www.sugarcrm.com/sugarcrm" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="get_entry_list_result">
<xs:all>
<xs:element type="xs:int" name="result_count"/>
<xs:element type="xs:int" name="next_offset" minOccurs="0"/>
<xs:element type="ns:field_list" name="field_list" minOccurs="0"/>
<xs:element type="ns:entry_list" name="entry_list" minOccurs="0"/>
<xs:element type="ns:error_value" name="error"/>
</xs:all>
</xs:complexType>
| Constructor and Description |
|---|
GetEntryListResult() |
| Modifier and Type | Method and Description |
|---|---|
EntryList |
getEntryList()
Get the 'entry_list' element value.
|
ErrorValue |
getError()
Get the 'error' element value.
|
FieldList |
getFieldList()
Get the 'field_list' element value.
|
Integer |
getNextOffset()
Get the 'next_offset' element value.
|
int |
getResultCount()
Get the 'result_count' element value.
|
void |
setEntryList(EntryList entryList)
Set the 'entry_list' element value.
|
void |
setError(ErrorValue error)
Set the 'error' element value.
|
void |
setFieldList(FieldList fieldList)
Set the 'field_list' element value.
|
void |
setNextOffset(Integer nextOffset)
Set the 'next_offset' element value.
|
void |
setResultCount(int resultCount)
Set the 'result_count' element value.
|
public int getResultCount()
public void setResultCount(int resultCount)
resultCount - public Integer getNextOffset()
public void setNextOffset(Integer nextOffset)
nextOffset - public FieldList getFieldList()
public void setFieldList(FieldList fieldList)
fieldList - public EntryList getEntryList()
public void setEntryList(EntryList entryList)
entryList - public ErrorValue getError()
public void setError(ErrorValue error)
error - Copyright © 2018 Europeana Foundation. All rights reserved.