| java.lang.Object | |
| ↳ | com.workday.hr.InternalProjectExperienceType |
Wrapper element for Internal Project Experience information.
Java class for Internal_Project_ExperienceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Internal_Project_ExperienceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Internal_Project_Experience_Reference" type="{urn:com.workday/bsvc}Internal_Project_ExperienceObjectType" minOccurs="0"/>
<element name="Internal_Project_Experience_Data" type="{urn:com.workday/bsvc}Internal_Project_Experience_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| internalProjectExperienceData | |||||||||||
| internalProjectExperienceReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the internalProjectExperienceData property.
| |||||||||||
Gets the value of the internalProjectExperienceReference property.
| |||||||||||
Sets the value of the internalProjectExperienceData property.
| |||||||||||
Sets the value of the internalProjectExperienceReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the internalProjectExperienceData property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the internalProjectExperienceData property.
For example, to add a new item, do as follows:
getInternalProjectExperienceData().add(newItem);
Objects of the following type(s) are allowed in the list
InternalProjectExperienceDataType
Gets the value of the internalProjectExperienceReference property.
InternalProjectExperienceObjectType
Sets the value of the internalProjectExperienceData property.
| internalProjectExperienceData | Allowed object is
InternalProjectExperienceDataType
|
|---|
Sets the value of the internalProjectExperienceReference property.
| value | Allowed object is
InternalProjectExperienceObjectType
|
|---|

