public class

EmployeeSeveranceWorksheetDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.compensation.EmployeeSeveranceWorksheetDataType

Class Overview

Employee Severance Worksheet Data

Java class for Employee_Severance_Worksheet_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Employee_Severance_Worksheet_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="Severance_Package_Reference" type="{urn:com.workday/bsvc}Severance_PackageObjectType"/>
         <element name="Employee_Reference" type="{urn:com.workday/bsvc}EmployeeObjectType"/>
         <element name="Termination_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar effectiveDate
protected EmployeeObjectType employeeReference
protected SeverancePackageObjectType severancePackageReference
protected XMLGregorianCalendar terminationDate
Public Constructors
EmployeeSeveranceWorksheetDataType()
Public Methods
XMLGregorianCalendar getEffectiveDate()
Gets the value of the effectiveDate property.
EmployeeObjectType getEmployeeReference()
Gets the value of the employeeReference property.
SeverancePackageObjectType getSeverancePackageReference()
Gets the value of the severancePackageReference property.
XMLGregorianCalendar getTerminationDate()
Gets the value of the terminationDate property.
void setEffectiveDate(XMLGregorianCalendar value)
Sets the value of the effectiveDate property.
void setEmployeeReference(EmployeeObjectType value)
Sets the value of the employeeReference property.
void setSeverancePackageReference(SeverancePackageObjectType value)
Sets the value of the severancePackageReference property.
void setTerminationDate(XMLGregorianCalendar value)
Sets the value of the terminationDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar effectiveDate

protected EmployeeObjectType employeeReference

protected SeverancePackageObjectType severancePackageReference

protected XMLGregorianCalendar terminationDate

Public Constructors

public EmployeeSeveranceWorksheetDataType ()

Public Methods

public XMLGregorianCalendar getEffectiveDate ()

Gets the value of the effectiveDate property.

Returns
  • possible object is XMLGregorianCalendar

public EmployeeObjectType getEmployeeReference ()

Gets the value of the employeeReference property.

Returns

public SeverancePackageObjectType getSeverancePackageReference ()

Gets the value of the severancePackageReference property.

Returns

public XMLGregorianCalendar getTerminationDate ()

Gets the value of the terminationDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setEffectiveDate (XMLGregorianCalendar value)

Sets the value of the effectiveDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setEmployeeReference (EmployeeObjectType value)

Sets the value of the employeeReference property.

Parameters
value Allowed object is EmployeeObjectType

public void setSeverancePackageReference (SeverancePackageObjectType value)

Sets the value of the severancePackageReference property.

Parameters
value Allowed object is SeverancePackageObjectType

public void setTerminationDate (XMLGregorianCalendar value)

Sets the value of the terminationDate property.

Parameters
value Allowed object is XMLGregorianCalendar