public class

BusinessProcessCommentDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payroll.BusinessProcessCommentDataType

Class Overview

Captures a comment for the Business Process.

Java class for Business_Process_Comment_DataType complex type.

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

 <complexType name="Business_Process_Comment_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String comment
protected WorkerObjectType workerReference
Public Constructors
BusinessProcessCommentDataType()
Public Methods
String getComment()
Gets the value of the comment property.
WorkerObjectType getWorkerReference()
Gets the value of the workerReference property.
void setComment(String value)
Sets the value of the comment property.
void setWorkerReference(WorkerObjectType value)
Sets the value of the workerReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String comment

protected WorkerObjectType workerReference

Public Constructors

public BusinessProcessCommentDataType ()

Public Methods

public String getComment ()

Gets the value of the comment property.

Returns
  • possible object is String

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 setWorkerReference (WorkerObjectType value)

Sets the value of the workerReference property.

Parameters
value Allowed object is WorkerObjectType