public class

WorkerDocumentResponseDataType

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

Class Overview

Worker Document Response Data containing the retrieved Worker Document information.

Java class for Worker_Document_Response_DataType complex type.

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

 <complexType name="Worker_Document_Response_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Worker_Document" type="{urn:com.workday/bsvc}Worker_DocumentType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<WorkerDocumentType> workerDocument
Public Constructors
WorkerDocumentResponseDataType()
Public Methods
List<WorkerDocumentType> getWorkerDocument()
Gets the value of the workerDocument property.
void setWorkerDocument(List<WorkerDocumentType> workerDocument)
Sets the value of the workerDocument property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<WorkerDocumentType> workerDocument

Public Constructors

public WorkerDocumentResponseDataType ()

Public Methods

public List<WorkerDocumentType> getWorkerDocument ()

Gets the value of the workerDocument property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the workerDocument property.

For example, to add a new item, do as follows:

    getWorkerDocument().add(newItem);
 

Objects of the following type(s) are allowed in the list WorkerDocumentType

public void setWorkerDocument (List<WorkerDocumentType> workerDocument)

Sets the value of the workerDocument property.

Parameters
workerDocument Allowed object is WorkerDocumentType