public class GetEntryResultVersion2 extends Object
<xs:complexType xmlns:ns="http://www.sugarcrm.com/sugarcrm" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="get_entry_result_version2">
<xs:all>
<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 |
|---|
GetEntryResultVersion2() |
| Modifier and Type | Method and Description |
|---|---|
EntryList |
getEntryList()
Get the 'entry_list' element value.
|
LinkLists |
getRelationshipList()
Get the 'relationship_list' element value.
|
void |
setEntryList(EntryList entryList)
Set the 'entry_list' element value.
|
void |
setRelationshipList(LinkLists relationshipList)
Set the 'relationship_list' element value.
|
public EntryList getEntryList()
public void setEntryList(EntryList entryList)
entryList - public LinkLists getRelationshipList()
public void setRelationshipList(LinkLists relationshipList)
relationshipList - Copyright © 2017 Europeana Foundation. All rights reserved.