public class

SearchByModuleResponseType

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

Class Overview

Java class for search_by_moduleResponseType complex type.

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

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

Summary

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

Fields

protected ReturnSearchResult _return

Public Constructors

public SearchByModuleResponseType ()

Public Methods

public ReturnSearchResult getReturn ()

Gets the value of the return property.

Returns

public void setReturn (ReturnSearchResult value)

Sets the value of the return property.

Parameters
value Allowed object is ReturnSearchResult