public class

ModuleList

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

Class Overview

Java class for module_list complex type.

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

 <complexType name="module_list">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="modules" type="{http://www.sugarcrm.com/sugarcrm}module_list_array"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ModuleListArray modules
Public Constructors
ModuleList()
Public Methods
ModuleListArray getModules()
Gets the value of the modules property.
void setModules(ModuleListArray value)
Sets the value of the modules property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ModuleListArray modules

Public Constructors

public ModuleList ()

Public Methods

public ModuleListArray getModules ()

Gets the value of the modules property.

Returns

public void setModules (ModuleListArray value)

Sets the value of the modules property.

Parameters
value Allowed object is ModuleListArray