public class

SetEntriesRequestType

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

Class Overview

Java class for set_entriesRequestType complex type.

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

 <complexType name="set_entriesRequestType">
   <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="name_value_lists" type="{http://www.sugarcrm.com/sugarcrm}name_value_lists" form="unqualified"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String moduleName
protected ListToSendByCxf<ListToSendByCxf<NameValue>> nameValueLists
protected String session
Public Constructors
SetEntriesRequestType()
Public Methods
String getModuleName()
Gets the value of the moduleName property.
ListToSendByCxf<ListToSendByCxf<NameValue>> getNameValueLists()
Gets the value of the nameValueLists property.
String getSession()
Gets the value of the session property.
void setModuleName(String value)
Sets the value of the moduleName property.
void setNameValueLists(ListToSendByCxf<ListToSendByCxf<NameValue>> nameValuesList)
Sets the value of the nameValueLists property.
void setSession(String value)
Sets the value of the session property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String moduleName

protected ListToSendByCxf<ListToSendByCxf<NameValue>> nameValueLists

protected String session

Public Constructors

public SetEntriesRequestType ()

Public Methods

public String getModuleName ()

Gets the value of the moduleName property.

Returns
  • possible object is String

public ListToSendByCxf<ListToSendByCxf<NameValue>> getNameValueLists ()

Gets the value of the nameValueLists property.

Returns
  • possible object is MyList>

public String getSession ()

Gets the value of the session property.

Returns
  • possible object is String

public void setModuleName (String value)

Sets the value of the moduleName property.

Parameters
value Allowed object is String

public void setNameValueLists (ListToSendByCxf<ListToSendByCxf<NameValue>> nameValuesList)

Sets the value of the nameValueLists property.

Parameters
nameValuesList Allowed object is MyList>

public void setSession (String value)

Sets the value of the session property.

Parameters
value Allowed object is String