public class

GetEntryRequestType

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

Class Overview

Java class for get_entryRequestType complex type.

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

 <complexType name="get_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="id" type="{http://www.w3.org/2001/XMLSchema}string" form="unqualified"/>
         <element name="select_fields" type="{http://www.sugarcrm.com/sugarcrm}select_fields" form="unqualified"/>
         <element name="link_name_to_fields_array" type="{http://www.sugarcrm.com/sugarcrm}link_names_to_fields_array" form="unqualified"/>
         <element name="track_view" type="{http://www.w3.org/2001/XMLSchema}boolean" form="unqualified"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String id
protected ListToSendByCxf<String> linkNameToFieldsArray
protected String moduleName
protected ListToSendByCxf<String> selectFields
protected String session
protected boolean trackView
Public Constructors
GetEntryRequestType()
Public Methods
String getId()
Gets the value of the id property.
ListToSendByCxf<String> getLinkNameToFieldsArray()
Gets the value of the linkNameToFieldsArray property.
String getModuleName()
Gets the value of the moduleName property.
ListToSendByCxf<String> getSelectFields()
Gets the value of the selectFields property.
String getSession()
Gets the value of the session property.
boolean isTrackView()
Gets the value of the trackView property.
void setId(String value)
Sets the value of the id property.
void setLinkNameToFieldsArray(ListToSendByCxf<String> linkNames)
Sets the value of the linkNameToFieldsArray property.
void setModuleName(String value)
Sets the value of the moduleName property.
void setSelectFields(ListToSendByCxf<String> value)
Sets the value of the selectFields property.
void setSession(String value)
Sets the value of the session property.
void setTrackView(boolean value)
Sets the value of the trackView property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String id

protected ListToSendByCxf<String> linkNameToFieldsArray

protected String moduleName

protected ListToSendByCxf<String> selectFields

protected String session

protected boolean trackView

Public Constructors

public GetEntryRequestType ()

Public Methods

public String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public ListToSendByCxf<String> getLinkNameToFieldsArray ()

Gets the value of the linkNameToFieldsArray property.

Returns
  • possible object is ListToSendByCxf

public String getModuleName ()

Gets the value of the moduleName property.

Returns
  • possible object is String

public ListToSendByCxf<String> getSelectFields ()

Gets the value of the selectFields property.

Returns
  • possible object is ListToSendByCxf

public String getSession ()

Gets the value of the session property.

Returns
  • possible object is String

public boolean isTrackView ()

Gets the value of the trackView property.

public void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setLinkNameToFieldsArray (ListToSendByCxf<String> linkNames)

Sets the value of the linkNameToFieldsArray property.

Parameters
linkNames Allowed object is ListToSendByCxf

public void setModuleName (String value)

Sets the value of the moduleName property.

Parameters
value Allowed object is String

public void setSelectFields (ListToSendByCxf<String> value)

Sets the value of the selectFields property.

Parameters
value Allowed object is ListToSendByCxf

public void setSession (String value)

Sets the value of the session property.

Parameters
value Allowed object is String

public void setTrackView (boolean value)

Sets the value of the trackView property.

Parameters
value