public class

WorkExperienceQualificationProfileDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.WorkExperienceQualificationProfileDataType

Class Overview

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>
 

Summary

Fields
protected ProfessionalExperienceRatingReferenceType professionalExperienceRatingReference
protected Boolean required
protected WorkExperienceReferenceType workExperienceReference
Public Constructors
WorkExperienceQualificationProfileDataType()
Public Methods
ProfessionalExperienceRatingReferenceType getProfessionalExperienceRatingReference()
Gets the value of the professionalExperienceRatingReference property.
WorkExperienceReferenceType getWorkExperienceReference()
Gets the value of the workExperienceReference property.
Boolean isRequired()
Gets the value of the required property.
void setProfessionalExperienceRatingReference(ProfessionalExperienceRatingReferenceType value)
Sets the value of the professionalExperienceRatingReference property.
void setRequired(Boolean value)
Sets the value of the required property.
void setWorkExperienceReference(WorkExperienceReferenceType value)
Sets the value of the workExperienceReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ProfessionalExperienceRatingReferenceType professionalExperienceRatingReference

protected Boolean required

protected WorkExperienceReferenceType workExperienceReference

Public Constructors

public WorkExperienceQualificationProfileDataType ()

Public Methods

public ProfessionalExperienceRatingReferenceType getProfessionalExperienceRatingReference ()

Gets the value of the professionalExperienceRatingReference property.

Returns

public WorkExperienceReferenceType getWorkExperienceReference ()

Gets the value of the workExperienceReference property.

Returns

public Boolean isRequired ()

Gets the value of the required property.

Returns
  • possible object is Boolean

public void setProfessionalExperienceRatingReference (ProfessionalExperienceRatingReferenceType value)

Sets the value of the professionalExperienceRatingReference property.

Parameters
value Allowed object is ProfessionalExperienceRatingReferenceType

public void setRequired (Boolean value)

Sets the value of the required property.

Parameters
value Allowed object is Boolean

public void setWorkExperienceReference (WorkExperienceReferenceType value)

Sets the value of the workExperienceReference property.

Parameters
value Allowed object is WorkExperienceReferenceType