public class

EditServiceDatesBusinessProcessDataType

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

Class Overview

Wrapper element for the Edit Service Dates business process web service.

Java class for Edit_Service_Dates_Business_Process_DataType complex type.

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

 <complexType name="Edit_Service_Dates_Business_Process_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType"/>
         <element name="Edit_Service_Dates_Event_Data" type="{urn:com.workday/bsvc}Edit_Service_Dates_Event_DataType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected EditServiceDatesEventDataType editServiceDatesEventData
protected WorkerObjectType workerReference
Public Constructors
EditServiceDatesBusinessProcessDataType()
Public Methods
EditServiceDatesEventDataType getEditServiceDatesEventData()
Gets the value of the editServiceDatesEventData property.
WorkerObjectType getWorkerReference()
Gets the value of the workerReference property.
void setEditServiceDatesEventData(EditServiceDatesEventDataType value)
Sets the value of the editServiceDatesEventData property.
void setWorkerReference(WorkerObjectType value)
Sets the value of the workerReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected EditServiceDatesEventDataType editServiceDatesEventData

protected WorkerObjectType workerReference

Public Constructors

public EditServiceDatesBusinessProcessDataType ()

Public Methods

public EditServiceDatesEventDataType getEditServiceDatesEventData ()

Gets the value of the editServiceDatesEventData property.

Returns

public WorkerObjectType getWorkerReference ()

Gets the value of the workerReference property.

Returns

public void setEditServiceDatesEventData (EditServiceDatesEventDataType value)

Sets the value of the editServiceDatesEventData property.

Parameters
value Allowed object is EditServiceDatesEventDataType

public void setWorkerReference (WorkerObjectType value)

Sets the value of the workerReference property.

Parameters
value Allowed object is WorkerObjectType