| java.lang.Object | |
| ↳ | com.workday.compensation.BenchmarkJobDataType |
Benchmark Job Data
Java class for Benchmark_Job_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Benchmark_Job_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Benchmark_Job_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Inactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Survey_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Description" type="{urn:com.workday/bsvc}RichText" minOccurs="0"/>
<element name="Job_Profile_Reference" type="{urn:com.workday/bsvc}Job_ProfileObjectType" maxOccurs="unbounded" minOccurs="0"/>
<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"/>
<element name="Benchmark_Profile_Data" type="{urn:com.workday/bsvc}Compensation_Benchmark_Profile_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| benchmarkJobCompositeReplacementData | |||||||||||
| benchmarkJobID | |||||||||||
| benchmarkProfileData | |||||||||||
| currencyReference | |||||||||||
| description | |||||||||||
| effectiveDate | |||||||||||
| frequencyReference | |||||||||||
| inactive | |||||||||||
| jobProfileReference | |||||||||||
| name | |||||||||||
| surveyDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the benchmarkJobCompositeReplacementData property.
| |||||||||||
Gets the value of the benchmarkJobID property.
| |||||||||||
Gets the value of the benchmarkProfileData property.
| |||||||||||
Gets the value of the currencyReference property.
| |||||||||||
Gets the value of the description property.
| |||||||||||
Gets the value of the effectiveDate property.
| |||||||||||
Gets the value of the frequencyReference property.
| |||||||||||
Gets the value of the inactive property.
| |||||||||||
Gets the value of the jobProfileReference property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the surveyDate property.
| |||||||||||
Sets the value of the benchmarkJobCompositeReplacementData property.
| |||||||||||
Sets the value of the benchmarkJobID property.
| |||||||||||
Sets the value of the benchmarkProfileData property.
| |||||||||||
Sets the value of the currencyReference property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the effectiveDate property.
| |||||||||||
Sets the value of the frequencyReference property.
| |||||||||||
Sets the value of the inactive property.
| |||||||||||
Sets the value of the jobProfileReference property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the surveyDate 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 benchmarkJobID property.
Gets the value of the benchmarkProfileData 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 benchmarkProfileData property.
For example, to add a new item, do as follows:
getBenchmarkProfileData().add(newItem);
Objects of the following type(s) are allowed in the list
CompensationBenchmarkProfileDataType
Gets the value of the currencyReference property.
CurrencyObjectType
Gets the value of the description property.
Gets the value of the effectiveDate property.
Gets the value of the frequencyReference property.
FrequencyObjectType
Gets the value of the inactive property. This getter has been renamed from isInactive() to getInactive() by cxf-xjc-boolean plugin.
Gets the value of the jobProfileReference 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 jobProfileReference property.
For example, to add a new item, do as follows:
getJobProfileReference().add(newItem);
Objects of the following type(s) are allowed in the list
JobProfileObjectType
Gets the value of the name property.
Gets the value of the surveyDate property.
Sets the value of the benchmarkJobCompositeReplacementData property.
| benchmarkJobCompositeReplacementData | Allowed object is
BenchmarkJobCompositeDataType
|
|---|
Sets the value of the benchmarkJobID property.
| value | Allowed object is String |
|---|
Sets the value of the benchmarkProfileData property.
| benchmarkProfileData | Allowed object is
CompensationBenchmarkProfileDataType
|
|---|
Sets the value of the currencyReference property.
| value | Allowed object is
CurrencyObjectType
|
|---|
Sets the value of the description property.
| value | Allowed object is String |
|---|
Sets the value of the effectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the frequencyReference property.
| value | Allowed object is
FrequencyObjectType
|
|---|
Sets the value of the inactive property.
| value | Allowed object is Boolean |
|---|
Sets the value of the jobProfileReference property.
| jobProfileReference | Allowed object is
JobProfileObjectType
|
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the surveyDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|