| java.lang.Object | |
| ↳ | com.sugarcrm.sugarcrm.UserAuth |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| password | |||||||||||
| userName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the password property.
| |||||||||||
Gets the value of the userName property.
| |||||||||||
Sets the value of the password property.
| |||||||||||
Sets the value of the userName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the password property.
Gets the value of the userName property.
Sets the value of the password property.
| value | Allowed object is String |
|---|
Sets the value of the userName property.
| value | Allowed object is String |
|---|