public class

BenchmarkJobDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.compensation.BenchmarkJobDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected List<BenchmarkJobCompositeDataType> benchmarkJobCompositeReplacementData
protected String benchmarkJobID
protected List<CompensationBenchmarkProfileDataType> benchmarkProfileData
protected CurrencyObjectType currencyReference
protected String description
protected XMLGregorianCalendar effectiveDate
protected FrequencyObjectType frequencyReference
protected Boolean inactive
protected List<JobProfileObjectType> jobProfileReference
protected String name
protected XMLGregorianCalendar surveyDate
Public Constructors
BenchmarkJobDataType()
Public Methods
List<BenchmarkJobCompositeDataType> getBenchmarkJobCompositeReplacementData()
Gets the value of the benchmarkJobCompositeReplacementData property.
String getBenchmarkJobID()
Gets the value of the benchmarkJobID property.
List<CompensationBenchmarkProfileDataType> getBenchmarkProfileData()
Gets the value of the benchmarkProfileData property.
CurrencyObjectType getCurrencyReference()
Gets the value of the currencyReference property.
String getDescription()
Gets the value of the description property.
XMLGregorianCalendar getEffectiveDate()
Gets the value of the effectiveDate property.
FrequencyObjectType getFrequencyReference()
Gets the value of the frequencyReference property.
Boolean getInactive()
Gets the value of the inactive property.
List<JobProfileObjectType> getJobProfileReference()
Gets the value of the jobProfileReference property.
String getName()
Gets the value of the name property.
XMLGregorianCalendar getSurveyDate()
Gets the value of the surveyDate property.
void setBenchmarkJobCompositeReplacementData(List<BenchmarkJobCompositeDataType> benchmarkJobCompositeReplacementData)
Sets the value of the benchmarkJobCompositeReplacementData property.
void setBenchmarkJobID(String value)
Sets the value of the benchmarkJobID property.
void setBenchmarkProfileData(List<CompensationBenchmarkProfileDataType> benchmarkProfileData)
Sets the value of the benchmarkProfileData property.
void setCurrencyReference(CurrencyObjectType value)
Sets the value of the currencyReference property.
void setDescription(String value)
Sets the value of the description property.
void setEffectiveDate(XMLGregorianCalendar value)
Sets the value of the effectiveDate property.
void setFrequencyReference(FrequencyObjectType value)
Sets the value of the frequencyReference property.
void setInactive(Boolean value)
Sets the value of the inactive property.
void setJobProfileReference(List<JobProfileObjectType> jobProfileReference)
Sets the value of the jobProfileReference property.
void setName(String value)
Sets the value of the name property.
void setSurveyDate(XMLGregorianCalendar value)
Sets the value of the surveyDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<BenchmarkJobCompositeDataType> benchmarkJobCompositeReplacementData

protected String benchmarkJobID

protected List<CompensationBenchmarkProfileDataType> benchmarkProfileData

protected CurrencyObjectType currencyReference

protected String description

protected XMLGregorianCalendar effectiveDate

protected FrequencyObjectType frequencyReference

protected Boolean inactive

protected List<JobProfileObjectType> jobProfileReference

protected String name

protected XMLGregorianCalendar surveyDate

Public Constructors

public BenchmarkJobDataType ()

Public Methods

public List<BenchmarkJobCompositeDataType> getBenchmarkJobCompositeReplacementData ()

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

public String getBenchmarkJobID ()

Gets the value of the benchmarkJobID property.

Returns
  • possible object is String

public List<CompensationBenchmarkProfileDataType> getBenchmarkProfileData ()

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

public CurrencyObjectType getCurrencyReference ()

Gets the value of the currencyReference property.

Returns

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public XMLGregorianCalendar getEffectiveDate ()

Gets the value of the effectiveDate property.

Returns
  • possible object is XMLGregorianCalendar

public FrequencyObjectType getFrequencyReference ()

Gets the value of the frequencyReference property.

Returns

public Boolean getInactive ()

Gets the value of the inactive property. This getter has been renamed from isInactive() to getInactive() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public List<JobProfileObjectType> getJobProfileReference ()

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

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public XMLGregorianCalendar getSurveyDate ()

Gets the value of the surveyDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setBenchmarkJobCompositeReplacementData (List<BenchmarkJobCompositeDataType> benchmarkJobCompositeReplacementData)

Sets the value of the benchmarkJobCompositeReplacementData property.

Parameters
benchmarkJobCompositeReplacementData Allowed object is BenchmarkJobCompositeDataType

public void setBenchmarkJobID (String value)

Sets the value of the benchmarkJobID property.

Parameters
value Allowed object is String

public void setBenchmarkProfileData (List<CompensationBenchmarkProfileDataType> benchmarkProfileData)

Sets the value of the benchmarkProfileData property.

Parameters
benchmarkProfileData Allowed object is CompensationBenchmarkProfileDataType

public void setCurrencyReference (CurrencyObjectType value)

Sets the value of the currencyReference property.

Parameters
value Allowed object is CurrencyObjectType

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setEffectiveDate (XMLGregorianCalendar value)

Sets the value of the effectiveDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setFrequencyReference (FrequencyObjectType value)

Sets the value of the frequencyReference property.

Parameters
value Allowed object is FrequencyObjectType

public void setInactive (Boolean value)

Sets the value of the inactive property.

Parameters
value Allowed object is Boolean

public void setJobProfileReference (List<JobProfileObjectType> jobProfileReference)

Sets the value of the jobProfileReference property.

Parameters
jobProfileReference Allowed object is JobProfileObjectType

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setSurveyDate (XMLGregorianCalendar value)

Sets the value of the surveyDate property.

Parameters
value Allowed object is XMLGregorianCalendar