public class

WorkHistoryBean

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

Class Overview

Java class for WorkHistoryBean complex type.

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

 <complexType name="WorkHistoryBean">
   <complexContent>
     <extension base="{urn:TBEWebAPI}EntityBean">
       <sequence>
         <element name="entityId" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="seqNo" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="jobTitle" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="companyName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="dateFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="dateTo" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="jobDescription" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="companyStreetAddress" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="companyCityState" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="phone" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="directSupervisor" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="supervisorTitle" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="explanation" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="finalRateOfPay" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="okToContact" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="reasonForLeaving" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String companyCityState
protected String companyName
protected String companyStreetAddress
protected XMLGregorianCalendar dateFrom
protected XMLGregorianCalendar dateTo
protected String directSupervisor
protected long entityId
protected String explanation
protected String finalRateOfPay
protected String jobDescription
protected String jobTitle
protected boolean okToContact
protected String phone
protected String reasonForLeaving
protected int seqNo
protected String supervisorTitle
[Expand]
Inherited Fields
From class org.mule.modules.taleo.model.EntityBean
Public Constructors
WorkHistoryBean()
Public Methods
String getCompanyCityState()
Gets the value of the companyCityState property.
String getCompanyName()
Gets the value of the companyName property.
String getCompanyStreetAddress()
Gets the value of the companyStreetAddress property.
XMLGregorianCalendar getDateFrom()
Gets the value of the dateFrom property.
XMLGregorianCalendar getDateTo()
Gets the value of the dateTo property.
String getDirectSupervisor()
Gets the value of the directSupervisor property.
long getEntityId()
Gets the value of the entityId property.
String getExplanation()
Gets the value of the explanation property.
String getFinalRateOfPay()
Gets the value of the finalRateOfPay property.
String getJobDescription()
Gets the value of the jobDescription property.
String getJobTitle()
Gets the value of the jobTitle property.
boolean getOkToContact()
Gets the value of the okToContact property.
String getPhone()
Gets the value of the phone property.
String getReasonForLeaving()
Gets the value of the reasonForLeaving property.
int getSeqNo()
Gets the value of the seqNo property.
String getSupervisorTitle()
Gets the value of the supervisorTitle property.
void setCompanyCityState(String value)
Sets the value of the companyCityState property.
void setCompanyName(String value)
Sets the value of the companyName property.
void setCompanyStreetAddress(String value)
Sets the value of the companyStreetAddress property.
void setDateFrom(XMLGregorianCalendar value)
Sets the value of the dateFrom property.
void setDateTo(XMLGregorianCalendar value)
Sets the value of the dateTo property.
void setDirectSupervisor(String value)
Sets the value of the directSupervisor property.
void setEntityId(long value)
Sets the value of the entityId property.
void setExplanation(String value)
Sets the value of the explanation property.
void setFinalRateOfPay(String value)
Sets the value of the finalRateOfPay property.
void setJobDescription(String value)
Sets the value of the jobDescription property.
void setJobTitle(String value)
Sets the value of the jobTitle property.
void setOkToContact(boolean value)
Sets the value of the okToContact property.
void setPhone(String value)
Sets the value of the phone property.
void setReasonForLeaving(String value)
Sets the value of the reasonForLeaving property.
void setSeqNo(int value)
Sets the value of the seqNo property.
void setSupervisorTitle(String value)
Sets the value of the supervisorTitle property.
[Expand]
Inherited Methods
From class org.mule.modules.taleo.model.EntityBean
From class java.lang.Object

Fields

protected String companyCityState

protected String companyName

protected String companyStreetAddress

protected XMLGregorianCalendar dateFrom

protected XMLGregorianCalendar dateTo

protected String directSupervisor

protected long entityId

protected String explanation

protected String finalRateOfPay

protected String jobDescription

protected String jobTitle

protected boolean okToContact

protected String phone

protected String reasonForLeaving

protected int seqNo

protected String supervisorTitle

Public Constructors

public WorkHistoryBean ()

Public Methods

public String getCompanyCityState ()

Gets the value of the companyCityState property.

Returns
  • possible object is String

public String getCompanyName ()

Gets the value of the companyName property.

Returns
  • possible object is String

public String getCompanyStreetAddress ()

Gets the value of the companyStreetAddress property.

Returns
  • possible object is String

public XMLGregorianCalendar getDateFrom ()

Gets the value of the dateFrom property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getDateTo ()

Gets the value of the dateTo property.

Returns
  • possible object is XMLGregorianCalendar

public String getDirectSupervisor ()

Gets the value of the directSupervisor property.

Returns
  • possible object is String

public long getEntityId ()

Gets the value of the entityId property.

public String getExplanation ()

Gets the value of the explanation property.

Returns
  • possible object is String

public String getFinalRateOfPay ()

Gets the value of the finalRateOfPay property.

Returns
  • possible object is String

public String getJobDescription ()

Gets the value of the jobDescription property.

Returns
  • possible object is String

public String getJobTitle ()

Gets the value of the jobTitle property.

Returns
  • possible object is String

public boolean getOkToContact ()

Gets the value of the okToContact property. This getter has been renamed from isOkToContact() to getOkToContact() by cxf-xjc-boolean plugin.

public String getPhone ()

Gets the value of the phone property.

Returns
  • possible object is String

public String getReasonForLeaving ()

Gets the value of the reasonForLeaving property.

Returns
  • possible object is String

public int getSeqNo ()

Gets the value of the seqNo property.

public String getSupervisorTitle ()

Gets the value of the supervisorTitle property.

Returns
  • possible object is String

public void setCompanyCityState (String value)

Sets the value of the companyCityState property.

Parameters
value Allowed object is String

public void setCompanyName (String value)

Sets the value of the companyName property.

Parameters
value Allowed object is String

public void setCompanyStreetAddress (String value)

Sets the value of the companyStreetAddress property.

Parameters
value Allowed object is String

public void setDateFrom (XMLGregorianCalendar value)

Sets the value of the dateFrom property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setDateTo (XMLGregorianCalendar value)

Sets the value of the dateTo property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setDirectSupervisor (String value)

Sets the value of the directSupervisor property.

Parameters
value Allowed object is String

public void setEntityId (long value)

Sets the value of the entityId property.

Parameters
value

public void setExplanation (String value)

Sets the value of the explanation property.

Parameters
value Allowed object is String

public void setFinalRateOfPay (String value)

Sets the value of the finalRateOfPay property.

Parameters
value Allowed object is String

public void setJobDescription (String value)

Sets the value of the jobDescription 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 setOkToContact (boolean value)

Sets the value of the okToContact property.

Parameters
value

public void setPhone (String value)

Sets the value of the phone property.

Parameters
value Allowed object is String

public void setReasonForLeaving (String value)

Sets the value of the reasonForLeaving property.

Parameters
value Allowed object is String

public void setSeqNo (int value)

Sets the value of the seqNo property.

Parameters
value

public void setSupervisorTitle (String value)

Sets the value of the supervisorTitle property.

Parameters
value Allowed object is String