public class

JobHistoryAchievementDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.JobHistoryAchievementDataType

Class Overview

Wrapper element for the job history information.

Java class for Job_History_Achievement_DataType complex type.

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

 <complexType name="Job_History_Achievement_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="External_Employment_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Remove_Job_History" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Job_Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Company" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Start_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Responsibilities_and_Achievements" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Location" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Job_Reference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Contact" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String company
protected String contact
protected XMLGregorianCalendar endDate
protected String externalEmploymentID
protected String jobReference
protected String jobTitle
protected String location
protected Boolean removeJobHistory
protected String responsibilitiesAndAchievements
protected XMLGregorianCalendar startDate
Public Constructors
JobHistoryAchievementDataType()
Public Methods
String getCompany()
Gets the value of the company property.
String getContact()
Gets the value of the contact property.
XMLGregorianCalendar getEndDate()
Gets the value of the endDate property.
String getExternalEmploymentID()
Gets the value of the externalEmploymentID property.
String getJobReference()
Gets the value of the jobReference property.
String getJobTitle()
Gets the value of the jobTitle property.
String getLocation()
Gets the value of the location property.
String getResponsibilitiesAndAchievements()
Gets the value of the responsibilitiesAndAchievements property.
XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.
Boolean isRemoveJobHistory()
Gets the value of the removeJobHistory property.
void setCompany(String value)
Sets the value of the company property.
void setContact(String value)
Sets the value of the contact property.
void setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.
void setExternalEmploymentID(String value)
Sets the value of the externalEmploymentID property.
void setJobReference(String value)
Sets the value of the jobReference property.
void setJobTitle(String value)
Sets the value of the jobTitle property.
void setLocation(String value)
Sets the value of the location property.
void setRemoveJobHistory(Boolean value)
Sets the value of the removeJobHistory property.
void setResponsibilitiesAndAchievements(String value)
Sets the value of the responsibilitiesAndAchievements property.
void setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String company

protected String contact

protected XMLGregorianCalendar endDate

protected String externalEmploymentID

protected String jobReference

protected String jobTitle

protected String location

protected Boolean removeJobHistory

protected String responsibilitiesAndAchievements

protected XMLGregorianCalendar startDate

Public Constructors

public JobHistoryAchievementDataType ()

Public Methods

public String getCompany ()

Gets the value of the company property.

Returns
  • possible object is String

public String getContact ()

Gets the value of the contact property.

Returns
  • possible object is String

public XMLGregorianCalendar getEndDate ()

Gets the value of the endDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getExternalEmploymentID ()

Gets the value of the externalEmploymentID property.

Returns
  • possible object is String

public String getJobReference ()

Gets the value of the jobReference property.

Returns
  • possible object is String

public String getJobTitle ()

Gets the value of the jobTitle property.

Returns
  • possible object is String

public String getLocation ()

Gets the value of the location property.

Returns
  • possible object is String

public String getResponsibilitiesAndAchievements ()

Gets the value of the responsibilitiesAndAchievements property.

Returns
  • possible object is String

public XMLGregorianCalendar getStartDate ()

Gets the value of the startDate property.

Returns
  • possible object is XMLGregorianCalendar

public Boolean isRemoveJobHistory ()

Gets the value of the removeJobHistory property.

Returns
  • possible object is Boolean

public void setCompany (String value)

Sets the value of the company property.

Parameters
value Allowed object is String

public void setContact (String value)

Sets the value of the contact property.

Parameters
value Allowed object is String

public void setEndDate (XMLGregorianCalendar value)

Sets the value of the endDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setExternalEmploymentID (String value)

Sets the value of the externalEmploymentID property.

Parameters
value Allowed object is String

public void setJobReference (String value)

Sets the value of the jobReference 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 setLocation (String value)

Sets the value of the location property.

Parameters
value Allowed object is String

public void setRemoveJobHistory (Boolean value)

Sets the value of the removeJobHistory property.

Parameters
value Allowed object is Boolean

public void setResponsibilitiesAndAchievements (String value)

Sets the value of the responsibilitiesAndAchievements 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