| java.lang.Object | |
| ↳ | workday.com.bsvc.CompensationProposedForEmploymentDataType |
Data element for the Propose Compensation for Hire business process.
Java class for Compensation_Proposed_For_Employment_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Compensation_Proposed_For_Employment_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<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_Job_Assignment_Container_DataType" minOccurs="0"/>
<element name="Unit_Salary_Plan_Data" type="{urn:com.workday/bsvc}Proposed_Salary_Unit_Plan_Assignment_Container_DataType" minOccurs="0"/>
<element name="Allowance_Plan_Data" type="{urn:com.workday/bsvc}Proposed_Allowance_Plan_Assignment_Container_DataType" minOccurs="0"/>
<element name="Unit_Allowance_Plan_Data" type="{urn:com.workday/bsvc}Proposed_Allowance_Unit_Plan_Assignment_Container_DataType" minOccurs="0"/>
<element name="Bonus_Plan_Data" type="{urn:com.workday/bsvc}Proposed_Bonus_Plan_Assignment_Container_DataType" minOccurs="0"/>
<element name="Merit_Plan_Data" type="{urn:com.workday/bsvc}Proposed_Merit_Plan_Assignment_Container_DataType" minOccurs="0"/>
<element name="Commission_Plan_Data" type="{urn:com.workday/bsvc}Proposed_Commission_Plan_Assignment_Container_DataType" minOccurs="0"/>
<element name="Stock_Plan_Data" type="{urn:com.workday/bsvc}Proposed_Stock_Plan_Assignment_Container_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the allowancePlanData property.
ProposedAllowancePlanAssignmentContainerDataType
Gets the value of the bonusPlanData property.
ProposedBonusPlanAssignmentContainerDataType
Gets the value of the commissionPlanData property.
ProposedCommissionPlanAssignmentContainerDataType
Gets the value of the compensationGuidelinesData property.
CompensatableGuidelinesDataType
Gets the value of the meritPlanData property.
ProposedMeritPlanAssignmentContainerDataType
Gets the value of the payPlanData property.
ProposedBasePayPlanJobAssignmentContainerDataType
Gets the value of the stockPlanData property.
ProposedStockPlanAssignmentContainerDataType
Gets the value of the unitAllowancePlanData property.
ProposedAllowanceUnitPlanAssignmentContainerDataType
Gets the value of the unitSalaryPlanData property.
ProposedSalaryUnitPlanAssignmentContainerDataType
Sets the value of the allowancePlanData property.
| value | Allowed object is
ProposedAllowancePlanAssignmentContainerDataType
|
|---|
Sets the value of the bonusPlanData property.
| value | Allowed object is
ProposedBonusPlanAssignmentContainerDataType
|
|---|
Sets the value of the commissionPlanData property.
| value | Allowed object is
ProposedCommissionPlanAssignmentContainerDataType
|
|---|
Sets the value of the compensationGuidelinesData property.
| value | Allowed object is
CompensatableGuidelinesDataType
|
|---|
Sets the value of the meritPlanData property.
| value | Allowed object is
ProposedMeritPlanAssignmentContainerDataType
|
|---|
Sets the value of the payPlanData property.
| value | Allowed object is
ProposedBasePayPlanJobAssignmentContainerDataType
|
|---|
Sets the value of the stockPlanData property.
| value | Allowed object is
ProposedStockPlanAssignmentContainerDataType
|
|---|
Sets the value of the unitAllowancePlanData property.
| value | Allowed object is
ProposedAllowanceUnitPlanAssignmentContainerDataType
|
|---|
Sets the value of the unitSalaryPlanData property.
| value | Allowed object is
ProposedSalaryUnitPlanAssignmentContainerDataType
|
|---|