| java.lang.Object | |
| ↳ | com.workday.hr.WorkExperienceQualificationProfileDataType |
Encapsulating element containing all Work Experience Qualification Profile data.
Java class for Work_Experience_Qualification_Profile_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Work_Experience_Qualification_Profile_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Work_Experience_Reference" type="{urn:com.workday/bsvc}Work_Experience_ReferenceType"/>
<element name="Professional_Experience_Rating_Reference" type="{urn:com.workday/bsvc}Professional_Experience_Rating_ReferenceType" minOccurs="0"/>
<element name="Required" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| professionalExperienceRatingReference | |||||||||||
| required | |||||||||||
| workExperienceReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the professionalExperienceRatingReference property.
| |||||||||||
Gets the value of the required property.
| |||||||||||
Gets the value of the workExperienceReference property.
| |||||||||||
Sets the value of the professionalExperienceRatingReference property.
| |||||||||||
Sets the value of the required property.
| |||||||||||
Sets the value of the workExperienceReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the professionalExperienceRatingReference property.
ProfessionalExperienceRatingReferenceType
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 workExperienceReference property.
WorkExperienceReferenceType
Sets the value of the professionalExperienceRatingReference property.
| value | Allowed object is
ProfessionalExperienceRatingReferenceType
|
|---|
Sets the value of the required property.
| value | Allowed object is Boolean |
|---|
Sets the value of the workExperienceReference property.
| value | Allowed object is
WorkExperienceReferenceType
|
|---|

