public class

GetUpcomingActivitiesRequestType

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

Class Overview

Java class for get_upcoming_activitiesRequestType complex type.

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

 <complexType name="get_upcoming_activitiesRequestType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="session" type="{http://www.w3.org/2001/XMLSchema}string" form="unqualified"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String session
Public Constructors
GetUpcomingActivitiesRequestType()
Public Methods
String getSession()
Gets the value of the session property.
void setSession(String value)
Sets the value of the session property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String session

Public Constructors

public GetUpcomingActivitiesRequestType ()

Public Methods

public String getSession ()

Gets the value of the session property.

Returns
  • possible object is String

public void setSession (String value)

Sets the value of the session property.

Parameters
value Allowed object is String