public class

ContingentWorkerReferenceWWSType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.ContingentWorkerReferenceWWSType

Class Overview

Reference element representing a unique instance of Contingent Worker.

Java class for Contingent_Worker_Reference_WWSType complex type.

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

 <complexType name="Contingent_Worker_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="Contingent_Worker_ID_Reference" type="{urn:com.workday/bsvc}Contingent_WorkerObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected ContingentWorkerObjectType contingentWorkerIDReference
protected ExternalIntegrationIDReferenceDataType integrationIDReference
Public Constructors
ContingentWorkerReferenceWWSType()
Public Methods
ContingentWorkerObjectType getContingentWorkerIDReference()
Gets the value of the contingentWorkerIDReference property.
ExternalIntegrationIDReferenceDataType getIntegrationIDReference()
Gets the value of the integrationIDReference property.
void setContingentWorkerIDReference(ContingentWorkerObjectType value)
Sets the value of the contingentWorkerIDReference property.
void setIntegrationIDReference(ExternalIntegrationIDReferenceDataType value)
Sets the value of the integrationIDReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected ContingentWorkerObjectType contingentWorkerIDReference

protected ExternalIntegrationIDReferenceDataType integrationIDReference

Public Constructors

public ContingentWorkerReferenceWWSType ()

Public Methods

public ContingentWorkerObjectType getContingentWorkerIDReference ()

Gets the value of the contingentWorkerIDReference property.

Returns

public ExternalIntegrationIDReferenceDataType getIntegrationIDReference ()

Gets the value of the integrationIDReference property.

Returns

public void setContingentWorkerIDReference (ContingentWorkerObjectType value)

Sets the value of the contingentWorkerIDReference property.

Parameters
value Allowed object is ContingentWorkerObjectType

public void setIntegrationIDReference (ExternalIntegrationIDReferenceDataType value)

Sets the value of the integrationIDReference property.

Parameters
value Allowed object is ExternalIntegrationIDReferenceDataType