| java.lang.Object | |
| ↳ | com.workday.payrollinterface.PayeeQualificationDataType |
Contains the qualifications data for the payee. Security Note: This element is secured according to the security policy for the "Worker Data: Skills and Experience" domain.
Java class for Payee_Qualification_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payee_Qualification_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="External_Job_History" type="{urn:com.workday/bsvc}Job_HistoryType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Education" type="{urn:com.workday/bsvc}EducationType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Work_Experience" type="{urn:com.workday/bsvc}Work_Experience_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| education | |||||||||||
| externalJobHistory | |||||||||||
| workExperience | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the education property.
| |||||||||||
Gets the value of the externalJobHistory property.
| |||||||||||
Gets the value of the workExperience property.
| |||||||||||
Sets the value of the education property.
| |||||||||||
Sets the value of the externalJobHistory property.
| |||||||||||
Sets the value of the workExperience property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the education property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the education property.
For example, to add a new item, do as follows:
getEducation().add(newItem);
Objects of the following type(s) are allowed in the list
EducationType
Gets the value of the externalJobHistory property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the externalJobHistory property.
For example, to add a new item, do as follows:
getExternalJobHistory().add(newItem);
Objects of the following type(s) are allowed in the list
JobHistoryType
Gets the value of the workExperience property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the workExperience property.
For example, to add a new item, do as follows:
getWorkExperience().add(newItem);
Objects of the following type(s) are allowed in the list
WorkExperienceDataType
Sets the value of the education property.
| education | Allowed object is
EducationType
|
|---|
Sets the value of the externalJobHistory property.
| externalJobHistory | Allowed object is
JobHistoryType
|
|---|
Sets the value of the workExperience property.
| workExperience | Allowed object is
WorkExperienceDataType
|
|---|