| java.lang.Object | |
| ↳ | workday.com.bsvc.CompensationProposedForChangePositionDataType |
Data element for the Propose Compensation for Transfer business process.
Java class for Compensation_Proposed_For_Change_Position_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Compensation_Proposed_For_Change_Position_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="Default_Compensation_From_New_Job" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Default_Compensation_From_Current_Job" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</choice>
<element name="Compensation_Guidelines_Data" type="{urn:com.workday/bsvc}Compensatable_Guidelines_DataType" minOccurs="0"/>
<element name="Pay_Plan_Data" type="{urn:com.workday/bsvc}Proposed_Base_Pay_Plan_For_Job_AssignmentType" minOccurs="0"/>
<element name="Unit_Salary_Plan_Data" type="{urn:com.workday/bsvc}Proposed_Salary_Unit_Plan_AssignmentType" minOccurs="0"/>
<element name="Allowance_Plan_Data" type="{urn:com.workday/bsvc}Proposed_Allowance_Plan_AssignmentType" minOccurs="0"/>
<element name="Unit_Allowance_Plan_Data" type="{urn:com.workday/bsvc}Proposed_Allowance_Unit_Plan_AssignmentType" minOccurs="0"/>
<element name="Bonus_Plan_Data" type="{urn:com.workday/bsvc}Proposed_Bonus_Plan_AssignmentType" minOccurs="0"/>
<element name="Merit_Plan_Data" type="{urn:com.workday/bsvc}Proposed_Merit_Plan_AssignmentType" minOccurs="0"/>
<element name="Commission_Plan_Data" type="{urn:com.workday/bsvc}Proposed_Commission_Plan_AssignmentType" minOccurs="0"/>
<element name="Stock_Plan_Data" type="{urn:com.workday/bsvc}Proposed_Stock_Plan_AssignmentType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| allowancePlanData | |||||||||||
| bonusPlanData | |||||||||||
| commissionPlanData | |||||||||||
| compensationGuidelinesData | |||||||||||
| defaultCompensationFromCurrentJob | |||||||||||
| defaultCompensationFromNewJob | |||||||||||
| meritPlanData | |||||||||||
| payPlanData | |||||||||||
| stockPlanData | |||||||||||
| unitAllowancePlanData | |||||||||||
| unitSalaryPlanData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the allowancePlanData property.
| |||||||||||
Gets the value of the bonusPlanData property.
| |||||||||||
Gets the value of the commissionPlanData property.
| |||||||||||
Gets the value of the compensationGuidelinesData property.
| |||||||||||
Gets the value of the meritPlanData property.
| |||||||||||
Gets the value of the payPlanData property.
| |||||||||||
Gets the value of the stockPlanData property.
| |||||||||||
Gets the value of the unitAllowancePlanData property.
| |||||||||||
Gets the value of the unitSalaryPlanData property.
| |||||||||||
Gets the value of the defaultCompensationFromCurrentJob property.
| |||||||||||
Gets the value of the defaultCompensationFromNewJob property.
| |||||||||||
Sets the value of the allowancePlanData property.
| |||||||||||
Sets the value of the bonusPlanData property.
| |||||||||||
Sets the value of the commissionPlanData property.
| |||||||||||
Sets the value of the compensationGuidelinesData property.
| |||||||||||
Sets the value of the defaultCompensationFromCurrentJob property.
| |||||||||||
Sets the value of the defaultCompensationFromNewJob property.
| |||||||||||
Sets the value of the meritPlanData property.
| |||||||||||
Sets the value of the payPlanData property.
| |||||||||||
Sets the value of the stockPlanData property.
| |||||||||||
Sets the value of the unitAllowancePlanData property.
| |||||||||||
Sets the value of the unitSalaryPlanData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the allowancePlanData property.
ProposedAllowancePlanAssignmentType
Gets the value of the bonusPlanData property.
ProposedBonusPlanAssignmentType
Gets the value of the commissionPlanData property.
ProposedCommissionPlanAssignmentType
Gets the value of the compensationGuidelinesData property.
CompensatableGuidelinesDataType
Gets the value of the meritPlanData property.
ProposedMeritPlanAssignmentType
Gets the value of the payPlanData property.
ProposedBasePayPlanForJobAssignmentType
Gets the value of the stockPlanData property.
ProposedStockPlanAssignmentType
Gets the value of the unitAllowancePlanData property.
ProposedAllowanceUnitPlanAssignmentType
Gets the value of the unitSalaryPlanData property.
ProposedSalaryUnitPlanAssignmentType
Gets the value of the defaultCompensationFromCurrentJob property.
Gets the value of the defaultCompensationFromNewJob property.
Sets the value of the allowancePlanData property.
| value | Allowed object is
ProposedAllowancePlanAssignmentType
|
|---|
Sets the value of the bonusPlanData property.
| value | Allowed object is
ProposedBonusPlanAssignmentType
|
|---|
Sets the value of the commissionPlanData property.
| value | Allowed object is
ProposedCommissionPlanAssignmentType
|
|---|
Sets the value of the compensationGuidelinesData property.
| value | Allowed object is
CompensatableGuidelinesDataType
|
|---|
Sets the value of the defaultCompensationFromCurrentJob property.
| value | Allowed object is Boolean |
|---|
Sets the value of the defaultCompensationFromNewJob property.
| value | Allowed object is Boolean |
|---|
Sets the value of the meritPlanData property.
| value | Allowed object is
ProposedMeritPlanAssignmentType
|
|---|
Sets the value of the payPlanData property.
| value | Allowed object is
ProposedBasePayPlanForJobAssignmentType
|
|---|
Sets the value of the stockPlanData property.
| value | Allowed object is
ProposedStockPlanAssignmentType
|
|---|
Sets the value of the unitAllowancePlanData property.
| value | Allowed object is
ProposedAllowanceUnitPlanAssignmentType
|
|---|
Sets the value of the unitSalaryPlanData property.
| value | Allowed object is
ProposedSalaryUnitPlanAssignmentType
|
|---|