public class

LoginRequestType

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

Class Overview

Java class for loginRequestType complex type.

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

 <complexType name="loginRequestType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="user_auth" type="{http://www.sugarcrm.com/sugarcrm}user_auth" form="unqualified"/>
         <element name="application_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 applicationName
protected NameValueList nameValueList
protected UserAuth userAuth
Public Constructors
LoginRequestType()
Public Methods
String getApplicationName()
Gets the value of the applicationName property.
NameValueList getNameValueList()
Gets the value of the nameValueList property.
UserAuth getUserAuth()
Gets the value of the userAuth property.
void setApplicationName(String value)
Sets the value of the applicationName property.
void setNameValueList(NameValueList value)
Sets the value of the nameValueList property.
void setUserAuth(UserAuth value)
Sets the value of the userAuth property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String applicationName

protected NameValueList nameValueList

protected UserAuth userAuth

Public Constructors

public LoginRequestType ()

Public Methods

public String getApplicationName ()

Gets the value of the applicationName property.

Returns
  • possible object is String

public NameValueList getNameValueList ()

Gets the value of the nameValueList property.

Returns

public UserAuth getUserAuth ()

Gets the value of the userAuth property.

Returns

public void setApplicationName (String value)

Sets the value of the applicationName property.

Parameters
value Allowed object is String

public void setNameValueList (NameValueList value)

Sets the value of the nameValueList property.

Parameters
value Allowed object is NameValueList

public void setUserAuth (UserAuth value)

Sets the value of the userAuth property.

Parameters
value Allowed object is UserAuth