| java.lang.Object | |
| ↳ | com.workday.payroll.CostingAllocationDataType |
Specifies what the allocation will be applied to
Java class for Costing_Allocation_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Costing_Allocation_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_Restriction_Reference" type="{urn:com.workday/bsvc}Position_ElementObjectType"/>
</choice>
<element name="Position_Reference" type="{urn:com.workday/bsvc}Position_ElementObjectType" minOccurs="0"/>
<element name="Earning_Reference" type="{urn:com.workday/bsvc}EarningObjectType" minOccurs="0"/>
<element name="Position_Element_Effective_As-of_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Replace_Existing_Costing_Allocation_Intervals" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Costing_Allocation_Interval_Data" type="{urn:com.workday/bsvc}Costing_Allocation_Interval_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| costingAllocationIntervalData | |||||||||||
| earningReference | |||||||||||
| positionElementEffectiveAsOfDate | |||||||||||
| positionReference | |||||||||||
| positionRestrictionReference | |||||||||||
| replaceExistingCostingAllocationIntervals | |||||||||||
| workerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the costingAllocationIntervalData property.
| |||||||||||
Gets the value of the earningReference property.
| |||||||||||
Gets the value of the positionElementEffectiveAsOfDate property.
| |||||||||||
Gets the value of the positionReference property.
| |||||||||||
Gets the value of the positionRestrictionReference property.
| |||||||||||
Gets the value of the replaceExistingCostingAllocationIntervals property.
| |||||||||||
Gets the value of the workerReference property.
| |||||||||||
Sets the value of the costingAllocationIntervalData property.
| |||||||||||
Sets the value of the earningReference property.
| |||||||||||
Sets the value of the positionElementEffectiveAsOfDate property.
| |||||||||||
Sets the value of the positionReference property.
| |||||||||||
Sets the value of the positionRestrictionReference property.
| |||||||||||
Sets the value of the replaceExistingCostingAllocationIntervals property.
| |||||||||||
Sets the value of the workerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the costingAllocationIntervalData 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 costingAllocationIntervalData property.
For example, to add a new item, do as follows:
getCostingAllocationIntervalData().add(newItem);
Objects of the following type(s) are allowed in the list
CostingAllocationIntervalDataType
Gets the value of the earningReference property.
EarningObjectType
Gets the value of the positionElementEffectiveAsOfDate property.
Gets the value of the positionReference property.
PositionElementObjectType
Gets the value of the positionRestrictionReference property.
PositionElementObjectType
Gets the value of the replaceExistingCostingAllocationIntervals property. This getter has been renamed from isReplaceExistingCostingAllocationIntervals() to getReplaceExistingCostingAllocationIntervals() by cxf-xjc-boolean plugin.
Gets the value of the workerReference property.
WorkerObjectType
Sets the value of the costingAllocationIntervalData property.
| costingAllocationIntervalData | Allowed object is
CostingAllocationIntervalDataType
|
|---|
Sets the value of the earningReference property.
| value | Allowed object is
EarningObjectType
|
|---|
Sets the value of the positionElementEffectiveAsOfDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the positionReference property.
| value | Allowed object is
PositionElementObjectType
|
|---|
Sets the value of the positionRestrictionReference property.
| value | Allowed object is
PositionElementObjectType
|
|---|
Sets the value of the replaceExistingCostingAllocationIntervals property.
| value | Allowed object is Boolean |
|---|
Sets the value of the workerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|