public class

InternalProjectExperienceDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.InternalProjectExperienceDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected String description
protected XMLGregorianCalendar endDate
protected String internalProject
protected String internalProjectExperienceID
protected String projectLeader
protected Boolean removeInternalProjectExperience
protected XMLGregorianCalendar startDate
Public Constructors
InternalProjectExperienceDataType()
Public Methods
String getDescription()
Gets the value of the description property.
XMLGregorianCalendar getEndDate()
Gets the value of the endDate property.
String getInternalProject()
Gets the value of the internalProject property.
String getInternalProjectExperienceID()
Gets the value of the internalProjectExperienceID property.
String getProjectLeader()
Gets the value of the projectLeader property.
Boolean getRemoveInternalProjectExperience()
Gets the value of the removeInternalProjectExperience property.
XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.
void setDescription(String value)
Sets the value of the description property.
void setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.
void setInternalProject(String value)
Sets the value of the internalProject property.
void setInternalProjectExperienceID(String value)
Sets the value of the internalProjectExperienceID property.
void setProjectLeader(String value)
Sets the value of the projectLeader property.
void setRemoveInternalProjectExperience(Boolean value)
Sets the value of the removeInternalProjectExperience property.
void setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String description

protected XMLGregorianCalendar endDate

protected String internalProject

protected String internalProjectExperienceID

protected String projectLeader

protected Boolean removeInternalProjectExperience

protected XMLGregorianCalendar startDate

Public Constructors

public InternalProjectExperienceDataType ()

Public Methods

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public XMLGregorianCalendar getEndDate ()

Gets the value of the endDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getInternalProject ()

Gets the value of the internalProject property.

Returns
  • possible object is String

public String getInternalProjectExperienceID ()

Gets the value of the internalProjectExperienceID property.

Returns
  • possible object is String

public String getProjectLeader ()

Gets the value of the projectLeader property.

Returns
  • possible object is String

public Boolean getRemoveInternalProjectExperience ()

Gets the value of the removeInternalProjectExperience property. This getter has been renamed from isRemoveInternalProjectExperience() to getRemoveInternalProjectExperience() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public XMLGregorianCalendar getStartDate ()

Gets the value of the startDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setEndDate (XMLGregorianCalendar value)

Sets the value of the endDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setInternalProject (String value)

Sets the value of the internalProject property.

Parameters
value Allowed object is String

public void setInternalProjectExperienceID (String value)

Sets the value of the internalProjectExperienceID property.

Parameters
value Allowed object is String

public void setProjectLeader (String value)

Sets the value of the projectLeader property.

Parameters
value Allowed object is String

public void setRemoveInternalProjectExperience (Boolean value)

Sets the value of the removeInternalProjectExperience property.

Parameters
value Allowed object is Boolean

public void setStartDate (XMLGregorianCalendar value)

Sets the value of the startDate property.

Parameters
value Allowed object is XMLGregorianCalendar