| java.lang.Object | |
| ↳ | com.workday.compensation.CompensationMatrixEntryAmountBasedDataType |
Data for a single compensation matrix entry.
Java class for Compensation_Matrix_Entry_Amount_Based_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Compensation_Matrix_Entry_Amount_Based_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Compensation_Entry_Target_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_Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="21"/>
<minInclusive value="0"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Maximum_Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="21"/>
<minInclusive value="0"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| compaRatioRangeSegmentReference | |||||||||||
| compensationEntryTargetRuleReference | |||||||||||
| currencyReference | |||||||||||
| maximumAmount | |||||||||||
| minimumAmount | |||||||||||
| payRangeSegmentReference | |||||||||||
| performanceEvaluationRatingReference | |||||||||||
| potentialReference | |||||||||||
| quartilePlacementReference | |||||||||||
| retentionReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the compaRatioRangeSegmentReference property.
| |||||||||||
Gets the value of the compensationEntryTargetRuleReference property.
| |||||||||||
Gets the value of the currencyReference property.
| |||||||||||
Gets the value of the maximumAmount property.
| |||||||||||
Gets the value of the minimumAmount 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 compensationEntryTargetRuleReference property.
| |||||||||||
Sets the value of the currencyReference property.
| |||||||||||
Sets the value of the maximumAmount property.
| |||||||||||
Sets the value of the minimumAmount 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 compensationEntryTargetRuleReference property.
ConditionRuleObjectType
Gets the value of the currencyReference property.
CurrencyObjectType
Gets the value of the maximumAmount property.
Gets the value of the minimumAmount 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 compensationEntryTargetRuleReference property.
| value | Allowed object is
ConditionRuleObjectType
|
|---|
Sets the value of the currencyReference property.
| value | Allowed object is
CurrencyObjectType
|
|---|
Sets the value of the maximumAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the minimumAmount 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
|
|---|