public class GetEntryResultVersion2 extends Object
Java class for get_entry_result_version2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="get_entry_result_version2">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="entry_list" type="{http://www.sugarcrm.com/sugarcrm}entry_list"/>
<element name="relationship_list" type="{http://www.sugarcrm.com/sugarcrm}link_lists"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EntryList |
entryList |
protected LinkLists |
relationshipList |
| Constructor and Description |
|---|
GetEntryResultVersion2() |
| Modifier and Type | Method and Description |
|---|---|
EntryList |
getEntryList()
Gets the value of the entryList property.
|
LinkLists |
getRelationshipList()
Gets the value of the relationshipList property.
|
void |
setEntryList(EntryList value)
Sets the value of the entryList property.
|
void |
setRelationshipList(LinkLists value)
Sets the value of the relationshipList property.
|
protected EntryList entryList
protected LinkLists relationshipList
public EntryList getEntryList()
EntryListpublic void setEntryList(EntryList value)
value - allowed object is
EntryListpublic LinkLists getRelationshipList()
LinkListsCopyright © 2007–2015 The Apache Software Foundation. All rights reserved.