| java.lang.Object | |
| ↳ | com.workday.payrollinterface.WorkerCostingAllocationsRequestCriteriaType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| costingOverrideCriteria | |||||||||||
| includeAllPositionRestrictionsCostingAllocations | |||||||||||
| includeAllWorkerCostingAllocations | |||||||||||
| includeOnlyCurrentCostingOverrideInterval | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the costingOverrideCriteria property.
| |||||||||||
Gets the value of the includeAllPositionRestrictionsCostingAllocations property.
| |||||||||||
Gets the value of the includeAllWorkerCostingAllocations property.
| |||||||||||
Gets the value of the includeOnlyCurrentCostingOverrideInterval property.
| |||||||||||
Sets the value of the costingOverrideCriteria property.
| |||||||||||
Sets the value of the includeAllPositionRestrictionsCostingAllocations property.
| |||||||||||
Sets the value of the includeAllWorkerCostingAllocations property.
| |||||||||||
Sets the value of the includeOnlyCurrentCostingOverrideInterval property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the costingOverrideCriteria property.
CostingOverrideCriteriaType
Gets the value of the includeAllPositionRestrictionsCostingAllocations property. This getter has been renamed from isIncludeAllPositionRestrictionsCostingAllocations() to getIncludeAllPositionRestrictionsCostingAllocations() by cxf-xjc-boolean plugin.
Gets the value of the includeAllWorkerCostingAllocations property. This getter has been renamed from isIncludeAllWorkerCostingAllocations() to getIncludeAllWorkerCostingAllocations() by cxf-xjc-boolean plugin.
Gets the value of the includeOnlyCurrentCostingOverrideInterval property. This getter has been renamed from isIncludeOnlyCurrentCostingOverrideInterval() to getIncludeOnlyCurrentCostingOverrideInterval() by cxf-xjc-boolean plugin.
Sets the value of the costingOverrideCriteria property.
| value | Allowed object is
CostingOverrideCriteriaType
|
|---|
Sets the value of the includeAllPositionRestrictionsCostingAllocations property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeAllWorkerCostingAllocations property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeOnlyCurrentCostingOverrideInterval property.
| value | Allowed object is Boolean |
|---|