| java.lang.Object | |
| ↳ | workday.com.bsvc.JobProfileRequestCriteriaType |
Utilize the Request Criteria element to limit the Job Profiles returned based on the specific criteria. Job Profiles that are returned must meet all of the criteria specified.
Java class for Job_Profile_Request_CriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Job_Profile_Request_CriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Transaction_Log_Criteria_Data" type="{urn:com.workday/bsvc}Transaction_Log_CriteriaType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Event_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
<element name="Job_Family_Reference" type="{urn:com.workday/bsvc}Job_FamilyObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Management_Level_Reference" type="{urn:com.workday/bsvc}Management_LevelObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Job_Level_Reference" type="{urn:com.workday/bsvc}Job_LevelObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Job_Category_Reference" type="{urn:com.workday/bsvc}Job_CategoryObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Company_Insider_Type_Reference" type="{urn:com.workday/bsvc}Company_Insider_TypeObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Job_Classification_Reference" type="{urn:com.workday/bsvc}Job_ClassificationObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Job_Classification_Group_Reference" type="{urn:com.workday/bsvc}Job_Classification_GroupObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Workers_Compensation_Code_Reference" type="{urn:com.workday/bsvc}Workers_Compensation_CodeObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Work_Hours_Profile_Reference" type="{urn:com.workday/bsvc}Work_Hours_ProfileObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Field_And_Parameter_Criteria_Data" type="{urn:com.workday/bsvc}Field_And_Parameter_Criteria_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| companyInsiderTypeReference | |||||||||||
| eventReference | |||||||||||
| fieldAndParameterCriteriaData | |||||||||||
| jobCategoryReference | |||||||||||
| jobClassificationGroupReference | |||||||||||
| jobClassificationReference | |||||||||||
| jobFamilyReference | |||||||||||
| jobLevelReference | |||||||||||
| managementLevelReference | |||||||||||
| transactionLogCriteriaData | |||||||||||
| workHoursProfileReference | |||||||||||
| workersCompensationCodeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the companyInsiderTypeReference property.
| |||||||||||
Gets the value of the eventReference property.
| |||||||||||
Gets the value of the fieldAndParameterCriteriaData property.
| |||||||||||
Gets the value of the jobCategoryReference property.
| |||||||||||
Gets the value of the jobClassificationGroupReference property.
| |||||||||||
Gets the value of the jobClassificationReference property.
| |||||||||||
Gets the value of the jobFamilyReference property.
| |||||||||||
Gets the value of the jobLevelReference property.
| |||||||||||
Gets the value of the managementLevelReference property.
| |||||||||||
Gets the value of the transactionLogCriteriaData property.
| |||||||||||
Gets the value of the workHoursProfileReference property.
| |||||||||||
Gets the value of the workersCompensationCodeReference property.
| |||||||||||
Sets the value of the eventReference property.
| |||||||||||
Sets the value of the fieldAndParameterCriteriaData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the companyInsiderTypeReference 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 companyInsiderTypeReference property.
For example, to add a new item, do as follows:
getCompanyInsiderTypeReference().add(newItem);
Objects of the following type(s) are allowed in the list
CompanyInsiderTypeObjectType
Gets the value of the eventReference property.
UniqueIdentifierObjectType
Gets the value of the fieldAndParameterCriteriaData property.
FieldAndParameterCriteriaDataType
Gets the value of the jobCategoryReference 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 jobCategoryReference property.
For example, to add a new item, do as follows:
getJobCategoryReference().add(newItem);
Objects of the following type(s) are allowed in the list
JobCategoryObjectType
Gets the value of the jobClassificationGroupReference 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 jobClassificationGroupReference property.
For example, to add a new item, do as follows:
getJobClassificationGroupReference().add(newItem);
Objects of the following type(s) are allowed in the list
JobClassificationGroupObjectType
Gets the value of the jobClassificationReference 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 jobClassificationReference property.
For example, to add a new item, do as follows:
getJobClassificationReference().add(newItem);
Objects of the following type(s) are allowed in the list
JobClassificationObjectType
Gets the value of the jobFamilyReference 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 jobFamilyReference property.
For example, to add a new item, do as follows:
getJobFamilyReference().add(newItem);
Objects of the following type(s) are allowed in the list
JobFamilyObjectType
Gets the value of the jobLevelReference 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 jobLevelReference property.
For example, to add a new item, do as follows:
getJobLevelReference().add(newItem);
Objects of the following type(s) are allowed in the list
JobLevelObjectType
Gets the value of the managementLevelReference 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 managementLevelReference property.
For example, to add a new item, do as follows:
getManagementLevelReference().add(newItem);
Objects of the following type(s) are allowed in the list
ManagementLevelObjectType
Gets the value of the transactionLogCriteriaData 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 transactionLogCriteriaData property.
For example, to add a new item, do as follows:
getTransactionLogCriteriaData().add(newItem);
Objects of the following type(s) are allowed in the list
TransactionLogCriteriaType
Gets the value of the workHoursProfileReference 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 workHoursProfileReference property.
For example, to add a new item, do as follows:
getWorkHoursProfileReference().add(newItem);
Objects of the following type(s) are allowed in the list
WorkHoursProfileObjectType
Gets the value of the workersCompensationCodeReference 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 workersCompensationCodeReference property.
For example, to add a new item, do as follows:
getWorkersCompensationCodeReference().add(newItem);
Objects of the following type(s) are allowed in the list
WorkersCompensationCodeObjectType
Sets the value of the eventReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the fieldAndParameterCriteriaData property.
| value | Allowed object is
FieldAndParameterCriteriaDataType
|
|---|