| java.lang.Object | |
| ↳ | com.workday.recruiting.FinancialsBusinessSubProcessParametersType |
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 Financials_Business_Sub_Process_ParametersType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Financials_Business_Sub_Process_ParametersType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Skip" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Business_Process_Comment_Data" type="{urn:com.workday/bsvc}Business_Process_Comment_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| businessProcessCommentData | |||||||||||
| skip | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the businessProcessCommentData property.
| |||||||||||
Gets the value of the skip property.
| |||||||||||
Sets the value of the businessProcessCommentData property.
| |||||||||||
Sets the value of the skip property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the businessProcessCommentData property.
BusinessProcessCommentDataType
Gets the value of the skip property. This getter has been renamed from isSkip() to getSkip() by cxf-xjc-boolean plugin.
Sets the value of the businessProcessCommentData property.
| value | Allowed object is
BusinessProcessCommentDataType
|
|---|
Sets the value of the skip property.
| value | Allowed object is Boolean |
|---|