| java.lang.Object | |
| ↳ | com.workday.compensation.RequestCompensationChangeDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| checkPositionBudgetSubProcess | |||||||||||
| compensationChangeData | |||||||||||
| compensationChangeDate | |||||||||||
| employeeReference | |||||||||||
| positionReference | |||||||||||
| requestBudgetApprovalSubProcess | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the checkPositionBudgetSubProcess property.
| |||||||||||
Gets the value of the compensationChangeData property.
| |||||||||||
Gets the value of the compensationChangeDate property.
| |||||||||||
Gets the value of the employeeReference property.
| |||||||||||
Gets the value of the positionReference property.
| |||||||||||
Gets the value of the requestBudgetApprovalSubProcess property.
| |||||||||||
Sets the value of the checkPositionBudgetSubProcess property.
| |||||||||||
Sets the value of the compensationChangeData property.
| |||||||||||
Sets the value of the compensationChangeDate property.
| |||||||||||
Sets the value of the employeeReference property.
| |||||||||||
Sets the value of the positionReference property.
| |||||||||||
Sets the value of the requestBudgetApprovalSubProcess property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the checkPositionBudgetSubProcess property.
CheckPositionBudgetSubBusinessProcessType
Gets the value of the compensationChangeData property.
CompensationChangeDataType
Gets the value of the compensationChangeDate property.
Gets the value of the employeeReference property.
EmployeeObjectType
Gets the value of the positionReference property.
PositionElementObjectType
Gets the value of the requestBudgetApprovalSubProcess property.
RequestBudgetApprovalSubBusinessProcessType
Sets the value of the checkPositionBudgetSubProcess property.
| value | Allowed object is
CheckPositionBudgetSubBusinessProcessType
|
|---|
Sets the value of the compensationChangeData property.
| value | Allowed object is
CompensationChangeDataType
|
|---|
Sets the value of the compensationChangeDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the employeeReference property.
| value | Allowed object is
EmployeeObjectType
|
|---|
Sets the value of the positionReference property.
| value | Allowed object is
PositionElementObjectType
|
|---|
Sets the value of the requestBudgetApprovalSubProcess property.
| value | Allowed object is
RequestBudgetApprovalSubBusinessProcessType
|
|---|