public class

BusinessSubProcessParametersType

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

Class Overview

Container for the processing options for sub-business processes within a business process. If no options are submitted (or the options are submitted as 'false') then the sub-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_Sub_Process_ParametersType complex type.

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

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

Summary

Fields
protected Boolean autoComplete
protected BusinessProcessCommentDataType businessProcessCommentData
protected Boolean skip
Public Constructors
BusinessSubProcessParametersType()
Public Methods
BusinessProcessCommentDataType getBusinessProcessCommentData()
Gets the value of the businessProcessCommentData property.
Boolean isAutoComplete()
Gets the value of the autoComplete property.
Boolean isSkip()
Gets the value of the skip property.
void setAutoComplete(Boolean value)
Sets the value of the autoComplete property.
void setBusinessProcessCommentData(BusinessProcessCommentDataType value)
Sets the value of the businessProcessCommentData property.
void setSkip(Boolean value)
Sets the value of the skip property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean autoComplete

protected BusinessProcessCommentDataType businessProcessCommentData

protected Boolean skip

Public Constructors

public BusinessSubProcessParametersType ()

Public Methods

public BusinessProcessCommentDataType getBusinessProcessCommentData ()

Gets the value of the businessProcessCommentData property.

Returns

public Boolean isAutoComplete ()

Gets the value of the autoComplete property.

Returns
  • possible object is Boolean

public Boolean isSkip ()

Gets the value of the skip property.

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 setBusinessProcessCommentData (BusinessProcessCommentDataType value)

Sets the value of the businessProcessCommentData property.

Parameters
value Allowed object is BusinessProcessCommentDataType

public void setSkip (Boolean value)

Sets the value of the skip property.

Parameters
value Allowed object is Boolean