| java.lang.Object | |
| ↳ | com.workday.staffing.PersonQualificationDataType |
Contains the worker's skills and experience. Security Note: This element is secured to the following domains: Self Service: Skills and Experience; Worker: Skills and Experience
Java class for Person_Qualification_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Person_Qualification_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Accomplishment" type="{urn:com.workday/bsvc}AccomplishmentType" maxOccurs="unbounded" minOccurs="0"/>
<element name="External_Job_History" type="{urn:com.workday/bsvc}Job_HistoryType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Competency" type="{urn:com.workday/bsvc}Competency_Achievement_Data__v10_Type" maxOccurs="unbounded" minOccurs="0"/>
<element name="Certification" type="{urn:com.workday/bsvc}Certification_AchievementType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Training" type="{urn:com.workday/bsvc}TrainingType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Award" type="{urn:com.workday/bsvc}AwardType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Organization_Membership" type="{urn:com.workday/bsvc}MembershipType" 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"/>
<element name="Language" type="{urn:com.workday/bsvc}Language_Achievement_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Internal_Project_Experience" type="{urn:com.workday/bsvc}Internal_Project_ExperienceType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accomplishment | |||||||||||
| award | |||||||||||
| certification | |||||||||||
| competency | |||||||||||
| education | |||||||||||
| externalJobHistory | |||||||||||
| internalProjectExperience | |||||||||||
| language | |||||||||||
| organizationMembership | |||||||||||
| training | |||||||||||
| workExperience | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accomplishment property.
| |||||||||||
Gets the value of the award property.
| |||||||||||
Gets the value of the certification property.
| |||||||||||
Gets the value of the competency property.
| |||||||||||
Gets the value of the education property.
| |||||||||||
Gets the value of the externalJobHistory property.
| |||||||||||
Gets the value of the internalProjectExperience property.
| |||||||||||
Gets the value of the language property.
| |||||||||||
Gets the value of the organizationMembership property.
| |||||||||||
Gets the value of the training property.
| |||||||||||
Gets the value of the workExperience property.
| |||||||||||
Sets the value of the accomplishment property.
| |||||||||||
Sets the value of the award property.
| |||||||||||
Sets the value of the certification property.
| |||||||||||
Sets the value of the competency property.
| |||||||||||
Sets the value of the education property.
| |||||||||||
Sets the value of the externalJobHistory property.
| |||||||||||
Sets the value of the internalProjectExperience property.
| |||||||||||
Sets the value of the language property.
| |||||||||||
Sets the value of the organizationMembership property.
| |||||||||||
Sets the value of the training property.
| |||||||||||
Sets the value of the workExperience property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the accomplishment 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 accomplishment property.
For example, to add a new item, do as follows:
getAccomplishment().add(newItem);
Objects of the following type(s) are allowed in the list
AccomplishmentType
Gets the value of the award 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 award property.
For example, to add a new item, do as follows:
getAward().add(newItem);
Objects of the following type(s) are allowed in the list
AwardType
Gets the value of the certification 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 certification property.
For example, to add a new item, do as follows:
getCertification().add(newItem);
Objects of the following type(s) are allowed in the list
CertificationAchievementType
Gets the value of the competency 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 competency property.
For example, to add a new item, do as follows:
getCompetency().add(newItem);
Objects of the following type(s) are allowed in the list
CompetencyAchievementDataV10Type
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 internalProjectExperience 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 internalProjectExperience property.
For example, to add a new item, do as follows:
getInternalProjectExperience().add(newItem);
Objects of the following type(s) are allowed in the list
InternalProjectExperienceType
Gets the value of the language 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 language property.
For example, to add a new item, do as follows:
getLanguage().add(newItem);
Objects of the following type(s) are allowed in the list
LanguageAchievementDataType
Gets the value of the organizationMembership 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 organizationMembership property.
For example, to add a new item, do as follows:
getOrganizationMembership().add(newItem);
Objects of the following type(s) are allowed in the list
MembershipType
Gets the value of the training 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 training property.
For example, to add a new item, do as follows:
getTraining().add(newItem);
Objects of the following type(s) are allowed in the list
TrainingType
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 accomplishment property.
| accomplishment | Allowed object is
AccomplishmentType
|
|---|
Sets the value of the award property.
| award | Allowed object is
AwardType
|
|---|
Sets the value of the certification property.
| certification | Allowed object is
CertificationAchievementType
|
|---|
Sets the value of the competency property.
| competency | Allowed object is
CompetencyAchievementDataV10Type
|
|---|
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 internalProjectExperience property.
| internalProjectExperience | Allowed object is
InternalProjectExperienceType
|
|---|
Sets the value of the language property.
| language | Allowed object is
LanguageAchievementDataType
|
|---|
Sets the value of the organizationMembership property.
| organizationMembership | Allowed object is
MembershipType
|
|---|
Sets the value of the training property.
| training | Allowed object is
TrainingType
|
|---|
Sets the value of the workExperience property.
| workExperience | Allowed object is
WorkExperienceDataType
|
|---|