public class

GetAvailableModulesRequestType

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

Class Overview

Java class for get_available_modulesRequestType complex type.

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

 <complexType name="get_available_modulesRequestType">
   <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="filter" type="{http://www.w3.org/2001/XMLSchema}string" form="unqualified"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String filter
protected String session
Public Constructors
GetAvailableModulesRequestType()
Public Methods
String getFilter()
Gets the value of the filter property.
String getSession()
Gets the value of the session property.
void setFilter(String value)
Sets the value of the filter property.
void setSession(String value)
Sets the value of the session property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String filter

protected String session

Public Constructors

public GetAvailableModulesRequestType ()

Public Methods

public String getFilter ()

Gets the value of the filter property.

Returns
  • possible object is String

public String getSession ()

Gets the value of the session property.

Returns
  • possible object is String

public void setFilter (String value)

Sets the value of the filter 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