public class

UserAuth

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

Class Overview

Java class for user_auth complex type.

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

 <complexType name="user_auth">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="user_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="password" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String password
protected String userName
Public Constructors
UserAuth()
Public Methods
String getPassword()
Gets the value of the password property.
String getUserName()
Gets the value of the userName property.
void setPassword(String value)
Sets the value of the password property.
void setUserName(String value)
Sets the value of the userName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String password

protected String userName

Public Constructors

public UserAuth ()

Public Methods

public String getPassword ()

Gets the value of the password property.

Returns
  • possible object is String

public String getUserName ()

Gets the value of the userName property.

Returns
  • possible object is String

public void setPassword (String value)

Sets the value of the password property.

Parameters
value Allowed object is String

public void setUserName (String value)

Sets the value of the userName property.

Parameters
value Allowed object is String