public class

ProfessionalExperienceDataType

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

Class Overview

Encapsulating element containing all Professional Experience data.

Java class for Professional_Experience_DataType complex type.

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

 <complexType name="Professional_Experience_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Professional_Experience" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Professional_Experience_Rating_Reference" type="{urn:com.workday/bsvc}Professional_Experience_Rating_ReferenceType" minOccurs="0"/>
         <element name="Professional_Experience_Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String professionalExperience
protected String professionalExperienceComment
protected ProfessionalExperienceRatingReferenceType professionalExperienceRatingReference
Public Constructors
ProfessionalExperienceDataType()
Public Methods
String getProfessionalExperience()
Gets the value of the professionalExperience property.
String getProfessionalExperienceComment()
Gets the value of the professionalExperienceComment property.
ProfessionalExperienceRatingReferenceType getProfessionalExperienceRatingReference()
Gets the value of the professionalExperienceRatingReference property.
void setProfessionalExperience(String value)
Sets the value of the professionalExperience property.
void setProfessionalExperienceComment(String value)
Sets the value of the professionalExperienceComment property.
void setProfessionalExperienceRatingReference(ProfessionalExperienceRatingReferenceType value)
Sets the value of the professionalExperienceRatingReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String professionalExperience

protected String professionalExperienceComment

protected ProfessionalExperienceRatingReferenceType professionalExperienceRatingReference

Public Constructors

public ProfessionalExperienceDataType ()

Public Methods

public String getProfessionalExperience ()

Gets the value of the professionalExperience property.

Returns
  • possible object is String

public String getProfessionalExperienceComment ()

Gets the value of the professionalExperienceComment property.

Returns
  • possible object is String

public ProfessionalExperienceRatingReferenceType getProfessionalExperienceRatingReference ()

Gets the value of the professionalExperienceRatingReference property.

Returns

public void setProfessionalExperience (String value)

Sets the value of the professionalExperience property.

Parameters
value Allowed object is String

public void setProfessionalExperienceComment (String value)

Sets the value of the professionalExperienceComment property.

Parameters
value Allowed object is String

public void setProfessionalExperienceRatingReference (ProfessionalExperienceRatingReferenceType value)

Sets the value of the professionalExperienceRatingReference property.

Parameters
value Allowed object is ProfessionalExperienceRatingReferenceType