public class

WorkerDocumentType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.WorkerDocumentType

Class Overview

Contains the retrieved Worker Document information.

Java class for Worker_DocumentType complex type.

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

 <complexType name="Worker_DocumentType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Worker_Document_Reference" type="{urn:com.workday/bsvc}Worker_DocumentObjectType" minOccurs="0"/>
         <element name="Worker_Document_Data" type="{urn:com.workday/bsvc}Worker_Document_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected WorkerDocumentDataType workerDocumentData
protected WorkerDocumentObjectType workerDocumentReference
Public Constructors
WorkerDocumentType()
Public Methods
WorkerDocumentDataType getWorkerDocumentData()
Gets the value of the workerDocumentData property.
WorkerDocumentObjectType getWorkerDocumentReference()
Gets the value of the workerDocumentReference property.
void setWorkerDocumentData(WorkerDocumentDataType value)
Sets the value of the workerDocumentData property.
void setWorkerDocumentReference(WorkerDocumentObjectType value)
Sets the value of the workerDocumentReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected WorkerDocumentDataType workerDocumentData

protected WorkerDocumentObjectType workerDocumentReference

Public Constructors

public WorkerDocumentType ()

Public Methods

public WorkerDocumentDataType getWorkerDocumentData ()

Gets the value of the workerDocumentData property.

Returns

public WorkerDocumentObjectType getWorkerDocumentReference ()

Gets the value of the workerDocumentReference property.

Returns

public void setWorkerDocumentData (WorkerDocumentDataType value)

Sets the value of the workerDocumentData property.

Parameters
value Allowed object is WorkerDocumentDataType

public void setWorkerDocumentReference (WorkerDocumentObjectType value)

Sets the value of the workerDocumentReference property.

Parameters
value Allowed object is WorkerDocumentObjectType