public class

UserBean

extends EntityBean
java.lang.Object
   ↳ org.mule.modules.taleo.model.EntityBean
     ↳ org.mule.modules.taleo.model.UserBean

Class Overview

Java class for UserBean complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="UserBean">
   <complexContent>
     <extension base="{urn:TBEWebAPI}EntityBean">
       <sequence>
         <element name="cellPhone" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="email" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="fax" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="firstName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="lastLogin" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="lastName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="localeCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="location" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="loginName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="manager" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="middleInitial" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="phone" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="role" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="timeZoneId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String cellPhone
protected String email
protected String fax
protected String firstName
protected XMLGregorianCalendar lastLogin
protected String lastName
protected String localeCode
protected String location
protected String loginName
protected String manager
protected String middleInitial
protected String phone
protected String role
protected String timeZoneId
protected String title
[Expand]
Inherited Fields
From class org.mule.modules.taleo.model.EntityBean
Public Constructors
UserBean()
Public Methods
String getCellPhone()
Gets the value of the cellPhone property.
String getEmail()
Gets the value of the email property.
String getFax()
Gets the value of the fax property.
String getFirstName()
Gets the value of the firstName property.
XMLGregorianCalendar getLastLogin()
Gets the value of the lastLogin property.
String getLastName()
Gets the value of the lastName property.
String getLocaleCode()
Gets the value of the localeCode property.
String getLocation()
Gets the value of the location property.
String getLoginName()
Gets the value of the loginName property.
String getManager()
Gets the value of the manager property.
String getMiddleInitial()
Gets the value of the middleInitial property.
String getPhone()
Gets the value of the phone property.
String getRole()
Gets the value of the role property.
String getTimeZoneId()
Gets the value of the timeZoneId property.
String getTitle()
Gets the value of the title property.
void setCellPhone(String value)
Sets the value of the cellPhone property.
void setEmail(String value)
Sets the value of the email property.
void setFax(String value)
Sets the value of the fax property.
void setFirstName(String value)
Sets the value of the firstName property.
void setLastLogin(XMLGregorianCalendar value)
Sets the value of the lastLogin property.
void setLastName(String value)
Sets the value of the lastName property.
void setLocaleCode(String value)
Sets the value of the localeCode property.
void setLocation(String value)
Sets the value of the location property.
void setLoginName(String value)
Sets the value of the loginName property.
void setManager(String value)
Sets the value of the manager property.
void setMiddleInitial(String value)
Sets the value of the middleInitial property.
void setPhone(String value)
Sets the value of the phone property.
void setRole(String value)
Sets the value of the role property.
void setTimeZoneId(String value)
Sets the value of the timeZoneId property.
void setTitle(String value)
Sets the value of the title property.
[Expand]
Inherited Methods
From class org.mule.modules.taleo.model.EntityBean
From class java.lang.Object

Fields

protected String cellPhone

protected String email

protected String fax

protected String firstName

protected XMLGregorianCalendar lastLogin

protected String lastName

protected String localeCode

protected String location

protected String loginName

protected String manager

protected String middleInitial

protected String phone

protected String role

protected String timeZoneId

protected String title

Public Constructors

public UserBean ()

Public Methods

public String getCellPhone ()

Gets the value of the cellPhone property.

Returns
  • possible object is String

public String getEmail ()

Gets the value of the email property.

Returns
  • possible object is String

public String getFax ()

Gets the value of the fax property.

Returns
  • possible object is String

public String getFirstName ()

Gets the value of the firstName property.

Returns
  • possible object is String

public XMLGregorianCalendar getLastLogin ()

Gets the value of the lastLogin property.

Returns
  • possible object is XMLGregorianCalendar

public String getLastName ()

Gets the value of the lastName property.

Returns
  • possible object is String

public String getLocaleCode ()

Gets the value of the localeCode property.

Returns
  • possible object is String

public String getLocation ()

Gets the value of the location property.

Returns
  • possible object is String

public String getLoginName ()

Gets the value of the loginName property.

Returns
  • possible object is String

public String getManager ()

Gets the value of the manager property.

Returns
  • possible object is String

public String getMiddleInitial ()

Gets the value of the middleInitial property.

Returns
  • possible object is String

public String getPhone ()

Gets the value of the phone property.

Returns
  • possible object is String

public String getRole ()

Gets the value of the role property.

Returns
  • possible object is String

public String getTimeZoneId ()

Gets the value of the timeZoneId property.

Returns
  • possible object is String

public String getTitle ()

Gets the value of the title property.

Returns
  • possible object is String

public void setCellPhone (String value)

Sets the value of the cellPhone property.

Parameters
value Allowed object is String

public void setEmail (String value)

Sets the value of the email property.

Parameters
value Allowed object is String

public void setFax (String value)

Sets the value of the fax property.

Parameters
value Allowed object is String

public void setFirstName (String value)

Sets the value of the firstName property.

Parameters
value Allowed object is String

public void setLastLogin (XMLGregorianCalendar value)

Sets the value of the lastLogin property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setLastName (String value)

Sets the value of the lastName property.

Parameters
value Allowed object is String

public void setLocaleCode (String value)

Sets the value of the localeCode property.

Parameters
value Allowed object is String

public void setLocation (String value)

Sets the value of the location property.

Parameters
value Allowed object is String

public void setLoginName (String value)

Sets the value of the loginName property.

Parameters
value Allowed object is String

public void setManager (String value)

Sets the value of the manager property.

Parameters
value Allowed object is String

public void setMiddleInitial (String value)

Sets the value of the middleInitial property.

Parameters
value Allowed object is String

public void setPhone (String value)

Sets the value of the phone property.

Parameters
value Allowed object is String

public void setRole (String value)

Sets the value of the role property.

Parameters
value Allowed object is String

public void setTimeZoneId (String value)

Sets the value of the timeZoneId property.

Parameters
value Allowed object is String

public void setTitle (String value)

Sets the value of the title property.

Parameters
value Allowed object is String