public class

WorkdayAccountForWorkerAddType

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

Class Overview

Utilize the following data element to add a new User Account into the Workday system.

Java class for Workday_Account_for_Worker_AddType complex type.

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

 <complexType name="Workday_Account_for_Worker_AddType">
   <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
WorkdayAccountForWorkerAddType()
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 WorkdayAccountForWorkerAddType ()

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