public class UserDetail extends Object
<xs:complexType xmlns:ns="http://www.sugarcrm.com/sugarcrm" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="user_detail">
<xs:all>
<xs:element type="xs:string" name="email_address"/>
<xs:element type="xs:string" name="user_name"/>
<xs:element type="xs:string" name="first_name"/>
<xs:element type="xs:string" name="last_name"/>
<xs:element type="xs:string" name="department"/>
<xs:element type="xs:string" name="id"/>
<xs:element type="xs:string" name="title"/>
</xs:all>
</xs:complexType>
| Constructor and Description |
|---|
UserDetail() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDepartment()
Get the 'department' element value.
|
String |
getEmailAddress()
Get the 'email_address' element value.
|
String |
getFirstName()
Get the 'first_name' element value.
|
String |
getId()
Get the 'id' element value.
|
String |
getLastName()
Get the 'last_name' element value.
|
String |
getTitle()
Get the 'title' element value.
|
String |
getUserName()
Get the 'user_name' element value.
|
void |
setDepartment(String department)
Set the 'department' element value.
|
void |
setEmailAddress(String emailAddress)
Set the 'email_address' element value.
|
void |
setFirstName(String firstName)
Set the 'first_name' element value.
|
void |
setId(String id)
Set the 'id' element value.
|
void |
setLastName(String lastName)
Set the 'last_name' element value.
|
void |
setTitle(String title)
Set the 'title' element value.
|
void |
setUserName(String userName)
Set the 'user_name' element value.
|
public String getEmailAddress()
public void setEmailAddress(String emailAddress)
emailAddress - public String getUserName()
public void setUserName(String userName)
userName - public String getFirstName()
public void setFirstName(String firstName)
firstName - public String getLastName()
public void setLastName(String lastName)
lastName - public String getDepartment()
public void setDepartment(String department)
department - public String getId()
public void setId(String id)
id - public String getTitle()
public void setTitle(String title)
title - Copyright © 2015 Europeana Foundation. All rights reserved.