public class

PutWorkerDocumentRequestType

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

Class Overview

Request element for Put Worker Document/

Java class for Put_Worker_Document_RequestType complex type.

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

 <complexType name="Put_Worker_Document_RequestType">
   <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"/>
       </sequence>
       <attribute name="Add_Only" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute ref="{urn:com.workday/bsvc}version"/>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean addOnly
protected String version
protected WorkerDocumentDataType workerDocumentData
protected WorkerDocumentObjectType workerDocumentReference
Public Constructors
PutWorkerDocumentRequestType()
Public Methods
String getVersion()
Gets the value of the version property.
WorkerDocumentDataType getWorkerDocumentData()
Gets the value of the workerDocumentData property.
WorkerDocumentObjectType getWorkerDocumentReference()
Gets the value of the workerDocumentReference property.
Boolean isAddOnly()
Gets the value of the addOnly property.
void setAddOnly(Boolean value)
Sets the value of the addOnly property.
void setVersion(String value)
Sets the value of the version 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

Fields

protected Boolean addOnly

protected String version

protected WorkerDocumentDataType workerDocumentData

protected WorkerDocumentObjectType workerDocumentReference

Public Constructors

public PutWorkerDocumentRequestType ()

Public Methods

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

public WorkerDocumentDataType getWorkerDocumentData ()

Gets the value of the workerDocumentData property.

Returns

public WorkerDocumentObjectType getWorkerDocumentReference ()

Gets the value of the workerDocumentReference property.

Returns

public Boolean isAddOnly ()

Gets the value of the addOnly property.

Returns
  • possible object is Boolean

public void setAddOnly (Boolean value)

Sets the value of the addOnly property.

Parameters
value Allowed object is Boolean

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String

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