public class

GetEntriesRequestType

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

Class Overview

Java class for get_entriesRequestType complex type.

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

 <complexType name="get_entriesRequestType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="session" type="{http://www.w3.org/2001/XMLSchema}string" form="unqualified"/>
         <element name="module_name" type="{http://www.w3.org/2001/XMLSchema}string" form="unqualified"/>
         <element name="ids" type="{http://www.sugarcrm.com/sugarcrm}select_fields" form="unqualified"/>
         <element name="select_fields" type="{http://www.sugarcrm.com/sugarcrm}select_fields" form="unqualified"/>
         <element name="link_name_to_fields_array" type="{http://www.sugarcrm.com/sugarcrm}link_names_to_fields_array" form="unqualified"/>
         <element name="track_view" type="{http://www.w3.org/2001/XMLSchema}boolean" form="unqualified"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ListToSendByCxf<String> ids
protected ListToSendByCxf<String> linkNameToFieldsArray
protected String moduleName
protected ListToSendByCxf<String> selectFields
protected String session
protected boolean trackView
Public Constructors
GetEntriesRequestType()
Public Methods
ListToSendByCxf<String> getIds()
Gets the value of the ids property.
ListToSendByCxf<String> getLinkNameToFieldsArray()
Gets the value of the linkNameToFieldsArray property.
String getModuleName()
Gets the value of the moduleName property.
ListToSendByCxf<String> getSelectFields()
Gets the value of the selectFields property.
String getSession()
Gets the value of the session property.
boolean isTrackView()
Gets the value of the trackView property.
void setIds(ListToSendByCxf<String> ids)
Sets the value of the ids property.
void setLinkNameToFieldsArray(ListToSendByCxf<String> value)
Sets the value of the linkNameToFieldsArray property.
void setModuleName(String value)
Sets the value of the moduleName property.
void setSelectFields(ListToSendByCxf<String> fields)
Sets the value of the selectFields property.
void setSession(String value)
Sets the value of the session property.
void setTrackView(boolean value)
Sets the value of the trackView property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ListToSendByCxf<String> ids

protected ListToSendByCxf<String> linkNameToFieldsArray

protected String moduleName

protected ListToSendByCxf<String> selectFields

protected String session

protected boolean trackView

Public Constructors

public GetEntriesRequestType ()

Public Methods

public ListToSendByCxf<String> getIds ()

Gets the value of the ids property.

Returns

public ListToSendByCxf<String> getLinkNameToFieldsArray ()

Gets the value of the linkNameToFieldsArray property.

Returns
  • possible object is ListToSendByCxf

public String getModuleName ()

Gets the value of the moduleName property.

Returns
  • possible object is String

public ListToSendByCxf<String> getSelectFields ()

Gets the value of the selectFields property.

Returns

public String getSession ()

Gets the value of the session property.

Returns
  • possible object is String

public boolean isTrackView ()

Gets the value of the trackView property.

public void setIds (ListToSendByCxf<String> ids)

Sets the value of the ids property.

Parameters
ids

public void setLinkNameToFieldsArray (ListToSendByCxf<String> value)

Sets the value of the linkNameToFieldsArray property.

Parameters
value Allowed object is ListToSendByCxf

public void setModuleName (String value)

Sets the value of the moduleName property.

Parameters
value Allowed object is String

public void setSelectFields (ListToSendByCxf<String> fields)

Sets the value of the selectFields property.

Parameters
fields Allowed object is SelectFields

public void setSession (String value)

Sets the value of the session property.

Parameters
value Allowed object is String

public void setTrackView (boolean value)

Sets the value of the trackView property.

Parameters
value