| java.lang.Object | |
| ↳ | com.workday.compensation.AlternatePayRangeDataType |
The alternative compensation pay range.
Java class for Alternate_Pay_Range_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Alternate_Pay_Range_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Compensation_Basis_Reference" type="{urn:com.workday/bsvc}Compensation_Basis_ConfigurableObjectType"/>
<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>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| compensationBasisReference | |||||||||||
| maximum | |||||||||||
| midpoint | |||||||||||
| minimum | |||||||||||
| segment1Top | |||||||||||
| segment2Top | |||||||||||
| segment3Top | |||||||||||
| segment4Top | |||||||||||
| segment5Top | |||||||||||
| spread | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the compensationBasisReference 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 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 compensationBasisReference 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 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 compensationBasisReference property.
CompensationBasisConfigurableObjectType
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 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 compensationBasisReference property.
| value | Allowed object is
CompensationBasisConfigurableObjectType
|
|---|
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 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 |
|---|