| java.lang.Object | |
| ↳ | com.workday.payrollinterface.WorkerCostingAllocationsDataType |
Primary (Worker or Position Restrictions) and Secondary (Position and Earning) keys identifying the level of the costing allocation data.
Java class for Worker_Costing_Allocations_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Worker_Costing_Allocations_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType"/>
<element name="Position_Restrictions_Reference" type="{urn:com.workday/bsvc}Position_RestrictionsObjectType"/>
</choice>
<element name="Position_Reference" type="{urn:com.workday/bsvc}Position_ElementObjectType" minOccurs="0"/>
<element name="Earning_Reference" type="{urn:com.workday/bsvc}Earning__All_ObjectType" minOccurs="0"/>
<element name="Worker_Costing_Allocation_Interval_Data" type="{urn:com.workday/bsvc}Worker_Costing_Allocation_Interval_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| earningReference | |||||||||||
| positionReference | |||||||||||
| positionRestrictionsReference | |||||||||||
| workerCostingAllocationIntervalData | |||||||||||
| workerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the earningReference property.
| |||||||||||
Gets the value of the positionReference property.
| |||||||||||
Gets the value of the positionRestrictionsReference property.
| |||||||||||
Gets the value of the workerCostingAllocationIntervalData property.
| |||||||||||
Gets the value of the workerReference property.
| |||||||||||
Sets the value of the earningReference property.
| |||||||||||
Sets the value of the positionReference property.
| |||||||||||
Sets the value of the positionRestrictionsReference property.
| |||||||||||
Sets the value of the workerCostingAllocationIntervalData property.
| |||||||||||
Sets the value of the workerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the earningReference property.
EarningAllObjectType
Gets the value of the positionReference property.
PositionElementObjectType
Gets the value of the positionRestrictionsReference property.
PositionRestrictionsObjectType
Gets the value of the workerCostingAllocationIntervalData 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 workerCostingAllocationIntervalData property.
For example, to add a new item, do as follows:
getWorkerCostingAllocationIntervalData().add(newItem);
Objects of the following type(s) are allowed in the list
WorkerCostingAllocationIntervalDataType
Gets the value of the workerReference property.
WorkerObjectType
Sets the value of the earningReference property.
| value | Allowed object is
EarningAllObjectType
|
|---|
Sets the value of the positionReference property.
| value | Allowed object is
PositionElementObjectType
|
|---|
Sets the value of the positionRestrictionsReference property.
| value | Allowed object is
PositionRestrictionsObjectType
|
|---|
Sets the value of the workerCostingAllocationIntervalData property.
| workerCostingAllocationIntervalData | Allowed object is
WorkerCostingAllocationIntervalDataType
|
|---|
Sets the value of the workerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|