public class GetEntryListResultEncoded extends Object
<xs:complexType xmlns:ns="http://www.sugarcrm.com/sugarcrm" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="get_entry_list_result_encoded">
<xs:all>
<xs:element type="xs:int" name="result_count"/>
<xs:element type="xs:int" name="next_offset" minOccurs="0"/>
<xs:element type="xs:int" name="total_count"/>
<xs:element type="ns:select_fields" name="field_list"/>
<xs:element type="xs:string" name="entry_list"/>
<xs:element type="ns:error_value" name="error"/>
</xs:all>
</xs:complexType>
| Constructor and Description |
|---|
GetEntryListResultEncoded() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEntryList()
Get the 'entry_list' element value.
|
ErrorValue |
getError()
Get the 'error' element value.
|
SelectFields |
getFieldList()
Get the 'field_list' element value.
|
Integer |
getNextOffset()
Get the 'next_offset' element value.
|
int |
getResultCount()
Get the 'result_count' element value.
|
int |
getTotalCount()
Get the 'total_count' element value.
|
void |
setEntryList(String entryList)
Set the 'entry_list' element value.
|
void |
setError(ErrorValue error)
Set the 'error' element value.
|
void |
setFieldList(SelectFields 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.
|
void |
setTotalCount(int totalCount)
Set the 'total_count' element value.
|
public int getResultCount()
public void setResultCount(int resultCount)
resultCount - public Integer getNextOffset()
public void setNextOffset(Integer nextOffset)
nextOffset - public int getTotalCount()
public void setTotalCount(int totalCount)
totalCount - public SelectFields getFieldList()
public void setFieldList(SelectFields fieldList)
fieldList - public String getEntryList()
public void setEntryList(String entryList)
entryList - public ErrorValue getError()
public void setError(ErrorValue error)
error - Copyright © 2015 Europeana Foundation. All rights reserved.