public class

JobFamiliesRequestCriteriaType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.JobFamiliesRequestCriteriaType

Class Overview

Utilize the Request Criteria element to limit the Job Families returned based on the specific criteria. Job Families that are returned must meet all of the criteria specified.

Java class for Job_Families_Request_CriteriaType complex type.

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

 <complexType name="Job_Families_Request_CriteriaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Field_And_Parameter_Criteria_Data" type="{urn:com.workday/bsvc}Field_And_Parameter_Criteria_DataType" minOccurs="0"/>
         <element name="Include_InActive_Job_Families" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected FieldAndParameterCriteriaDataType fieldAndParameterCriteriaData
protected Boolean includeInActiveJobFamilies
Public Constructors
JobFamiliesRequestCriteriaType()
Public Methods
FieldAndParameterCriteriaDataType getFieldAndParameterCriteriaData()
Gets the value of the fieldAndParameterCriteriaData property.
Boolean getIncludeInActiveJobFamilies()
Gets the value of the includeInActiveJobFamilies property.
void setFieldAndParameterCriteriaData(FieldAndParameterCriteriaDataType value)
Sets the value of the fieldAndParameterCriteriaData property.
void setIncludeInActiveJobFamilies(Boolean value)
Sets the value of the includeInActiveJobFamilies property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected FieldAndParameterCriteriaDataType fieldAndParameterCriteriaData

protected Boolean includeInActiveJobFamilies

Public Constructors

public JobFamiliesRequestCriteriaType ()

Public Methods

public FieldAndParameterCriteriaDataType getFieldAndParameterCriteriaData ()

Gets the value of the fieldAndParameterCriteriaData property.

Returns

public Boolean getIncludeInActiveJobFamilies ()

Gets the value of the includeInActiveJobFamilies property. This getter has been renamed from isIncludeInActiveJobFamilies() to getIncludeInActiveJobFamilies() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setFieldAndParameterCriteriaData (FieldAndParameterCriteriaDataType value)

Sets the value of the fieldAndParameterCriteriaData property.

Parameters
value Allowed object is FieldAndParameterCriteriaDataType

public void setIncludeInActiveJobFamilies (Boolean value)

Sets the value of the includeInActiveJobFamilies property.

Parameters
value Allowed object is Boolean