| java.lang.Object | |
| ↳ | com.workday.compensation.CompensationMatrixEntryPercentBasedDataType |
Data for a single entry in a percent based compensation matrix.
Java class for Compensation_Matrix_Entry_Percent_Based_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Compensation_Matrix_Entry_Percent_Based_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Compensation_Matrix_Entry_Eligibility_Rule_Reference" type="{urn:com.workday/bsvc}Condition_RuleObjectType" minOccurs="0"/>
<element name="Performance_Evaluation_Rating_Reference" type="{urn:com.workday/bsvc}Review_RatingObjectType" minOccurs="0"/>
<element name="Quartile_Placement_Reference" type="{urn:com.workday/bsvc}Pay_Range_QuartileObjectType" minOccurs="0"/>
<element name="Retention_Reference" type="{urn:com.workday/bsvc}RetentionObjectType" minOccurs="0"/>
<element name="Compa_Ratio_Range_Segment_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
<element name="Pay_Range_Segment_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
<element name="Potential_Reference" type="{urn:com.workday/bsvc}PotentialObjectType" minOccurs="0"/>
<element name="Minimum_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="Maximum_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>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| compaRatioRangeSegmentReference | |||||||||||
| compensationMatrixEntryEligibilityRuleReference | |||||||||||
| maximumPercent | |||||||||||
| minimumPercent | |||||||||||
| payRangeSegmentReference | |||||||||||
| performanceEvaluationRatingReference | |||||||||||
| potentialReference | |||||||||||
| quartilePlacementReference | |||||||||||
| retentionReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the compaRatioRangeSegmentReference property.
| |||||||||||
Gets the value of the compensationMatrixEntryEligibilityRuleReference property.
| |||||||||||
Gets the value of the maximumPercent property.
| |||||||||||
Gets the value of the minimumPercent property.
| |||||||||||
Gets the value of the payRangeSegmentReference property.
| |||||||||||
Gets the value of the performanceEvaluationRatingReference property.
| |||||||||||
Gets the value of the potentialReference property.
| |||||||||||
Gets the value of the quartilePlacementReference property.
| |||||||||||
Gets the value of the retentionReference property.
| |||||||||||
Sets the value of the compaRatioRangeSegmentReference property.
| |||||||||||
Sets the value of the compensationMatrixEntryEligibilityRuleReference property.
| |||||||||||
Sets the value of the maximumPercent property.
| |||||||||||
Sets the value of the minimumPercent property.
| |||||||||||
Sets the value of the payRangeSegmentReference property.
| |||||||||||
Sets the value of the performanceEvaluationRatingReference property.
| |||||||||||
Sets the value of the potentialReference property.
| |||||||||||
Sets the value of the quartilePlacementReference property.
| |||||||||||
Sets the value of the retentionReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the compaRatioRangeSegmentReference property.
UniqueIdentifierObjectType
Gets the value of the compensationMatrixEntryEligibilityRuleReference property.
ConditionRuleObjectType
Gets the value of the maximumPercent property.
Gets the value of the minimumPercent property.
Gets the value of the payRangeSegmentReference property.
UniqueIdentifierObjectType
Gets the value of the performanceEvaluationRatingReference property.
ReviewRatingObjectType
Gets the value of the potentialReference property.
PotentialObjectType
Gets the value of the quartilePlacementReference property.
PayRangeQuartileObjectType
Gets the value of the retentionReference property.
RetentionObjectType
Sets the value of the compaRatioRangeSegmentReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the compensationMatrixEntryEligibilityRuleReference property.
| value | Allowed object is
ConditionRuleObjectType
|
|---|
Sets the value of the maximumPercent property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the minimumPercent property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the payRangeSegmentReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the performanceEvaluationRatingReference property.
| value | Allowed object is
ReviewRatingObjectType
|
|---|
Sets the value of the potentialReference property.
| value | Allowed object is
PotentialObjectType
|
|---|
Sets the value of the quartilePlacementReference property.
| value | Allowed object is
PayRangeQuartileObjectType
|
|---|
Sets the value of the retentionReference property.
| value | Allowed object is
RetentionObjectType
|
|---|