public class

WorkExperienceDataType

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

Class Overview

Wrapper element for the work experience.

Java class for Work_Experience_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Work_Experience_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Experience_Reference" type="{urn:com.workday/bsvc}Work_Experience_SkillObjectType" minOccurs="0"/>
         <element name="Remove_Experience" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Experience_Rating_Reference" type="{urn:com.workday/bsvc}Work_Experience_RatingObjectType" minOccurs="0"/>
         <element name="Experience_Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String experienceComment
protected WorkExperienceRatingObjectType experienceRatingReference
protected WorkExperienceSkillObjectType experienceReference
protected Boolean removeExperience
Public Constructors
WorkExperienceDataType()
Public Methods
String getExperienceComment()
Gets the value of the experienceComment property.
WorkExperienceRatingObjectType getExperienceRatingReference()
Gets the value of the experienceRatingReference property.
WorkExperienceSkillObjectType getExperienceReference()
Gets the value of the experienceReference property.
Boolean isRemoveExperience()
Gets the value of the removeExperience property.
void setExperienceComment(String value)
Sets the value of the experienceComment property.
void setExperienceRatingReference(WorkExperienceRatingObjectType value)
Sets the value of the experienceRatingReference property.
void setExperienceReference(WorkExperienceSkillObjectType value)
Sets the value of the experienceReference property.
void setRemoveExperience(Boolean value)
Sets the value of the removeExperience property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String experienceComment

protected WorkExperienceRatingObjectType experienceRatingReference

protected WorkExperienceSkillObjectType experienceReference

protected Boolean removeExperience

Public Constructors

public WorkExperienceDataType ()

Public Methods

public String getExperienceComment ()

Gets the value of the experienceComment property.

Returns
  • possible object is String

public WorkExperienceRatingObjectType getExperienceRatingReference ()

Gets the value of the experienceRatingReference property.

Returns

public WorkExperienceSkillObjectType getExperienceReference ()

Gets the value of the experienceReference property.

Returns

public Boolean isRemoveExperience ()

Gets the value of the removeExperience property.

Returns
  • possible object is Boolean

public void setExperienceComment (String value)

Sets the value of the experienceComment property.

Parameters
value Allowed object is String

public void setExperienceRatingReference (WorkExperienceRatingObjectType value)

Sets the value of the experienceRatingReference property.

Parameters
value Allowed object is WorkExperienceRatingObjectType

public void setExperienceReference (WorkExperienceSkillObjectType value)

Sets the value of the experienceReference property.

Parameters
value Allowed object is WorkExperienceSkillObjectType

public void setRemoveExperience (Boolean value)

Sets the value of the removeExperience property.

Parameters
value Allowed object is Boolean