public class

GetModuleFieldsRequestType

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

Class Overview

Java class for get_module_fieldsRequestType complex type.

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

 <complexType name="get_module_fieldsRequestType">
   <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_name" type="{http://www.w3.org/2001/XMLSchema}string" form="unqualified"/>
         <element name="fields" type="{http://www.sugarcrm.com/sugarcrm}select_fields" form="unqualified"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ListToSendByCxf<String> fields
protected String moduleName
protected String session
Public Constructors
GetModuleFieldsRequestType()
Public Methods
ListToSendByCxf<String> getFields()
Gets the value of the fields property.
String getModuleName()
Gets the value of the moduleName property.
String getSession()
Gets the value of the session property.
void setFields(ListToSendByCxf<String> myList)
Sets the value of the fields property.
void setModuleName(String value)
Sets the value of the moduleName property.
void setSession(String value)
Sets the value of the session property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ListToSendByCxf<String> fields

protected String moduleName

protected String session

Public Constructors

public GetModuleFieldsRequestType ()

Public Methods

public ListToSendByCxf<String> getFields ()

Gets the value of the fields property.

Returns

public String getModuleName ()

Gets the value of the moduleName property.

Returns
  • possible object is String

public String getSession ()

Gets the value of the session property.

Returns
  • possible object is String

public void setFields (ListToSendByCxf<String> myList)

Sets the value of the fields property.

Parameters
myList Allowed object is SelectFields

public void setModuleName (String value)

Sets the value of the moduleName property.

Parameters
value Allowed object is String

public void setSession (String value)

Sets the value of the session property.

Parameters
value Allowed object is String