public class

WorkerDocumentForStaffingEventDataType

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

Class Overview

Attachments for the Staffing Event entered via a web service.

Java class for Worker_Document_for_Staffing_Event_DataType complex type.

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

 <complexType name="Worker_Document_for_Staffing_Event_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="File_Name">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="255"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Worker_Document_Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Worker_Document_Category_Reference" type="{urn:com.workday/bsvc}Worker_Document_Category__All_ObjectType"/>
         <element name="File" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected byte[] file
protected String fileName
protected WorkerDocumentCategoryAllObjectType workerDocumentCategoryReference
protected String workerDocumentComment
Public Constructors
WorkerDocumentForStaffingEventDataType()
Public Methods
byte[] getFile()
Gets the value of the file property.
String getFileName()
Gets the value of the fileName property.
WorkerDocumentCategoryAllObjectType getWorkerDocumentCategoryReference()
Gets the value of the workerDocumentCategoryReference property.
String getWorkerDocumentComment()
Gets the value of the workerDocumentComment property.
void setFile(byte[] value)
Sets the value of the file property.
void setFileName(String value)
Sets the value of the fileName property.
void setWorkerDocumentCategoryReference(WorkerDocumentCategoryAllObjectType value)
Sets the value of the workerDocumentCategoryReference property.
void setWorkerDocumentComment(String value)
Sets the value of the workerDocumentComment property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected byte[] file

protected String fileName

protected WorkerDocumentCategoryAllObjectType workerDocumentCategoryReference

protected String workerDocumentComment

Public Constructors

public WorkerDocumentForStaffingEventDataType ()

Public Methods

public byte[] getFile ()

Gets the value of the file property.

Returns
  • possible object is byte[]

public String getFileName ()

Gets the value of the fileName property.

Returns
  • possible object is String

public WorkerDocumentCategoryAllObjectType getWorkerDocumentCategoryReference ()

Gets the value of the workerDocumentCategoryReference property.

Returns

public String getWorkerDocumentComment ()

Gets the value of the workerDocumentComment property.

Returns
  • possible object is String

public void setFile (byte[] value)

Sets the value of the file property.

Parameters
value Allowed object is byte[]

public void setFileName (String value)

Sets the value of the fileName property.

Parameters
value Allowed object is String

public void setWorkerDocumentCategoryReference (WorkerDocumentCategoryAllObjectType value)

Sets the value of the workerDocumentCategoryReference property.

Parameters
value Allowed object is WorkerDocumentCategoryAllObjectType

public void setWorkerDocumentComment (String value)

Sets the value of the workerDocumentComment property.

Parameters
value Allowed object is String