public class

CandidateBean

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

Class Overview

Java class for CandidateBean complex type.

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

 <complexType name="CandidateBean">
   <complexContent>
     <extension base="{urn:TBEWebAPI}EntityBean">
       <sequence>
         <element name="address" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="cellPhone" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="city" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="country" 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="gender" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="hiredDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="lastName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="legalStatus" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="middleInitial" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="password" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="phone" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="race" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="rank" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="reasonRejected" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="referredBy" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="resumeFileName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="source" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="state" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="submittedBy" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="textResume" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="veteran" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="zipCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String address
protected String cellPhone
protected String city
protected String country
protected String email
protected String firstName
protected String gender
protected XMLGregorianCalendar hiredDate
protected String lastName
protected String legalStatus
protected String middleInitial
protected String password
protected String phone
protected String race
protected int rank
protected String reasonRejected
protected String referredBy
protected String resumeFileName
protected String source
protected XMLGregorianCalendar startDate
protected String state
protected String submittedBy
protected String textResume
protected String veteran
protected String zipCode
[Expand]
Inherited Fields
From class org.mule.modules.taleo.model.EntityBean
Public Constructors
CandidateBean()
Public Methods
String getAddress()
Gets the value of the address property.
String getCellPhone()
Gets the value of the cellPhone property.
String getCity()
Gets the value of the city property.
String getCountry()
Gets the value of the country property.
String getEmail()
Gets the value of the email property.
String getFirstName()
Gets the value of the firstName property.
String getGender()
Gets the value of the gender property.
XMLGregorianCalendar getHiredDate()
Gets the value of the hiredDate property.
String getLastName()
Gets the value of the lastName property.
String getLegalStatus()
Gets the value of the legalStatus property.
String getMiddleInitial()
Gets the value of the middleInitial property.
String getPassword()
Gets the value of the password property.
String getPhone()
Gets the value of the phone property.
String getRace()
Gets the value of the race property.
int getRank()
Gets the value of the rank property.
String getReasonRejected()
Gets the value of the reasonRejected property.
String getReferredBy()
Gets the value of the referredBy property.
String getResumeFileName()
Gets the value of the resumeFileName property.
String getSource()
Gets the value of the source property.
XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.
String getState()
Gets the value of the state property.
String getSubmittedBy()
Gets the value of the submittedBy property.
String getTextResume()
Gets the value of the textResume property.
String getVeteran()
Gets the value of the veteran property.
String getZipCode()
Gets the value of the zipCode property.
void setAddress(String value)
Sets the value of the address property.
void setCellPhone(String value)
Sets the value of the cellPhone property.
void setCity(String value)
Sets the value of the city property.
void setCountry(String value)
Sets the value of the country property.
void setEmail(String value)
Sets the value of the email property.
void setFirstName(String value)
Sets the value of the firstName property.
void setGender(String value)
Sets the value of the gender property.
void setHiredDate(XMLGregorianCalendar value)
Sets the value of the hiredDate property.
void setLastName(String value)
Sets the value of the lastName property.
void setLegalStatus(String value)
Sets the value of the legalStatus property.
void setMiddleInitial(String value)
Sets the value of the middleInitial property.
void setPassword(String value)
Sets the value of the password property.
void setPhone(String value)
Sets the value of the phone property.
void setRace(String value)
Sets the value of the race property.
void setRank(int value)
Sets the value of the rank property.
void setReasonRejected(String value)
Sets the value of the reasonRejected property.
void setReferredBy(String value)
Sets the value of the referredBy property.
void setResumeFileName(String value)
Sets the value of the resumeFileName property.
void setSource(String value)
Sets the value of the source property.
void setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
void setState(String value)
Sets the value of the state property.
void setSubmittedBy(String value)
Sets the value of the submittedBy property.
void setTextResume(String value)
Sets the value of the textResume property.
void setVeteran(String value)
Sets the value of the veteran property.
void setZipCode(String value)
Sets the value of the zipCode property.
[Expand]
Inherited Methods
From class org.mule.modules.taleo.model.EntityBean
From class java.lang.Object

Fields

protected String address

protected String cellPhone

protected String city

protected String country

protected String email

protected String firstName

protected String gender

protected XMLGregorianCalendar hiredDate

protected String lastName

protected String legalStatus

protected String middleInitial

protected String password

protected String phone

protected String race

protected int rank

protected String reasonRejected

protected String referredBy

protected String resumeFileName

protected String source

protected XMLGregorianCalendar startDate

protected String state

protected String submittedBy

protected String textResume

protected String veteran

protected String zipCode

Public Constructors

public CandidateBean ()

Public Methods

public String getAddress ()

Gets the value of the address property.

Returns
  • possible object is String

public String getCellPhone ()

Gets the value of the cellPhone property.

Returns
  • possible object is String

public String getCity ()

Gets the value of the city property.

Returns
  • possible object is String

public String getCountry ()

Gets the value of the country property.

Returns
  • possible object is String

public String getEmail ()

Gets the value of the email 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 XMLGregorianCalendar getHiredDate ()

Gets the value of the hiredDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getLastName ()

Gets the value of the lastName property.

Returns
  • possible object is String

public String getLegalStatus ()

Gets the value of the legalStatus property.

Returns
  • possible object is String

public String getMiddleInitial ()

Gets the value of the middleInitial property.

Returns
  • possible object is String

public String getPassword ()

Gets the value of the password property.

Returns
  • possible object is String

public String getPhone ()

Gets the value of the phone property.

Returns
  • possible object is String

public String getRace ()

Gets the value of the race property.

Returns
  • possible object is String

public int getRank ()

Gets the value of the rank property.

public String getReasonRejected ()

Gets the value of the reasonRejected property.

Returns
  • possible object is String

public String getReferredBy ()

Gets the value of the referredBy property.

Returns
  • possible object is String

public String getResumeFileName ()

Gets the value of the resumeFileName property.

Returns
  • possible object is String

public String getSource ()

Gets the value of the source property.

Returns
  • possible object is String

public XMLGregorianCalendar getStartDate ()

Gets the value of the startDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getState ()

Gets the value of the state property.

Returns
  • possible object is String

public String getSubmittedBy ()

Gets the value of the submittedBy property.

Returns
  • possible object is String

public String getTextResume ()

Gets the value of the textResume property.

Returns
  • possible object is String

public String getVeteran ()

Gets the value of the veteran property.

Returns
  • possible object is String

public String getZipCode ()

Gets the value of the zipCode property.

Returns
  • possible object is String

public void setAddress (String value)

Sets the value of the address property.

Parameters
value Allowed object is String

public void setCellPhone (String value)

Sets the value of the cellPhone property.

Parameters
value Allowed object is String

public void setCity (String value)

Sets the value of the city property.

Parameters
value Allowed object is String

public void setCountry (String value)

Sets the value of the country 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 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 setHiredDate (XMLGregorianCalendar value)

Sets the value of the hiredDate 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 setLegalStatus (String value)

Sets the value of the legalStatus 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 setPassword (String value)

Sets the value of the password 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 setRace (String value)

Sets the value of the race property.

Parameters
value Allowed object is String

public void setRank (int value)

Sets the value of the rank property.

Parameters
value

public void setReasonRejected (String value)

Sets the value of the reasonRejected property.

Parameters
value Allowed object is String

public void setReferredBy (String value)

Sets the value of the referredBy property.

Parameters
value Allowed object is String

public void setResumeFileName (String value)

Sets the value of the resumeFileName property.

Parameters
value Allowed object is String

public void setSource (String value)

Sets the value of the source 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 setState (String value)

Sets the value of the state property.

Parameters
value Allowed object is String

public void setSubmittedBy (String value)

Sets the value of the submittedBy property.

Parameters
value Allowed object is String

public void setTextResume (String value)

Sets the value of the textResume property.

Parameters
value Allowed object is String

public void setVeteran (String value)

Sets the value of the veteran property.

Parameters
value Allowed object is String

public void setZipCode (String value)

Sets the value of the zipCode property.

Parameters
value Allowed object is String