public class

GetModuleFieldsMd5RequestType

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

Class Overview

Java class for get_module_fields_md5RequestType complex type.

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

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

Summary

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

Fields

protected SelectFields moduleNames

protected String session

Public Constructors

public GetModuleFieldsMd5RequestType ()

Public Methods

public SelectFields getModuleNames ()

Gets the value of the moduleNames property.

Returns

public String getSession ()

Gets the value of the session property.

Returns
  • possible object is String

public void setModuleNames (SelectFields value)

Sets the value of the moduleNames property.

Parameters
value Allowed object is SelectFields

public void setSession (String value)

Sets the value of the session property.

Parameters
value Allowed object is String