public class

WorkerDocumentDataType

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

Class Overview

The information about the worker document, such as the category and file.

Java class for Worker_Document_DataType complex type.

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

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

Summary

Fields
protected String comment
protected byte[] file
protected String filename
protected String id
protected WorkerDocumentCategoryAllObjectType workerDocumentCategoryReference
protected WorkerObjectType workerReference
Public Constructors
WorkerDocumentDataType()
Public Methods
String getComment()
Gets the value of the comment property.
byte[] getFile()
Gets the value of the file property.
String getFilename()
Gets the value of the filename property.
String getID()
Gets the value of the id property.
WorkerDocumentCategoryAllObjectType getWorkerDocumentCategoryReference()
Gets the value of the workerDocumentCategoryReference property.
WorkerObjectType getWorkerReference()
Gets the value of the workerReference property.
void setComment(String value)
Sets the value of the comment property.
void setFile(byte[] value)
Sets the value of the file property.
void setFilename(String value)
Sets the value of the filename property.
void setID(String value)
Sets the value of the id property.
void setWorkerDocumentCategoryReference(WorkerDocumentCategoryAllObjectType value)
Sets the value of the workerDocumentCategoryReference property.
void setWorkerReference(WorkerObjectType value)
Sets the value of the workerReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String comment

protected byte[] file

protected String filename

protected String id

protected WorkerDocumentCategoryAllObjectType workerDocumentCategoryReference

protected WorkerObjectType workerReference

Public Constructors

public WorkerDocumentDataType ()

Public Methods

public String getComment ()

Gets the value of the comment property.

Returns
  • possible object is String

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 String getID ()

Gets the value of the id property.

Returns
  • possible object is String

public WorkerDocumentCategoryAllObjectType getWorkerDocumentCategoryReference ()

Gets the value of the workerDocumentCategoryReference property.

Returns

public WorkerObjectType getWorkerReference ()

Gets the value of the workerReference property.

Returns

public void setComment (String value)

Sets the value of the comment property.

Parameters
value Allowed 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 setID (String value)

Sets the value of the id 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 setWorkerReference (WorkerObjectType value)

Sets the value of the workerReference property.

Parameters
value Allowed object is WorkerObjectType