public class

GetUpcomingActivitiesResponseType

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

Class Overview

Java class for get_upcoming_activitiesResponseType complex type.

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

 <complexType name="get_upcoming_activitiesResponseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="return" type="{http://www.sugarcrm.com/sugarcrm}upcoming_activities_list" form="unqualified"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected UpcomingActivitiesList _return
Public Constructors
GetUpcomingActivitiesResponseType()
Public Methods
UpcomingActivitiesList getReturn()
Gets the value of the return property.
void setReturn(UpcomingActivitiesList value)
Sets the value of the return property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected UpcomingActivitiesList _return

Public Constructors

public GetUpcomingActivitiesResponseType ()

Public Methods

public UpcomingActivitiesList getReturn ()

Gets the value of the return property.

Returns

public void setReturn (UpcomingActivitiesList value)

Sets the value of the return property.

Parameters
value Allowed object is UpcomingActivitiesList