| java.lang.Object | |
| ↳ | com.workday.compensation.CompensationPayRangeDataType |
The compensation pay range.
Java class for Compensation_Pay_Range_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Compensation_Pay_Range_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Number_of_Segments" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="12"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Minimum" 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="Midpoint" 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" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="32"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Spread" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="32"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Segment_1_Top" 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="Segment_2_Top" 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="Segment_3_Top" 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="Segment_4_Top" 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="Segment_5_Top" 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"/>
<element name="Frequency_Reference" type="{urn:com.workday/bsvc}FrequencyObjectType" minOccurs="0"/>
<element name="Salary_Plan_Reference" type="{urn:com.workday/bsvc}Salary_Pay_PlanObjectType" minOccurs="0"/>
<element name="Allow_Override" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Compensation_Step" type="{urn:com.workday/bsvc}Compensation_StepType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| allowOverride | |||||||||||
| compensationStep | |||||||||||
| currencyReference | |||||||||||
| frequencyReference | |||||||||||
| maximum | |||||||||||
| midpoint | |||||||||||
| minimum | |||||||||||
| numberOfSegments | |||||||||||
| salaryPlanReference | |||||||||||
| segment1Top | |||||||||||
| segment2Top | |||||||||||
| segment3Top | |||||||||||
| segment4Top | |||||||||||
| segment5Top | |||||||||||
| spread | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the allowOverride property.
| |||||||||||
Gets the value of the compensationStep property.
| |||||||||||
Gets the value of the currencyReference property.
| |||||||||||
Gets the value of the frequencyReference property.
| |||||||||||
Gets the value of the maximum property.
| |||||||||||
Gets the value of the midpoint property.
| |||||||||||
Gets the value of the minimum property.
| |||||||||||
Gets the value of the numberOfSegments property.
| |||||||||||
Gets the value of the salaryPlanReference property.
| |||||||||||
Gets the value of the segment1Top property.
| |||||||||||
Gets the value of the segment2Top property.
| |||||||||||
Gets the value of the segment3Top property.
| |||||||||||
Gets the value of the segment4Top property.
| |||||||||||
Gets the value of the segment5Top property.
| |||||||||||
Gets the value of the spread property.
| |||||||||||
Sets the value of the allowOverride property.
| |||||||||||
Sets the value of the compensationStep property.
| |||||||||||
Sets the value of the currencyReference property.
| |||||||||||
Sets the value of the frequencyReference property.
| |||||||||||
Sets the value of the maximum property.
| |||||||||||
Sets the value of the midpoint property.
| |||||||||||
Sets the value of the minimum property.
| |||||||||||
Sets the value of the numberOfSegments property.
| |||||||||||
Sets the value of the salaryPlanReference property.
| |||||||||||
Sets the value of the segment1Top property.
| |||||||||||
Sets the value of the segment2Top property.
| |||||||||||
Sets the value of the segment3Top property.
| |||||||||||
Sets the value of the segment4Top property.
| |||||||||||
Sets the value of the segment5Top property.
| |||||||||||
Sets the value of the spread property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the allowOverride property. This getter has been renamed from isAllowOverride() to getAllowOverride() by cxf-xjc-boolean plugin.
Gets the value of the compensationStep property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the compensationStep property.
For example, to add a new item, do as follows:
getCompensationStep().add(newItem);
Objects of the following type(s) are allowed in the list
CompensationStepType
Gets the value of the currencyReference property.
CurrencyObjectType
Gets the value of the frequencyReference property.
FrequencyObjectType
Gets the value of the maximum property.
Gets the value of the midpoint property.
Gets the value of the minimum property.
Gets the value of the numberOfSegments property.
Gets the value of the salaryPlanReference property.
SalaryPayPlanObjectType
Gets the value of the segment1Top property.
Gets the value of the segment2Top property.
Gets the value of the segment3Top property.
Gets the value of the segment4Top property.
Gets the value of the segment5Top property.
Gets the value of the spread property.
Sets the value of the allowOverride property.
| value | Allowed object is Boolean |
|---|
Sets the value of the compensationStep property.
| compensationStep | Allowed object is
CompensationStepType
|
|---|
Sets the value of the currencyReference property.
| value | Allowed object is
CurrencyObjectType
|
|---|
Sets the value of the frequencyReference property.
| value | Allowed object is
FrequencyObjectType
|
|---|
Sets the value of the maximum property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the midpoint property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the minimum property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the numberOfSegments property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the salaryPlanReference property.
| value | Allowed object is
SalaryPayPlanObjectType
|
|---|
Sets the value of the segment1Top property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the segment2Top property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the segment3Top property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the segment4Top property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the segment5Top property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the spread property.
| value | Allowed object is BigDecimal |
|---|