| java.lang.Object | |
| ↳ | workday.com.bsvc.JobHistoryAchievementDataType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| company | |||||||||||
| contact | |||||||||||
| endDate | |||||||||||
| externalEmploymentID | |||||||||||
| jobReference | |||||||||||
| jobTitle | |||||||||||
| location | |||||||||||
| removeJobHistory | |||||||||||
| responsibilitiesAndAchievements | |||||||||||
| startDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the company property.
| |||||||||||
Gets the value of the contact property.
| |||||||||||
Gets the value of the endDate property.
| |||||||||||
Gets the value of the externalEmploymentID property.
| |||||||||||
Gets the value of the jobReference property.
| |||||||||||
Gets the value of the jobTitle property.
| |||||||||||
Gets the value of the location property.
| |||||||||||
Gets the value of the responsibilitiesAndAchievements property.
| |||||||||||
Gets the value of the startDate property.
| |||||||||||
Gets the value of the removeJobHistory property.
| |||||||||||
Sets the value of the company property.
| |||||||||||
Sets the value of the contact property.
| |||||||||||
Sets the value of the endDate property.
| |||||||||||
Sets the value of the externalEmploymentID property.
| |||||||||||
Sets the value of the jobReference property.
| |||||||||||
Sets the value of the jobTitle property.
| |||||||||||
Sets the value of the location property.
| |||||||||||
Sets the value of the removeJobHistory property.
| |||||||||||
Sets the value of the responsibilitiesAndAchievements property.
| |||||||||||
Sets the value of the startDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the company property.
Gets the value of the contact property.
Gets the value of the endDate property.
Gets the value of the externalEmploymentID property.
Gets the value of the jobReference property.
Gets the value of the jobTitle property.
Gets the value of the location property.
Gets the value of the responsibilitiesAndAchievements property.
Gets the value of the startDate property.
Gets the value of the removeJobHistory property.
Sets the value of the company property.
| value | Allowed object is String |
|---|
Sets the value of the contact property.
| value | Allowed object is String |
|---|
Sets the value of the endDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the externalEmploymentID property.
| value | Allowed object is String |
|---|
Sets the value of the jobReference property.
| value | Allowed object is String |
|---|
Sets the value of the jobTitle property.
| value | Allowed object is String |
|---|
Sets the value of the location property.
| value | Allowed object is String |
|---|
Sets the value of the removeJobHistory property.
| value | Allowed object is Boolean |
|---|
Sets the value of the responsibilitiesAndAchievements property.
| value | Allowed object is String |
|---|
Sets the value of the startDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|