| java.lang.Object | |
| ↳ | workday.com.bsvc.WorkExperienceProfileForJobDataType |
Contains the work experience profile's information for a position.
Java class for Work_Experience_Profile_for_Job_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Work_Experience_Profile_for_Job_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Work_Experience_Reference" type="{urn:com.workday/bsvc}Work_Experience_SkillObjectType" minOccurs="0"/>
<element name="Work_Experience_Rating_Reference" type="{urn:com.workday/bsvc}Work_Experience_RatingObjectType" minOccurs="0"/>
<element name="Required" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Qualification_Source_Reference" type="{urn:com.workday/bsvc}Job_Qualification_Profile_TargetObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| qualificationSourceReference | |||||||||||
| required | |||||||||||
| workExperienceRatingReference | |||||||||||
| workExperienceReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the qualificationSourceReference property.
| |||||||||||
Gets the value of the workExperienceRatingReference property.
| |||||||||||
Gets the value of the workExperienceReference property.
| |||||||||||
Gets the value of the required property.
| |||||||||||
Sets the value of the qualificationSourceReference property.
| |||||||||||
Sets the value of the required property.
| |||||||||||
Sets the value of the workExperienceRatingReference property.
| |||||||||||
Sets the value of the workExperienceReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the qualificationSourceReference property.
JobQualificationProfileTargetObjectType
Gets the value of the workExperienceRatingReference property.
WorkExperienceRatingObjectType
Gets the value of the workExperienceReference property.
WorkExperienceSkillObjectType
Gets the value of the required property.
Sets the value of the qualificationSourceReference property.
| value | Allowed object is
JobQualificationProfileTargetObjectType
|
|---|
Sets the value of the required property.
| value | Allowed object is Boolean |
|---|
Sets the value of the workExperienceRatingReference property.
| value | Allowed object is
WorkExperienceRatingObjectType
|
|---|
Sets the value of the workExperienceReference property.
| value | Allowed object is
WorkExperienceSkillObjectType
|
|---|

