public class

RequestCompensationChangeDataType

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

Class Overview

Wrapper Element for the Request Compensation Change business process.

Java class for Request_Compensation_Change_DataType complex type.

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

 <complexType name="Request_Compensation_Change_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Employee_Reference" type="{urn:com.workday/bsvc}EmployeeObjectType"/>
         <element name="Position_Reference" type="{urn:com.workday/bsvc}Position_ElementObjectType" minOccurs="0"/>
         <element name="Compensation_Change_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="Compensation_Change_Data" type="{urn:com.workday/bsvc}Compensation_Change_DataType"/>
         <element name="Request_Budget_Approval_Sub_Process" type="{urn:com.workday/bsvc}Request_Budget_Approval_Sub_Business_ProcessType" minOccurs="0"/>
         <element name="Check_Position_Budget_Sub_Process" type="{urn:com.workday/bsvc}Check_Position_Budget_Sub_Business_ProcessType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CheckPositionBudgetSubBusinessProcessType checkPositionBudgetSubProcess
protected CompensationChangeDataType compensationChangeData
protected XMLGregorianCalendar compensationChangeDate
protected EmployeeObjectType employeeReference
protected PositionElementObjectType positionReference
protected RequestBudgetApprovalSubBusinessProcessType requestBudgetApprovalSubProcess
Public Constructors
RequestCompensationChangeDataType()
Public Methods
CheckPositionBudgetSubBusinessProcessType getCheckPositionBudgetSubProcess()
Gets the value of the checkPositionBudgetSubProcess property.
CompensationChangeDataType getCompensationChangeData()
Gets the value of the compensationChangeData property.
XMLGregorianCalendar getCompensationChangeDate()
Gets the value of the compensationChangeDate property.
EmployeeObjectType getEmployeeReference()
Gets the value of the employeeReference property.
PositionElementObjectType getPositionReference()
Gets the value of the positionReference property.
RequestBudgetApprovalSubBusinessProcessType getRequestBudgetApprovalSubProcess()
Gets the value of the requestBudgetApprovalSubProcess property.
void setCheckPositionBudgetSubProcess(CheckPositionBudgetSubBusinessProcessType value)
Sets the value of the checkPositionBudgetSubProcess property.
void setCompensationChangeData(CompensationChangeDataType value)
Sets the value of the compensationChangeData property.
void setCompensationChangeDate(XMLGregorianCalendar value)
Sets the value of the compensationChangeDate property.
void setEmployeeReference(EmployeeObjectType value)
Sets the value of the employeeReference property.
void setPositionReference(PositionElementObjectType value)
Sets the value of the positionReference property.
void setRequestBudgetApprovalSubProcess(RequestBudgetApprovalSubBusinessProcessType value)
Sets the value of the requestBudgetApprovalSubProcess property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CheckPositionBudgetSubBusinessProcessType checkPositionBudgetSubProcess

protected CompensationChangeDataType compensationChangeData

protected XMLGregorianCalendar compensationChangeDate

protected EmployeeObjectType employeeReference

protected PositionElementObjectType positionReference

protected RequestBudgetApprovalSubBusinessProcessType requestBudgetApprovalSubProcess

Public Constructors

public RequestCompensationChangeDataType ()

Public Methods

public CheckPositionBudgetSubBusinessProcessType getCheckPositionBudgetSubProcess ()

Gets the value of the checkPositionBudgetSubProcess property.

Returns

public CompensationChangeDataType getCompensationChangeData ()

Gets the value of the compensationChangeData property.

Returns

public XMLGregorianCalendar getCompensationChangeDate ()

Gets the value of the compensationChangeDate property.

Returns
  • possible object is XMLGregorianCalendar

public EmployeeObjectType getEmployeeReference ()

Gets the value of the employeeReference property.

Returns

public PositionElementObjectType getPositionReference ()

Gets the value of the positionReference property.

Returns

public RequestBudgetApprovalSubBusinessProcessType getRequestBudgetApprovalSubProcess ()

Gets the value of the requestBudgetApprovalSubProcess property.

Returns

public void setCheckPositionBudgetSubProcess (CheckPositionBudgetSubBusinessProcessType value)

Sets the value of the checkPositionBudgetSubProcess property.

Parameters
value Allowed object is CheckPositionBudgetSubBusinessProcessType

public void setCompensationChangeData (CompensationChangeDataType value)

Sets the value of the compensationChangeData property.

Parameters
value Allowed object is CompensationChangeDataType

public void setCompensationChangeDate (XMLGregorianCalendar value)

Sets the value of the compensationChangeDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setEmployeeReference (EmployeeObjectType value)

Sets the value of the employeeReference property.

Parameters
value Allowed object is EmployeeObjectType

public void setPositionReference (PositionElementObjectType value)

Sets the value of the positionReference property.

Parameters
value Allowed object is PositionElementObjectType

public void setRequestBudgetApprovalSubProcess (RequestBudgetApprovalSubBusinessProcessType value)

Sets the value of the requestBudgetApprovalSubProcess property.

Parameters
value Allowed object is RequestBudgetApprovalSubBusinessProcessType