public class

CheckPositionBudgetSubBusinessProcessType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.compensation.CheckPositionBudgetSubBusinessProcessType

Class Overview

Top element used for Check Position Budget as a sub business process.

Java class for Check_Position_Budget_Sub_Business_ProcessType complex type.

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

 <complexType name="Check_Position_Budget_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

Constants
long serialVersionUID
Fields
protected FinancialsBusinessSubProcessParametersType businessSubProcessParameters
Public Constructors
CheckPositionBudgetSubBusinessProcessType()
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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected FinancialsBusinessSubProcessParametersType businessSubProcessParameters

Public Constructors

public CheckPositionBudgetSubBusinessProcessType ()

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