| java.lang.Object | |
| ↳ | com.workday.compensation.EmployeeSeveranceWorksheetDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| effectiveDate | |||||||||||
| employeeReference | |||||||||||
| severancePackageReference | |||||||||||
| terminationDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the effectiveDate property.
| |||||||||||
Gets the value of the employeeReference property.
| |||||||||||
Gets the value of the severancePackageReference property.
| |||||||||||
Gets the value of the terminationDate property.
| |||||||||||
Sets the value of the effectiveDate property.
| |||||||||||
Sets the value of the employeeReference property.
| |||||||||||
Sets the value of the severancePackageReference property.
| |||||||||||
Sets the value of the terminationDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the effectiveDate property.
Gets the value of the employeeReference property.
EmployeeObjectType
Gets the value of the severancePackageReference property.
SeverancePackageObjectType
Gets the value of the terminationDate property.
Sets the value of the effectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the employeeReference property.
| value | Allowed object is
EmployeeObjectType
|
|---|
Sets the value of the severancePackageReference property.
| value | Allowed object is
SeverancePackageObjectType
|
|---|
Sets the value of the terminationDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|