public class ModuleList extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected ModuleListArray |
modules |
| Constructor and Description |
|---|
ModuleList() |
| Modifier and Type | Method and Description |
|---|---|
ModuleListArray |
getModules()
Gets the value of the modules property.
|
void |
setModules(ModuleListArray value)
Sets the value of the modules property.
|
protected ModuleListArray modules
public ModuleListArray getModules()
ModuleListArraypublic void setModules(ModuleListArray value)
value - allowed object is
ModuleListArrayCopyright © 2007–2015 The Apache Software Foundation. All rights reserved.