public class

BusinessProcessParametersType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.recruiting.BusinessProcessParametersType

Class Overview

Container for the processing options for a business process. If no options are submitted (or the options are submitted as 'false') then the business process is simply initiated as if it where submitted on-line with approvals, reviews, notifications and to-do's in place.

Java class for Business_Process_ParametersType complex type.

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

 <complexType name="Business_Process_ParametersType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Auto_Complete" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Run_Now" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Comment_Data" type="{urn:com.workday/bsvc}Business_Process_Comment_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean autoComplete
protected BusinessProcessCommentDataType commentData
protected Boolean runNow
Public Constructors
BusinessProcessParametersType()
Public Methods
Boolean getAutoComplete()
Gets the value of the autoComplete property.
BusinessProcessCommentDataType getCommentData()
Gets the value of the commentData property.
Boolean getRunNow()
Gets the value of the runNow property.
void setAutoComplete(Boolean value)
Sets the value of the autoComplete property.
void setCommentData(BusinessProcessCommentDataType value)
Sets the value of the commentData property.
void setRunNow(Boolean value)
Sets the value of the runNow property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean autoComplete

protected BusinessProcessCommentDataType commentData

protected Boolean runNow

Public Constructors

public BusinessProcessParametersType ()

Public Methods

public Boolean getAutoComplete ()

Gets the value of the autoComplete property. This getter has been renamed from isAutoComplete() to getAutoComplete() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public BusinessProcessCommentDataType getCommentData ()

Gets the value of the commentData property.

Returns

public Boolean getRunNow ()

Gets the value of the runNow property. This getter has been renamed from isRunNow() to getRunNow() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setAutoComplete (Boolean value)

Sets the value of the autoComplete property.

Parameters
value Allowed object is Boolean

public void setCommentData (BusinessProcessCommentDataType value)

Sets the value of the commentData property.

Parameters
value Allowed object is BusinessProcessCommentDataType

public void setRunNow (Boolean value)

Sets the value of the runNow property.

Parameters
value Allowed object is Boolean