| java.lang.Object | |
| ↳ | com.workday.compensation.CompensationBenchmarkAmountReplacmentDataType |
Benchmark Job Composite Data
Java class for Compensation_Benchmark_Amount_Replacment_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Compensation_Benchmark_Amount_Replacment_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Percentile_Reference" type="{urn:com.workday/bsvc}Compensation_Benchmark_PercentileObjectType"/>
<element name="Amount">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amount | |||||||||||
| percentileReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amount property.
| |||||||||||
Gets the value of the percentileReference property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the percentileReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the amount property.
Gets the value of the percentileReference property.
CompensationBenchmarkPercentileObjectType
Sets the value of the amount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the percentileReference property.
| value | Allowed object is
CompensationBenchmarkPercentileObjectType
|
|---|