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