public class

JobProfileResponseGroupType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.JobProfileResponseGroupType

Class Overview

The response group allows for the response data to be tailored to only included elements that the user is looking for. If no response group is provided in the request, then all groups will be returned. If the Response Group element is returned, you can select which sections of data to include in the response.

Java class for Job_Profile_Response_GroupType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Job_Profile_Response_GroupType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Include_Reference" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Include_Job_Profile_Basic_Data" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Include_Job_Classification_Data" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Include_Job_Profile_Pay_Rate_Data" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Include_Job_Profile_Exempt_Data" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Include_Workers_Compensation_Data" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Include_Responsibility_Qualifications" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Include_Work_Experience_Qualifications" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Include_Education_Qualifications" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Include_Language_Qualifications" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Include_Competency_Qualifications" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Include_Certification_Qualifications" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Include_Training_Qualifications" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Include_Job_Profile_Compensation_Data" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean includeCertificationQualifications
protected Boolean includeCompetencyQualifications
protected Boolean includeEducationQualifications
protected Boolean includeJobClassificationData
protected Boolean includeJobProfileBasicData
protected Boolean includeJobProfileCompensationData
protected Boolean includeJobProfileExemptData
protected Boolean includeJobProfilePayRateData
protected Boolean includeLanguageQualifications
protected Boolean includeReference
protected Boolean includeResponsibilityQualifications
protected Boolean includeTrainingQualifications
protected Boolean includeWorkExperienceQualifications
protected Boolean includeWorkersCompensationData
Public Constructors
JobProfileResponseGroupType()
Public Methods
Boolean isIncludeCertificationQualifications()
Gets the value of the includeCertificationQualifications property.
Boolean isIncludeCompetencyQualifications()
Gets the value of the includeCompetencyQualifications property.
Boolean isIncludeEducationQualifications()
Gets the value of the includeEducationQualifications property.
Boolean isIncludeJobClassificationData()
Gets the value of the includeJobClassificationData property.
Boolean isIncludeJobProfileBasicData()
Gets the value of the includeJobProfileBasicData property.
Boolean isIncludeJobProfileCompensationData()
Gets the value of the includeJobProfileCompensationData property.
Boolean isIncludeJobProfileExemptData()
Gets the value of the includeJobProfileExemptData property.
Boolean isIncludeJobProfilePayRateData()
Gets the value of the includeJobProfilePayRateData property.
Boolean isIncludeLanguageQualifications()
Gets the value of the includeLanguageQualifications property.
Boolean isIncludeReference()
Gets the value of the includeReference property.
Boolean isIncludeResponsibilityQualifications()
Gets the value of the includeResponsibilityQualifications property.
Boolean isIncludeTrainingQualifications()
Gets the value of the includeTrainingQualifications property.
Boolean isIncludeWorkExperienceQualifications()
Gets the value of the includeWorkExperienceQualifications property.
Boolean isIncludeWorkersCompensationData()
Gets the value of the includeWorkersCompensationData property.
void setIncludeCertificationQualifications(Boolean value)
Sets the value of the includeCertificationQualifications property.
void setIncludeCompetencyQualifications(Boolean value)
Sets the value of the includeCompetencyQualifications property.
void setIncludeEducationQualifications(Boolean value)
Sets the value of the includeEducationQualifications property.
void setIncludeJobClassificationData(Boolean value)
Sets the value of the includeJobClassificationData property.
void setIncludeJobProfileBasicData(Boolean value)
Sets the value of the includeJobProfileBasicData property.
void setIncludeJobProfileCompensationData(Boolean value)
Sets the value of the includeJobProfileCompensationData property.
void setIncludeJobProfileExemptData(Boolean value)
Sets the value of the includeJobProfileExemptData property.
void setIncludeJobProfilePayRateData(Boolean value)
Sets the value of the includeJobProfilePayRateData property.
void setIncludeLanguageQualifications(Boolean value)
Sets the value of the includeLanguageQualifications property.
void setIncludeReference(Boolean value)
Sets the value of the includeReference property.
void setIncludeResponsibilityQualifications(Boolean value)
Sets the value of the includeResponsibilityQualifications property.
void setIncludeTrainingQualifications(Boolean value)
Sets the value of the includeTrainingQualifications property.
void setIncludeWorkExperienceQualifications(Boolean value)
Sets the value of the includeWorkExperienceQualifications property.
void setIncludeWorkersCompensationData(Boolean value)
Sets the value of the includeWorkersCompensationData property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean includeCertificationQualifications

protected Boolean includeCompetencyQualifications

protected Boolean includeEducationQualifications

protected Boolean includeJobClassificationData

protected Boolean includeJobProfileBasicData

protected Boolean includeJobProfileCompensationData

protected Boolean includeJobProfileExemptData

protected Boolean includeJobProfilePayRateData

protected Boolean includeLanguageQualifications

protected Boolean includeReference

protected Boolean includeResponsibilityQualifications

protected Boolean includeTrainingQualifications

protected Boolean includeWorkExperienceQualifications

protected Boolean includeWorkersCompensationData

Public Constructors

public JobProfileResponseGroupType ()

Public Methods

public Boolean isIncludeCertificationQualifications ()

Gets the value of the includeCertificationQualifications property.

Returns
  • possible object is Boolean

public Boolean isIncludeCompetencyQualifications ()

Gets the value of the includeCompetencyQualifications property.

Returns
  • possible object is Boolean

public Boolean isIncludeEducationQualifications ()

Gets the value of the includeEducationQualifications property.

Returns
  • possible object is Boolean

public Boolean isIncludeJobClassificationData ()

Gets the value of the includeJobClassificationData property.

Returns
  • possible object is Boolean

public Boolean isIncludeJobProfileBasicData ()

Gets the value of the includeJobProfileBasicData property.

Returns
  • possible object is Boolean

public Boolean isIncludeJobProfileCompensationData ()

Gets the value of the includeJobProfileCompensationData property.

Returns
  • possible object is Boolean

public Boolean isIncludeJobProfileExemptData ()

Gets the value of the includeJobProfileExemptData property.

Returns
  • possible object is Boolean

public Boolean isIncludeJobProfilePayRateData ()

Gets the value of the includeJobProfilePayRateData property.

Returns
  • possible object is Boolean

public Boolean isIncludeLanguageQualifications ()

Gets the value of the includeLanguageQualifications property.

Returns
  • possible object is Boolean

public Boolean isIncludeReference ()

Gets the value of the includeReference property.

Returns
  • possible object is Boolean

public Boolean isIncludeResponsibilityQualifications ()

Gets the value of the includeResponsibilityQualifications property.

Returns
  • possible object is Boolean

public Boolean isIncludeTrainingQualifications ()

Gets the value of the includeTrainingQualifications property.

Returns
  • possible object is Boolean

public Boolean isIncludeWorkExperienceQualifications ()

Gets the value of the includeWorkExperienceQualifications property.

Returns
  • possible object is Boolean

public Boolean isIncludeWorkersCompensationData ()

Gets the value of the includeWorkersCompensationData property.

Returns
  • possible object is Boolean

public void setIncludeCertificationQualifications (Boolean value)

Sets the value of the includeCertificationQualifications property.

Parameters
value Allowed object is Boolean

public void setIncludeCompetencyQualifications (Boolean value)

Sets the value of the includeCompetencyQualifications property.

Parameters
value Allowed object is Boolean

public void setIncludeEducationQualifications (Boolean value)

Sets the value of the includeEducationQualifications property.

Parameters
value Allowed object is Boolean

public void setIncludeJobClassificationData (Boolean value)

Sets the value of the includeJobClassificationData property.

Parameters
value Allowed object is Boolean

public void setIncludeJobProfileBasicData (Boolean value)

Sets the value of the includeJobProfileBasicData property.

Parameters
value Allowed object is Boolean

public void setIncludeJobProfileCompensationData (Boolean value)

Sets the value of the includeJobProfileCompensationData property.

Parameters
value Allowed object is Boolean

public void setIncludeJobProfileExemptData (Boolean value)

Sets the value of the includeJobProfileExemptData property.

Parameters
value Allowed object is Boolean

public void setIncludeJobProfilePayRateData (Boolean value)

Sets the value of the includeJobProfilePayRateData property.

Parameters
value Allowed object is Boolean

public void setIncludeLanguageQualifications (Boolean value)

Sets the value of the includeLanguageQualifications property.

Parameters
value Allowed object is Boolean

public void setIncludeReference (Boolean value)

Sets the value of the includeReference property.

Parameters
value Allowed object is Boolean

public void setIncludeResponsibilityQualifications (Boolean value)

Sets the value of the includeResponsibilityQualifications property.

Parameters
value Allowed object is Boolean

public void setIncludeTrainingQualifications (Boolean value)

Sets the value of the includeTrainingQualifications property.

Parameters
value Allowed object is Boolean

public void setIncludeWorkExperienceQualifications (Boolean value)

Sets the value of the includeWorkExperienceQualifications property.

Parameters
value Allowed object is Boolean

public void setIncludeWorkersCompensationData (Boolean value)

Sets the value of the includeWorkersCompensationData property.

Parameters
value Allowed object is Boolean