| java.lang.Object | |
| ↳ | com.workday.hr.JobFamiliesRequestCriteriaType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| fieldAndParameterCriteriaData | |||||||||||
| includeInActiveJobFamilies | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the fieldAndParameterCriteriaData property.
| |||||||||||
Gets the value of the includeInActiveJobFamilies property.
| |||||||||||
Sets the value of the fieldAndParameterCriteriaData property.
| |||||||||||
Sets the value of the includeInActiveJobFamilies property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the fieldAndParameterCriteriaData property.
FieldAndParameterCriteriaDataType
Gets the value of the includeInActiveJobFamilies property. This getter has been renamed from isIncludeInActiveJobFamilies() to getIncludeInActiveJobFamilies() by cxf-xjc-boolean plugin.
Sets the value of the fieldAndParameterCriteriaData property.
| value | Allowed object is
FieldAndParameterCriteriaDataType
|
|---|
Sets the value of the includeInActiveJobFamilies property.
| value | Allowed object is Boolean |
|---|

