public class

EmployeeReferenceWWSType

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

Class Overview

Reference element representing a unique instance of Employee.

Java class for Employee_Reference_WWSType complex type.

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

 <complexType name="Employee_Reference_WWSType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Integration_ID_Reference" type="{urn:com.workday/bsvc}External_Integration_ID_Reference_DataType"/>
         <element name="Employee_ID_Reference" type="{urn:com.workday/bsvc}EmployeeObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected EmployeeObjectType employeeIDReference
protected ExternalIntegrationIDReferenceDataType integrationIDReference
Public Constructors
EmployeeReferenceWWSType()
Public Methods
EmployeeObjectType getEmployeeIDReference()
Gets the value of the employeeIDReference property.
ExternalIntegrationIDReferenceDataType getIntegrationIDReference()
Gets the value of the integrationIDReference property.
void setEmployeeIDReference(EmployeeObjectType value)
Sets the value of the employeeIDReference property.
void setIntegrationIDReference(ExternalIntegrationIDReferenceDataType value)
Sets the value of the integrationIDReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected EmployeeObjectType employeeIDReference

protected ExternalIntegrationIDReferenceDataType integrationIDReference

Public Constructors

public EmployeeReferenceWWSType ()

Public Methods

public EmployeeObjectType getEmployeeIDReference ()

Gets the value of the employeeIDReference property.

Returns

public ExternalIntegrationIDReferenceDataType getIntegrationIDReference ()

Gets the value of the integrationIDReference property.

Returns

public void setEmployeeIDReference (EmployeeObjectType value)

Sets the value of the employeeIDReference property.

Parameters
value Allowed object is EmployeeObjectType

public void setIntegrationIDReference (ExternalIntegrationIDReferenceDataType value)

Sets the value of the integrationIDReference property.

Parameters
value Allowed object is ExternalIntegrationIDReferenceDataType