public class

WorkerDocumentDataWWSType

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

Class Overview

Wrapper element for documents associated with a worker.

Java class for Worker_Document_Data_WWSType complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected List<WorkerDocumentWWSType> workerDocument
Public Constructors
WorkerDocumentDataWWSType()
Public Methods
List<WorkerDocumentWWSType> getWorkerDocument()
Gets the value of the workerDocument property.
void setWorkerDocument(List<WorkerDocumentWWSType> 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<WorkerDocumentWWSType> workerDocument

Public Constructors

public WorkerDocumentDataWWSType ()

Public Methods

public List<WorkerDocumentWWSType> 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 WorkerDocumentWWSType

public void setWorkerDocument (List<WorkerDocumentWWSType> workerDocument)

Sets the value of the workerDocument property.

Parameters
workerDocument Allowed object is WorkerDocumentWWSType