public class

EntryList2

extends Object
java.lang.Object
   ↳ com.sugarcrm.sugarcrm.EntryList2

Class Overview

Java class for entry_list2 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="entry_list2">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="entry_list" type="{http://www.sugarcrm.com/sugarcrm}entry_list"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected EntryList entryList
Public Constructors
EntryList2()
Public Methods
EntryList getEntryList()
Gets the value of the entryList property.
void setEntryList(EntryList value)
Sets the value of the entryList property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected EntryList entryList

Public Constructors

public EntryList2 ()

Public Methods

public EntryList getEntryList ()

Gets the value of the entryList property.

Returns

public void setEntryList (EntryList value)

Sets the value of the entryList property.

Parameters
value Allowed object is EntryList