public class

WorkerDocumentWWSType

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

Class Overview

Wrapper element for documents associated with a worker.

Java class for Worker_Document_WWSType complex type.

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

 <complexType name="Worker_Document_WWSType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Worker_Document_Reference" type="{urn:com.workday/bsvc}Worker_DocumentObjectType"/>
         <element name="Worker_Document_Detail_Data" type="{urn:com.workday/bsvc}Worker_Document_Details_DataType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected WorkerDocumentDetailsDataType workerDocumentDetailData
protected WorkerDocumentObjectType workerDocumentReference
Public Constructors
WorkerDocumentWWSType()
Public Methods
WorkerDocumentDetailsDataType getWorkerDocumentDetailData()
Gets the value of the workerDocumentDetailData property.
WorkerDocumentObjectType getWorkerDocumentReference()
Gets the value of the workerDocumentReference property.
void setWorkerDocumentDetailData(WorkerDocumentDetailsDataType value)
Sets the value of the workerDocumentDetailData property.
void setWorkerDocumentReference(WorkerDocumentObjectType value)
Sets the value of the workerDocumentReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected WorkerDocumentDetailsDataType workerDocumentDetailData

protected WorkerDocumentObjectType workerDocumentReference

Public Constructors

public WorkerDocumentWWSType ()

Public Methods

public WorkerDocumentDetailsDataType getWorkerDocumentDetailData ()

Gets the value of the workerDocumentDetailData property.

Returns

public WorkerDocumentObjectType getWorkerDocumentReference ()

Gets the value of the workerDocumentReference property.

Returns

public void setWorkerDocumentDetailData (WorkerDocumentDetailsDataType value)

Sets the value of the workerDocumentDetailData property.

Parameters
value Allowed object is WorkerDocumentDetailsDataType

public void setWorkerDocumentReference (WorkerDocumentObjectType value)

Sets the value of the workerDocumentReference property.

Parameters
value Allowed object is WorkerDocumentObjectType