| java.lang.Object | |
| ↳ | workday.com.bsvc.ProfessionalExperienceDataType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| professionalExperience | |||||||||||
| professionalExperienceComment | |||||||||||
| professionalExperienceRatingReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the professionalExperience property.
| |||||||||||
Gets the value of the professionalExperienceComment property.
| |||||||||||
Gets the value of the professionalExperienceRatingReference property.
| |||||||||||
Sets the value of the professionalExperience property.
| |||||||||||
Sets the value of the professionalExperienceComment property.
| |||||||||||
Sets the value of the professionalExperienceRatingReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the professionalExperience property.
Gets the value of the professionalExperienceComment property.
Gets the value of the professionalExperienceRatingReference property.
ProfessionalExperienceRatingReferenceType
Sets the value of the professionalExperience property.
| value | Allowed object is String |
|---|
Sets the value of the professionalExperienceComment property.
| value | Allowed object is String |
|---|
Sets the value of the professionalExperienceRatingReference property.
| value | Allowed object is
ProfessionalExperienceRatingReferenceType
|
|---|

