| java.lang.Object | |
| ↳ | workday.com.bsvc.WorkExperienceDataType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| experienceComment | |||||||||||
| experienceRatingReference | |||||||||||
| experienceReference | |||||||||||
| removeExperience | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the experienceComment property.
| |||||||||||
Gets the value of the experienceRatingReference property.
| |||||||||||
Gets the value of the experienceReference property.
| |||||||||||
Gets the value of the removeExperience property.
| |||||||||||
Sets the value of the experienceComment property.
| |||||||||||
Sets the value of the experienceRatingReference property.
| |||||||||||
Sets the value of the experienceReference property.
| |||||||||||
Sets the value of the removeExperience property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the experienceComment property.
Gets the value of the experienceRatingReference property.
WorkExperienceRatingObjectType
Gets the value of the experienceReference property.
WorkExperienceSkillObjectType
Gets the value of the removeExperience property.
Sets the value of the experienceComment property.
| value | Allowed object is String |
|---|
Sets the value of the experienceRatingReference property.
| value | Allowed object is
WorkExperienceRatingObjectType
|
|---|
Sets the value of the experienceReference property.
| value | Allowed object is
WorkExperienceSkillObjectType
|
|---|
Sets the value of the removeExperience property.
| value | Allowed object is Boolean |
|---|

