public class

WorkdayAccountForWorkerUpdateType

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

Class Overview

Utilize the following elements to update an existing Workday Account into the Workday system.

Java class for Workday_Account_for_Worker_UpdateType complex type.

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

 <complexType name="Workday_Account_for_Worker_UpdateType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Worker_Reference" type="{urn:com.workday/bsvc}Worker_ReferenceType"/>
         <element name="Workday_Account_for_Worker_Data" type="{urn:com.workday/bsvc}Workday_Account_for_Worker_DataType"/>
       </sequence>
       <attribute ref="{urn:com.workday/bsvc}version"/>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String version
protected WorkdayAccountForWorkerDataType workdayAccountForWorkerData
protected WorkerReferenceType workerReference
Public Constructors
WorkdayAccountForWorkerUpdateType()
Public Methods
String getVersion()
Gets the value of the version property.
WorkdayAccountForWorkerDataType getWorkdayAccountForWorkerData()
Gets the value of the workdayAccountForWorkerData property.
WorkerReferenceType getWorkerReference()
Gets the value of the workerReference property.
void setVersion(String value)
Sets the value of the version property.
void setWorkdayAccountForWorkerData(WorkdayAccountForWorkerDataType value)
Sets the value of the workdayAccountForWorkerData property.
void setWorkerReference(WorkerReferenceType value)
Sets the value of the workerReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String version

protected WorkdayAccountForWorkerDataType workdayAccountForWorkerData

protected WorkerReferenceType workerReference

Public Constructors

public WorkdayAccountForWorkerUpdateType ()

Public Methods

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

public WorkdayAccountForWorkerDataType getWorkdayAccountForWorkerData ()

Gets the value of the workdayAccountForWorkerData property.

Returns

public WorkerReferenceType getWorkerReference ()

Gets the value of the workerReference property.

Returns

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String

public void setWorkdayAccountForWorkerData (WorkdayAccountForWorkerDataType value)

Sets the value of the workdayAccountForWorkerData property.

Parameters
value Allowed object is WorkdayAccountForWorkerDataType

public void setWorkerReference (WorkerReferenceType value)

Sets the value of the workerReference property.

Parameters
value Allowed object is WorkerReferenceType