public class UserAuth extends Object
<xs:complexType xmlns:ns="http://www.sugarcrm.com/sugarcrm" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="user_auth">
<xs:all>
<xs:element type="xs:string" name="user_name"/>
<xs:element type="xs:string" name="password"/>
<xs:element type="xs:string" name="version"/>
</xs:all>
</xs:complexType>
| Constructor and Description |
|---|
UserAuth() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword()
Get the 'password' element value.
|
String |
getUserName()
Get the 'user_name' element value.
|
String |
getVersion()
Get the 'version' element value.
|
void |
setPassword(String password)
Set the 'password' element value.
|
void |
setUserName(String userName)
Set the 'user_name' element value.
|
void |
setVersion(String version)
Set the 'version' element value.
|
public String getUserName()
public void setUserName(String userName)
userName - public String getPassword()
public void setPassword(String password)
password - public String getVersion()
public void setVersion(String version)
version - Copyright © 2017 Europeana Foundation. All rights reserved.