public class GetEntryListResultVersion2 extends Object
<xs:complexType xmlns:ns="http://www.sugarcrm.com/sugarcrm" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="get_entry_list_result_version2">
<xs:all>
<xs:element type="xs:int" name="result_count"/>
<xs:element type="xs:int" name="next_offset" minOccurs="0"/>
<xs:element type="ns:entry_list" name="entry_list"/>
<xs:element type="ns:link_lists" name="relationship_list"/>
</xs:all>
</xs:complexType>
| Constructor and Description |
|---|
GetEntryListResultVersion2() |
| Modifier and Type | Method and Description |
|---|---|
EntryList |
getEntryList()
Get the 'entry_list' element value.
|
Integer |
getNextOffset()
Get the 'next_offset' element value.
|
LinkLists |
getRelationshipList()
Get the 'relationship_list' element value.
|
int |
getResultCount()
Get the 'result_count' element value.
|
void |
setEntryList(EntryList entryList)
Set the 'entry_list' element value.
|
void |
setNextOffset(Integer nextOffset)
Set the 'next_offset' element value.
|
void |
setRelationshipList(LinkLists relationshipList)
Set the 'relationship_list' 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 EntryList getEntryList()
public void setEntryList(EntryList entryList)
entryList - public LinkLists getRelationshipList()
public void setRelationshipList(LinkLists relationshipList)
relationshipList - Copyright © 2015 Europeana Foundation. All rights reserved.