| java.lang.Object | |
| ↳ | com.workday.staffing.InternalProjectExperienceDataType |
Wrapper element for the Internal Project Experience information.
Java class for Internal_Project_Experience_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Internal_Project_Experience_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Internal_Project_Experience_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Remove_Internal_Project_Experience" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Internal_Project" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Start_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Project_Leader" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| description | |||||||||||
| endDate | |||||||||||
| internalProject | |||||||||||
| internalProjectExperienceID | |||||||||||
| projectLeader | |||||||||||
| removeInternalProjectExperience | |||||||||||
| startDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the description property.
| |||||||||||
Gets the value of the endDate property.
| |||||||||||
Gets the value of the internalProject property.
| |||||||||||
Gets the value of the internalProjectExperienceID property.
| |||||||||||
Gets the value of the projectLeader property.
| |||||||||||
Gets the value of the removeInternalProjectExperience property.
| |||||||||||
Gets the value of the startDate property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the endDate property.
| |||||||||||
Sets the value of the internalProject property.
| |||||||||||
Sets the value of the internalProjectExperienceID property.
| |||||||||||
Sets the value of the projectLeader property.
| |||||||||||
Sets the value of the removeInternalProjectExperience property.
| |||||||||||
Sets the value of the startDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the description property.
Gets the value of the endDate property.
Gets the value of the internalProject property.
Gets the value of the internalProjectExperienceID property.
Gets the value of the projectLeader property.
Gets the value of the removeInternalProjectExperience property. This getter has been renamed from isRemoveInternalProjectExperience() to getRemoveInternalProjectExperience() by cxf-xjc-boolean plugin.
Gets the value of the startDate property.
Sets the value of the description property.
| value | Allowed object is String |
|---|
Sets the value of the endDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the internalProject property.
| value | Allowed object is String |
|---|
Sets the value of the internalProjectExperienceID property.
| value | Allowed object is String |
|---|
Sets the value of the projectLeader property.
| value | Allowed object is String |
|---|
Sets the value of the removeInternalProjectExperience property.
| value | Allowed object is Boolean |
|---|
Sets the value of the startDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|