public class

EditServiceDatesRequestType

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

Class Overview

This web service operation allows updates to the service dates for a worker.

Java class for Edit_Service_Dates_RequestType complex type.

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

 <complexType name="Edit_Service_Dates_RequestType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Business_Process_Parameters" type="{urn:com.workday/bsvc}Business_Process_ParametersType" minOccurs="0"/>
         <element name="Edit_Service_Dates_Data" type="{urn:com.workday/bsvc}Edit_Service_Dates_Business_Process_DataType"/>
       </sequence>
       <attribute ref="{urn:com.workday/bsvc}version"/>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BusinessProcessParametersType businessProcessParameters
protected EditServiceDatesBusinessProcessDataType editServiceDatesData
protected String version
Public Constructors
EditServiceDatesRequestType()
Public Methods
BusinessProcessParametersType getBusinessProcessParameters()
Gets the value of the businessProcessParameters property.
EditServiceDatesBusinessProcessDataType getEditServiceDatesData()
Gets the value of the editServiceDatesData property.
String getVersion()
Gets the value of the version property.
void setBusinessProcessParameters(BusinessProcessParametersType value)
Sets the value of the businessProcessParameters property.
void setEditServiceDatesData(EditServiceDatesBusinessProcessDataType value)
Sets the value of the editServiceDatesData property.
void setVersion(String value)
Sets the value of the version property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BusinessProcessParametersType businessProcessParameters

protected EditServiceDatesBusinessProcessDataType editServiceDatesData

protected String version

Public Constructors

public EditServiceDatesRequestType ()

Public Methods

public BusinessProcessParametersType getBusinessProcessParameters ()

Gets the value of the businessProcessParameters property.

Returns

public EditServiceDatesBusinessProcessDataType getEditServiceDatesData ()

Gets the value of the editServiceDatesData property.

Returns

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

public void setBusinessProcessParameters (BusinessProcessParametersType value)

Sets the value of the businessProcessParameters property.

Parameters
value Allowed object is BusinessProcessParametersType

public void setEditServiceDatesData (EditServiceDatesBusinessProcessDataType value)

Sets the value of the editServiceDatesData property.

Parameters
value Allowed object is EditServiceDatesBusinessProcessDataType

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String