public class

GetReportEntriesRequestType

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

Class Overview

Java class for get_report_entriesRequestType complex type.

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

 <complexType name="get_report_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="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"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SelectFields ids
protected SelectFields selectFields
protected String session
Public Constructors
GetReportEntriesRequestType()
Public Methods
SelectFields getIds()
Gets the value of the ids property.
SelectFields getSelectFields()
Gets the value of the selectFields property.
String getSession()
Gets the value of the session property.
void setIds(SelectFields value)
Sets the value of the ids property.
void setSelectFields(SelectFields value)
Sets the value of the selectFields property.
void setSession(String value)
Sets the value of the session property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SelectFields ids

protected SelectFields selectFields

protected String session

Public Constructors

public GetReportEntriesRequestType ()

Public Methods

public SelectFields getIds ()

Gets the value of the ids property.

Returns

public SelectFields 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 void setIds (SelectFields value)

Sets the value of the ids property.

Parameters
value Allowed object is SelectFields

public void setSelectFields (SelectFields value)

Sets the value of the selectFields property.

Parameters
value Allowed object is SelectFields

public void setSession (String value)

Sets the value of the session property.

Parameters
value Allowed object is String