public class

EmployeeBean

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

Class Overview

Java class for EmployeeBean complex type.

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

 <complexType name="EmployeeBean">
   <complexContent>
     <extension base="{urn:TBEWebAPI}AddressEntityBean">
       <sequence>
         <element name="employeeNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="email" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="firstName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="middleInitial" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="lastName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="cellPhone" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="hiredDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="race" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="gender" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="lockedFromEws" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="reviewManagerId" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="departmentId" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="hierarchyPath" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="managerId" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="locationId" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="ewsLogin" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ewsPassword" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="jobTitle" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="jobCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="salaryGrade" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="salary" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="payFrequency" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="changePswdOnEwsLogin" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="additionalEntities" type="{http://xml.apache.org/xml-soap}Map"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Map additionalEntities
protected String cellPhone
protected boolean changePswdOnEwsLogin
protected long departmentId
protected String email
protected String employeeNumber
protected String ewsLogin
protected String ewsPassword
protected String firstName
protected String gender
protected String hierarchyPath
protected XMLGregorianCalendar hiredDate
protected String jobCode
protected String jobTitle
protected String lastName
protected long locationId
protected boolean lockedFromEws
protected long managerId
protected String middleInitial
protected String payFrequency
protected String race
protected long reviewManagerId
protected double salary
protected String salaryGrade
protected XMLGregorianCalendar startDate
protected String title
[Expand]
Inherited Fields
From class org.mule.modules.taleo.model.AddressEntityBean
From class org.mule.modules.taleo.model.EntityBean
Public Constructors
EmployeeBean()
Public Methods
Map getAdditionalEntities()
Gets the value of the additionalEntities property.
String getCellPhone()
Gets the value of the cellPhone property.
boolean getChangePswdOnEwsLogin()
Gets the value of the changePswdOnEwsLogin property.
long getDepartmentId()
Gets the value of the departmentId property.
String getEmail()
Gets the value of the email property.
String getEmployeeNumber()
Gets the value of the employeeNumber property.
String getEwsLogin()
Gets the value of the ewsLogin property.
String getEwsPassword()
Gets the value of the ewsPassword property.
String getFirstName()
Gets the value of the firstName property.
String getGender()
Gets the value of the gender property.
String getHierarchyPath()
Gets the value of the hierarchyPath property.
XMLGregorianCalendar getHiredDate()
Gets the value of the hiredDate property.
String getJobCode()
Gets the value of the jobCode property.
String getJobTitle()
Gets the value of the jobTitle property.
String getLastName()
Gets the value of the lastName property.
long getLocationId()
Gets the value of the locationId property.
boolean getLockedFromEws()
Gets the value of the lockedFromEws property.
long getManagerId()
Gets the value of the managerId property.
String getMiddleInitial()
Gets the value of the middleInitial property.
String getPayFrequency()
Gets the value of the payFrequency property.
String getRace()
Gets the value of the race property.
long getReviewManagerId()
Gets the value of the reviewManagerId property.
double getSalary()
Gets the value of the salary property.
String getSalaryGrade()
Gets the value of the salaryGrade property.
XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.
String getTitle()
Gets the value of the title property.
void setAdditionalEntities(Map value)
Sets the value of the additionalEntities property.
void setCellPhone(String value)
Sets the value of the cellPhone property.
void setChangePswdOnEwsLogin(boolean value)
Sets the value of the changePswdOnEwsLogin property.
void setDepartmentId(long value)
Sets the value of the departmentId property.
void setEmail(String value)
Sets the value of the email property.
void setEmployeeNumber(String value)
Sets the value of the employeeNumber property.
void setEwsLogin(String value)
Sets the value of the ewsLogin property.
void setEwsPassword(String value)
Sets the value of the ewsPassword property.
void setFirstName(String value)
Sets the value of the firstName property.
void setGender(String value)
Sets the value of the gender property.
void setHierarchyPath(String value)
Sets the value of the hierarchyPath property.
void setHiredDate(XMLGregorianCalendar value)
Sets the value of the hiredDate property.
void setJobCode(String value)
Sets the value of the jobCode property.
void setJobTitle(String value)
Sets the value of the jobTitle property.
void setLastName(String value)
Sets the value of the lastName property.
void setLocationId(long value)
Sets the value of the locationId property.
void setLockedFromEws(boolean value)
Sets the value of the lockedFromEws property.
void setManagerId(long value)
Sets the value of the managerId property.
void setMiddleInitial(String value)
Sets the value of the middleInitial property.
void setPayFrequency(String value)
Sets the value of the payFrequency property.
void setRace(String value)
Sets the value of the race property.
void setReviewManagerId(long value)
Sets the value of the reviewManagerId property.
void setSalary(double value)
Sets the value of the salary property.
void setSalaryGrade(String value)
Sets the value of the salaryGrade property.
void setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
void setTitle(String value)
Sets the value of the title property.
[Expand]
Inherited Methods
From class org.mule.modules.taleo.model.AddressEntityBean
From class org.mule.modules.taleo.model.EntityBean
From class java.lang.Object

Fields

protected Map additionalEntities

protected String cellPhone

protected boolean changePswdOnEwsLogin

protected long departmentId

protected String email

protected String employeeNumber

protected String ewsLogin

protected String ewsPassword

protected String firstName

protected String gender

protected String hierarchyPath

protected XMLGregorianCalendar hiredDate

protected String jobCode

protected String jobTitle

protected String lastName

protected long locationId

protected boolean lockedFromEws

protected long managerId

protected String middleInitial

protected String payFrequency

protected String race

protected long reviewManagerId

protected double salary

protected String salaryGrade

protected XMLGregorianCalendar startDate

protected String title

Public Constructors

public EmployeeBean ()

Public Methods

public Map getAdditionalEntities ()

Gets the value of the additionalEntities property.

Returns
  • possible object is Map

public String getCellPhone ()

Gets the value of the cellPhone property.

Returns
  • possible object is String

public boolean getChangePswdOnEwsLogin ()

Gets the value of the changePswdOnEwsLogin property. This getter has been renamed from isChangePswdOnEwsLogin() to getChangePswdOnEwsLogin() by cxf-xjc-boolean plugin.

public long getDepartmentId ()

Gets the value of the departmentId property.

public String getEmail ()

Gets the value of the email property.

Returns
  • possible object is String

public String getEmployeeNumber ()

Gets the value of the employeeNumber property.

Returns
  • possible object is String

public String getEwsLogin ()

Gets the value of the ewsLogin property.

Returns
  • possible object is String

public String getEwsPassword ()

Gets the value of the ewsPassword property.

Returns
  • possible object is String

public String getFirstName ()

Gets the value of the firstName property.

Returns
  • possible object is String

public String getGender ()

Gets the value of the gender property.

Returns
  • possible object is String

public String getHierarchyPath ()

Gets the value of the hierarchyPath property.

Returns
  • possible object is String

public XMLGregorianCalendar getHiredDate ()

Gets the value of the hiredDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getJobCode ()

Gets the value of the jobCode property.

Returns
  • possible object is String

public String getJobTitle ()

Gets the value of the jobTitle property.

Returns
  • possible object is String

public String getLastName ()

Gets the value of the lastName property.

Returns
  • possible object is String

public long getLocationId ()

Gets the value of the locationId property.

public boolean getLockedFromEws ()

Gets the value of the lockedFromEws property. This getter has been renamed from isLockedFromEws() to getLockedFromEws() by cxf-xjc-boolean plugin.

public long getManagerId ()

Gets the value of the managerId property.

public String getMiddleInitial ()

Gets the value of the middleInitial property.

Returns
  • possible object is String

public String getPayFrequency ()

Gets the value of the payFrequency property.

Returns
  • possible object is String

public String getRace ()

Gets the value of the race property.

Returns
  • possible object is String

public long getReviewManagerId ()

Gets the value of the reviewManagerId property.

public double getSalary ()

Gets the value of the salary property.

public String getSalaryGrade ()

Gets the value of the salaryGrade property.

Returns
  • possible object is String

public XMLGregorianCalendar getStartDate ()

Gets the value of the startDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getTitle ()

Gets the value of the title property.

Returns
  • possible object is String

public void setAdditionalEntities (Map value)

Sets the value of the additionalEntities property.

Parameters
value Allowed object is Map

public void setCellPhone (String value)

Sets the value of the cellPhone property.

Parameters
value Allowed object is String

public void setChangePswdOnEwsLogin (boolean value)

Sets the value of the changePswdOnEwsLogin property.

Parameters
value

public void setDepartmentId (long value)

Sets the value of the departmentId property.

Parameters
value

public void setEmail (String value)

Sets the value of the email property.

Parameters
value Allowed object is String

public void setEmployeeNumber (String value)

Sets the value of the employeeNumber property.

Parameters
value Allowed object is String

public void setEwsLogin (String value)

Sets the value of the ewsLogin property.

Parameters
value Allowed object is String

public void setEwsPassword (String value)

Sets the value of the ewsPassword 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 setGender (String value)

Sets the value of the gender property.

Parameters
value Allowed object is String

public void setHierarchyPath (String value)

Sets the value of the hierarchyPath property.

Parameters
value Allowed object is String

public void setHiredDate (XMLGregorianCalendar value)

Sets the value of the hiredDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setJobCode (String value)

Sets the value of the jobCode property.

Parameters
value Allowed object is String

public void setJobTitle (String value)

Sets the value of the jobTitle property.

Parameters
value Allowed object is String

public void setLastName (String value)

Sets the value of the lastName property.

Parameters
value Allowed object is String

public void setLocationId (long value)

Sets the value of the locationId property.

Parameters
value

public void setLockedFromEws (boolean value)

Sets the value of the lockedFromEws property.

Parameters
value

public void setManagerId (long value)

Sets the value of the managerId property.

Parameters
value

public void setMiddleInitial (String value)

Sets the value of the middleInitial property.

Parameters
value Allowed object is String

public void setPayFrequency (String value)

Sets the value of the payFrequency property.

Parameters
value Allowed object is String

public void setRace (String value)

Sets the value of the race property.

Parameters
value Allowed object is String

public void setReviewManagerId (long value)

Sets the value of the reviewManagerId property.

Parameters
value

public void setSalary (double value)

Sets the value of the salary property.

Parameters
value

public void setSalaryGrade (String value)

Sets the value of the salaryGrade property.

Parameters
value Allowed object is String

public void setStartDate (XMLGregorianCalendar value)

Sets the value of the startDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setTitle (String value)

Sets the value of the title property.

Parameters
value Allowed object is String