public class

WorkExperienceQualificationProfileDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.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

Constants
long serialVersionUID
Fields
protected ProfessionalExperienceRatingReferenceType professionalExperienceRatingReference
protected Boolean required
protected WorkExperienceReferenceType workExperienceReference
Public Constructors
WorkExperienceQualificationProfileDataType()
Public Methods
ProfessionalExperienceRatingReferenceType getProfessionalExperienceRatingReference()
Gets the value of the professionalExperienceRatingReference property.
Boolean getRequired()
Gets the value of the required property.
WorkExperienceReferenceType getWorkExperienceReference()
Gets the value of the workExperienceReference 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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

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 Boolean getRequired ()

Gets the value of the required property. This getter has been renamed from isRequired() to getRequired() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public WorkExperienceReferenceType getWorkExperienceReference ()

Gets the value of the workExperienceReference property.

Returns

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