| java.lang.Object | |
| ↳ | workday.com.bsvc.QualificationsFromPositionRestrictionsDataType |
Contains the position's and it's job profile's qualification information which includes the following: Competency, Certification, Education, Language, Responsibility, Training, and Work Experience
Java class for Qualifications_from_Position_Restrictions_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Qualifications_from_Position_Restrictions_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Competency_Data" type="{urn:com.workday/bsvc}Competency_Profile_for_JobType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Certification_Data" type="{urn:com.workday/bsvc}Certification_Profile_for_JobType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Education_Data" type="{urn:com.workday/bsvc}Education_Profile_for_JobType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Language_Data" type="{urn:com.workday/bsvc}Language_Profile_for_JobType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Responsibility_Data" type="{urn:com.workday/bsvc}Responsibility_Profile_for_JobType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Training_Data" type="{urn:com.workday/bsvc}Training_Profile_for_JobType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Work_Experience_Data" type="{urn:com.workday/bsvc}Work_Experience_for_JobType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| certificationData | |||||||||||
| competencyData | |||||||||||
| educationData | |||||||||||
| languageData | |||||||||||
| responsibilityData | |||||||||||
| trainingData | |||||||||||
| workExperienceData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the certificationData property.
| |||||||||||
Gets the value of the competencyData property.
| |||||||||||
Gets the value of the educationData property.
| |||||||||||
Gets the value of the languageData property.
| |||||||||||
Gets the value of the responsibilityData property.
| |||||||||||
Gets the value of the trainingData property.
| |||||||||||
Gets the value of the workExperienceData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the certificationData 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 certificationData property.
For example, to add a new item, do as follows:
getCertificationData().add(newItem);
Objects of the following type(s) are allowed in the list
CertificationProfileForJobType
Gets the value of the competencyData 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 competencyData property.
For example, to add a new item, do as follows:
getCompetencyData().add(newItem);
Objects of the following type(s) are allowed in the list
CompetencyProfileForJobType
Gets the value of the educationData 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 educationData property.
For example, to add a new item, do as follows:
getEducationData().add(newItem);
Objects of the following type(s) are allowed in the list
EducationProfileForJobType
Gets the value of the languageData 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 languageData property.
For example, to add a new item, do as follows:
getLanguageData().add(newItem);
Objects of the following type(s) are allowed in the list
LanguageProfileForJobType
Gets the value of the responsibilityData 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 responsibilityData property.
For example, to add a new item, do as follows:
getResponsibilityData().add(newItem);
Objects of the following type(s) are allowed in the list
ResponsibilityProfileForJobType
Gets the value of the trainingData 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 trainingData property.
For example, to add a new item, do as follows:
getTrainingData().add(newItem);
Objects of the following type(s) are allowed in the list
TrainingProfileForJobType
Gets the value of the workExperienceData 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 workExperienceData property.
For example, to add a new item, do as follows:
getWorkExperienceData().add(newItem);
Objects of the following type(s) are allowed in the list
WorkExperienceForJobType

