public class

WorkerCostingAllocationsRequestCriteriaType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payrollinterface.WorkerCostingAllocationsRequestCriteriaType

Class Overview

Specific request criteria for the Get Worker Costing Allocations service.

Java class for Worker_Costing_Allocations_Request_CriteriaType complex type.

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

 <complexType name="Worker_Costing_Allocations_Request_CriteriaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Costing_Override_Criteria" type="{urn:com.workday/bsvc}Costing_Override_CriteriaType" minOccurs="0"/>
         <element name="Include_All_Worker_Costing_Allocations" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Include_All_Position_Restrictions_Costing_Allocations" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Include_Only_Current_Costing_Override_Interval" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CostingOverrideCriteriaType costingOverrideCriteria
protected Boolean includeAllPositionRestrictionsCostingAllocations
protected Boolean includeAllWorkerCostingAllocations
protected Boolean includeOnlyCurrentCostingOverrideInterval
Public Constructors
WorkerCostingAllocationsRequestCriteriaType()
Public Methods
CostingOverrideCriteriaType getCostingOverrideCriteria()
Gets the value of the costingOverrideCriteria property.
Boolean getIncludeAllPositionRestrictionsCostingAllocations()
Gets the value of the includeAllPositionRestrictionsCostingAllocations property.
Boolean getIncludeAllWorkerCostingAllocations()
Gets the value of the includeAllWorkerCostingAllocations property.
Boolean getIncludeOnlyCurrentCostingOverrideInterval()
Gets the value of the includeOnlyCurrentCostingOverrideInterval property.
void setCostingOverrideCriteria(CostingOverrideCriteriaType value)
Sets the value of the costingOverrideCriteria property.
void setIncludeAllPositionRestrictionsCostingAllocations(Boolean value)
Sets the value of the includeAllPositionRestrictionsCostingAllocations property.
void setIncludeAllWorkerCostingAllocations(Boolean value)
Sets the value of the includeAllWorkerCostingAllocations property.
void setIncludeOnlyCurrentCostingOverrideInterval(Boolean value)
Sets the value of the includeOnlyCurrentCostingOverrideInterval property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CostingOverrideCriteriaType costingOverrideCriteria

protected Boolean includeAllPositionRestrictionsCostingAllocations

protected Boolean includeAllWorkerCostingAllocations

protected Boolean includeOnlyCurrentCostingOverrideInterval

Public Constructors

public WorkerCostingAllocationsRequestCriteriaType ()

Public Methods

public CostingOverrideCriteriaType getCostingOverrideCriteria ()

Gets the value of the costingOverrideCriteria property.

Returns

public Boolean getIncludeAllPositionRestrictionsCostingAllocations ()

Gets the value of the includeAllPositionRestrictionsCostingAllocations property. This getter has been renamed from isIncludeAllPositionRestrictionsCostingAllocations() to getIncludeAllPositionRestrictionsCostingAllocations() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIncludeAllWorkerCostingAllocations ()

Gets the value of the includeAllWorkerCostingAllocations property. This getter has been renamed from isIncludeAllWorkerCostingAllocations() to getIncludeAllWorkerCostingAllocations() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIncludeOnlyCurrentCostingOverrideInterval ()

Gets the value of the includeOnlyCurrentCostingOverrideInterval property. This getter has been renamed from isIncludeOnlyCurrentCostingOverrideInterval() to getIncludeOnlyCurrentCostingOverrideInterval() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setCostingOverrideCriteria (CostingOverrideCriteriaType value)

Sets the value of the costingOverrideCriteria property.

Parameters
value Allowed object is CostingOverrideCriteriaType

public void setIncludeAllPositionRestrictionsCostingAllocations (Boolean value)

Sets the value of the includeAllPositionRestrictionsCostingAllocations property.

Parameters
value Allowed object is Boolean

public void setIncludeAllWorkerCostingAllocations (Boolean value)

Sets the value of the includeAllWorkerCostingAllocations property.

Parameters
value Allowed object is Boolean

public void setIncludeOnlyCurrentCostingOverrideInterval (Boolean value)

Sets the value of the includeOnlyCurrentCostingOverrideInterval property.

Parameters
value Allowed object is Boolean