| java.lang.Object | |
| ↳ | com.workday.payrollinterface.EmployeeMeritPlanAssignmentDataType |
Encapsulating element containing all Merit Plan Compensation data.
Java class for Employee_Merit_Plan_Assignment_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Employee_Merit_Plan_Assignment_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Compensation_Plan_Reference" type="{urn:com.workday/bsvc}Merit_PlanObjectType" minOccurs="0"/>
<element name="Individual_Target_Percent" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="18"/>
<minInclusive value="0"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Default_Target_Percent" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="16"/>
<minInclusive value="0"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Merit_Increase_Matrix_Reference" type="{urn:com.workday/bsvc}Compensation_MatrixObjectType" minOccurs="0"/>
<element name="Guaranteed_Minimum" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| compensationPlanReference | |||||||||||
| defaultTargetPercent | |||||||||||
| guaranteedMinimum | |||||||||||
| individualTargetPercent | |||||||||||
| meritIncreaseMatrixReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the compensationPlanReference property.
| |||||||||||
Gets the value of the defaultTargetPercent property.
| |||||||||||
Gets the value of the guaranteedMinimum property.
| |||||||||||
Gets the value of the individualTargetPercent property.
| |||||||||||
Gets the value of the meritIncreaseMatrixReference property.
| |||||||||||
Sets the value of the compensationPlanReference property.
| |||||||||||
Sets the value of the defaultTargetPercent property.
| |||||||||||
Sets the value of the guaranteedMinimum property.
| |||||||||||
Sets the value of the individualTargetPercent property.
| |||||||||||
Sets the value of the meritIncreaseMatrixReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the compensationPlanReference property.
MeritPlanObjectType
Gets the value of the defaultTargetPercent property.
Gets the value of the guaranteedMinimum property. This getter has been renamed from isGuaranteedMinimum() to getGuaranteedMinimum() by cxf-xjc-boolean plugin.
Gets the value of the individualTargetPercent property.
Gets the value of the meritIncreaseMatrixReference property.
CompensationMatrixObjectType
Sets the value of the compensationPlanReference property.
| value | Allowed object is
MeritPlanObjectType
|
|---|
Sets the value of the defaultTargetPercent property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the guaranteedMinimum property.
| value | Allowed object is Boolean |
|---|
Sets the value of the individualTargetPercent property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the meritIncreaseMatrixReference property.
| value | Allowed object is
CompensationMatrixObjectType
|
|---|