public class

MaintainAcademicTenureDateBusinessProcessDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.MaintainAcademicTenureDateBusinessProcessDataType

Class Overview

Wrapper element for the Maintain Academic Tenure Dates business process web service.

Java class for Maintain_Academic_Tenure_Date_Business_Process_DataType complex type.

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

 <complexType name="Maintain_Academic_Tenure_Date_Business_Process_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Employee_Reference" type="{urn:com.workday/bsvc}EmployeeObjectType"/>
         <element name="Maintain_Academic_Tenure_Date_Event_Data" type="{urn:com.workday/bsvc}Maintain_Academic_Tenure_Date_Event_DataType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected EmployeeObjectType employeeReference
protected MaintainAcademicTenureDateEventDataType maintainAcademicTenureDateEventData
Public Constructors
MaintainAcademicTenureDateBusinessProcessDataType()
Public Methods
EmployeeObjectType getEmployeeReference()
Gets the value of the employeeReference property.
MaintainAcademicTenureDateEventDataType getMaintainAcademicTenureDateEventData()
Gets the value of the maintainAcademicTenureDateEventData property.
void setEmployeeReference(EmployeeObjectType value)
Sets the value of the employeeReference property.
void setMaintainAcademicTenureDateEventData(MaintainAcademicTenureDateEventDataType value)
Sets the value of the maintainAcademicTenureDateEventData property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected EmployeeObjectType employeeReference

protected MaintainAcademicTenureDateEventDataType maintainAcademicTenureDateEventData

Public Constructors

public MaintainAcademicTenureDateBusinessProcessDataType ()

Public Methods

public EmployeeObjectType getEmployeeReference ()

Gets the value of the employeeReference property.

Returns

public MaintainAcademicTenureDateEventDataType getMaintainAcademicTenureDateEventData ()

Gets the value of the maintainAcademicTenureDateEventData property.

Returns

public void setEmployeeReference (EmployeeObjectType value)

Sets the value of the employeeReference property.

Parameters
value Allowed object is EmployeeObjectType

public void setMaintainAcademicTenureDateEventData (MaintainAcademicTenureDateEventDataType value)

Sets the value of the maintainAcademicTenureDateEventData property.

Parameters
value Allowed object is MaintainAcademicTenureDateEventDataType