| java.lang.Object | |
| ↳ | com.workday.compensation.BenchmarkJobCompositeDataType |
Benchmark Job Composite Data
Java class for Benchmark_Job_Composite_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Benchmark_Job_Composite_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Benchmark_Composite_Category_Reference" type="{urn:com.workday/bsvc}Compensation_Benchmark_Composite_CategoryObjectType"/>
<element name="Competitive_Market_Target_Percentile_Reference" type="{urn:com.workday/bsvc}Compensation_Benchmark_PercentileObjectType" minOccurs="0"/>
<element name="Target_Spread__" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="18"/>
<minInclusive value="0"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Benchmark_Amount_Replacement_Data" type="{urn:com.workday/bsvc}Compensation_Benchmark_Amount_Replacment_DataType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| benchmarkAmountReplacementData | |||||||||||
| benchmarkCompositeCategoryReference | |||||||||||
| competitiveMarketTargetPercentileReference | |||||||||||
| targetSpread | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the benchmarkAmountReplacementData property.
| |||||||||||
Gets the value of the benchmarkCompositeCategoryReference property.
| |||||||||||
Gets the value of the competitiveMarketTargetPercentileReference property.
| |||||||||||
Gets the value of the targetSpread property.
| |||||||||||
Sets the value of the benchmarkAmountReplacementData property.
| |||||||||||
Sets the value of the benchmarkCompositeCategoryReference property.
| |||||||||||
Sets the value of the competitiveMarketTargetPercentileReference property.
| |||||||||||
Sets the value of the targetSpread property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the benchmarkAmountReplacementData 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 benchmarkAmountReplacementData property.
For example, to add a new item, do as follows:
getBenchmarkAmountReplacementData().add(newItem);
Objects of the following type(s) are allowed in the list
CompensationBenchmarkAmountReplacmentDataType
Gets the value of the benchmarkCompositeCategoryReference property.
CompensationBenchmarkCompositeCategoryObjectType
Gets the value of the competitiveMarketTargetPercentileReference property.
CompensationBenchmarkPercentileObjectType
Gets the value of the targetSpread property.
Sets the value of the benchmarkAmountReplacementData property.
| benchmarkAmountReplacementData | Allowed object is
CompensationBenchmarkAmountReplacmentDataType
|
|---|
Sets the value of the benchmarkCompositeCategoryReference property.
| value | Allowed object is
CompensationBenchmarkCompositeCategoryObjectType
|
|---|
Sets the value of the competitiveMarketTargetPercentileReference property.
| value | Allowed object is
CompensationBenchmarkPercentileObjectType
|
|---|
Sets the value of the targetSpread property.
| value | Allowed object is BigDecimal |
|---|