public class Login extends Object
<xs:complexType xmlns:ns="http://www.sugarcrm.com/sugarcrm" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="login">
<xs:all>
<xs:element type="ns:user_auth" name="user_auth"/>
<xs:element type="xs:string" name="application_name"/>
</xs:all>
</xs:complexType>
| Constructor and Description |
|---|
Login() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationName()
Get the 'application_name' element value.
|
UserAuth |
getUserAuth()
Get the 'user_auth' element value.
|
void |
setApplicationName(String applicationName)
Set the 'application_name' element value.
|
void |
setUserAuth(UserAuth userAuth)
Set the 'user_auth' element value.
|
public UserAuth getUserAuth()
public void setUserAuth(UserAuth userAuth)
userAuth - public String getApplicationName()
public void setApplicationName(String applicationName)
applicationName - Copyright © 2018 Europeana Foundation. All rights reserved.