public class

SetEntryRequestType

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

Class Overview

Java class for set_entryRequestType complex type.

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

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

Summary

Fields
protected String moduleName
protected ListToSendByCxf<NameValue> nameValueList
protected String session
Public Constructors
SetEntryRequestType()
Public Methods
String getModuleName()
Gets the value of the moduleName property.
ListToSendByCxf<NameValue> getNameValueList()
Gets the value of the nameValueList property.
String getSession()
Gets the value of the session property.
void setModuleName(String value)
Sets the value of the moduleName property.
void setNameValueList(ListToSendByCxf<NameValue> value)
Sets the value of the nameValueList 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<NameValue> nameValueList

protected String session

Public Constructors

public SetEntryRequestType ()

Public Methods

public String getModuleName ()

Gets the value of the moduleName property.

Returns
  • possible object is String

public ListToSendByCxf<NameValue> getNameValueList ()

Gets the value of the nameValueList property.

Returns

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 setNameValueList (ListToSendByCxf<NameValue> value)

Sets the value of the nameValueList property.

Parameters
value Allowed object is NameValueList

public void setSession (String value)

Sets the value of the session property.

Parameters
value Allowed object is String