| java.lang.Object | |
| ↳ | com.workday.staffing.WorkExperienceQualificationProfileReplacementDataType |
Replacement element containing Work Experience Qualifications for the Job Profile When updating a Job Profile, all Work Experiences for the Job Profile will be replaced by the submitted data. If no data is submitted, then the existing Work Experiences are not changed.
Java class for Work_Experience_Qualification_Profile_Replacement_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Work_Experience_Qualification_Profile_Replacement_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Worker_Experience_Reference" type="{urn:com.workday/bsvc}Work_Experience_SkillObjectType"/>
<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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| required | |||||||||||
| workExperienceRatingReference | |||||||||||
| workerExperienceReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the required property.
| |||||||||||
Gets the value of the workExperienceRatingReference property.
| |||||||||||
Gets the value of the workerExperienceReference property.
| |||||||||||
Sets the value of the required property.
| |||||||||||
Sets the value of the workExperienceRatingReference property.
| |||||||||||
Sets the value of the workerExperienceReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the required property. This getter has been renamed from isRequired() to getRequired() by cxf-xjc-boolean plugin.
Gets the value of the workExperienceRatingReference property.
WorkExperienceRatingObjectType
Gets the value of the workerExperienceReference property.
WorkExperienceSkillObjectType
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 workerExperienceReference property.
| value | Allowed object is
WorkExperienceSkillObjectType
|
|---|

