public class

ProposePayrollCommitmentAdjustmentSubBusinessProcessType

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

Class Overview

Top element used for Propose Payroll Commitment Adjustment as a sub business process.

Java class for Propose_Payroll_Commitment_Adjustment_Sub_Business_ProcessType complex type.

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

 <complexType name="Propose_Payroll_Commitment_Adjustment_Sub_Business_ProcessType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Business_Sub_Process_Parameters" type="{urn:com.workday/bsvc}Financials_Business_Sub_Process_ParametersType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected FinancialsBusinessSubProcessParametersType businessSubProcessParameters
Public Constructors
ProposePayrollCommitmentAdjustmentSubBusinessProcessType()
Public Methods
FinancialsBusinessSubProcessParametersType getBusinessSubProcessParameters()
Gets the value of the businessSubProcessParameters property.
void setBusinessSubProcessParameters(FinancialsBusinessSubProcessParametersType value)
Sets the value of the businessSubProcessParameters property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected FinancialsBusinessSubProcessParametersType businessSubProcessParameters

Public Constructors

public ProposePayrollCommitmentAdjustmentSubBusinessProcessType ()

Public Methods

public FinancialsBusinessSubProcessParametersType getBusinessSubProcessParameters ()

Gets the value of the businessSubProcessParameters property.

Returns

public void setBusinessSubProcessParameters (FinancialsBusinessSubProcessParametersType value)

Sets the value of the businessSubProcessParameters property.

Parameters
value Allowed object is FinancialsBusinessSubProcessParametersType