public class

FinancialsBusinessProcessParametersType

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

Class Overview

Contains data for business processing

Java class for Financials_Business_Process_ParametersType complex type.

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

 <complexType name="Financials_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="Comment_Data" type="{urn:com.workday/bsvc}Business_Process_Comment_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean autoComplete
protected BusinessProcessCommentDataType commentData
Public Constructors
FinancialsBusinessProcessParametersType()
Public Methods
BusinessProcessCommentDataType getCommentData()
Gets the value of the commentData property.
Boolean isAutoComplete()
Gets the value of the autoComplete property.
void setAutoComplete(Boolean value)
Sets the value of the autoComplete property.
void setCommentData(BusinessProcessCommentDataType value)
Sets the value of the commentData property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean autoComplete

protected BusinessProcessCommentDataType commentData

Public Constructors

public FinancialsBusinessProcessParametersType ()

Public Methods

public BusinessProcessCommentDataType getCommentData ()

Gets the value of the commentData property.

Returns

public Boolean isAutoComplete ()

Gets the value of the autoComplete 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 setCommentData (BusinessProcessCommentDataType value)

Sets the value of the commentData property.

Parameters
value Allowed object is BusinessProcessCommentDataType