| java.lang.Object | |
| ↳ | workday.com.bsvc.CostingAllocationDetailReplacementDataType |
Details of the allocation, (e.g., a set of allocation dimensions and percentages)
Java class for Costing_Allocation_Detail_Replacement_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Costing_Allocation_Detail_Replacement_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Order" type="{http://www.w3.org/2001/XMLSchema}string"/>
<choice>
<element name="Default_from_Organization_Assignment" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Costing_Override_Worktag_Reference" type="{urn:com.workday/bsvc}Tenanted_Payroll_WorktagObjectType" maxOccurs="unbounded"/>
</choice>
<element name="Distribution_Percent">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="9"/>
<minInclusive value="0"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| costingOverrideWorktagReference | |||||||||||
| defaultFromOrganizationAssignment | |||||||||||
| distributionPercent | |||||||||||
| order | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the costingOverrideWorktagReference property.
| |||||||||||
Gets the value of the distributionPercent property.
| |||||||||||
Gets the value of the order property.
| |||||||||||
Gets the value of the defaultFromOrganizationAssignment property.
| |||||||||||
Sets the value of the defaultFromOrganizationAssignment property.
| |||||||||||
Sets the value of the distributionPercent property.
| |||||||||||
Sets the value of the order property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the costingOverrideWorktagReference 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 costingOverrideWorktagReference property.
For example, to add a new item, do as follows:
getCostingOverrideWorktagReference().add(newItem);
Objects of the following type(s) are allowed in the list
TenantedPayrollWorktagObjectType
Gets the value of the distributionPercent property.
Gets the value of the order property.
Gets the value of the defaultFromOrganizationAssignment property.
Sets the value of the defaultFromOrganizationAssignment property.
| value | Allowed object is Boolean |
|---|
Sets the value of the distributionPercent property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the order property.
| value | Allowed object is String |
|---|

