| java.lang.Object | |
| ↳ | com.workday.compensation.CompensationBenchmarkProfileDataType |
Benchmark Job Data
Java class for Compensation_Benchmark_Profile_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Compensation_Benchmark_Profile_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Compensation_Eligibility_Rule_Reference" type="{urn:com.workday/bsvc}Condition_RuleObjectType"/>
<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="Benchmark_Job_Composite_Replacement_Data" type="{urn:com.workday/bsvc}Benchmark_Job_Composite_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| benchmarkJobCompositeReplacementData | |||||||||||
| compensationEligibilityRuleReference | |||||||||||
| currencyReference | |||||||||||
| frequencyReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the benchmarkJobCompositeReplacementData property.
| |||||||||||
Gets the value of the compensationEligibilityRuleReference property.
| |||||||||||
Gets the value of the currencyReference property.
| |||||||||||
Gets the value of the frequencyReference property.
| |||||||||||
Sets the value of the benchmarkJobCompositeReplacementData property.
| |||||||||||
Sets the value of the compensationEligibilityRuleReference property.
| |||||||||||
Sets the value of the currencyReference property.
| |||||||||||
Sets the value of the frequencyReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the benchmarkJobCompositeReplacementData 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 benchmarkJobCompositeReplacementData property.
For example, to add a new item, do as follows:
getBenchmarkJobCompositeReplacementData().add(newItem);
Objects of the following type(s) are allowed in the list
BenchmarkJobCompositeDataType
Gets the value of the compensationEligibilityRuleReference property.
ConditionRuleObjectType
Gets the value of the currencyReference property.
CurrencyObjectType
Gets the value of the frequencyReference property.
FrequencyObjectType
Sets the value of the benchmarkJobCompositeReplacementData property.
| benchmarkJobCompositeReplacementData | Allowed object is
BenchmarkJobCompositeDataType
|
|---|
Sets the value of the compensationEligibilityRuleReference property.
| value | Allowed object is
ConditionRuleObjectType
|
|---|
Sets the value of the currencyReference property.
| value | Allowed object is
CurrencyObjectType
|
|---|
Sets the value of the frequencyReference property.
| value | Allowed object is
FrequencyObjectType
|
|---|