public class

CostingAllocationDetailReplacementDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.recruiting.CostingAllocationDetailReplacementDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected List<TenantedPayrollWorktagObjectType> costingOverrideWorktagReference
protected Boolean defaultFromOrganizationAssignment
protected BigDecimal distributionPercent
protected String order
Public Constructors
CostingAllocationDetailReplacementDataType()
Public Methods
List<TenantedPayrollWorktagObjectType> getCostingOverrideWorktagReference()
Gets the value of the costingOverrideWorktagReference property.
Boolean getDefaultFromOrganizationAssignment()
Gets the value of the defaultFromOrganizationAssignment property.
BigDecimal getDistributionPercent()
Gets the value of the distributionPercent property.
String getOrder()
Gets the value of the order property.
void setCostingOverrideWorktagReference(List<TenantedPayrollWorktagObjectType> costingOverrideWorktagReference)
Sets the value of the costingOverrideWorktagReference property.
void setDefaultFromOrganizationAssignment(Boolean value)
Sets the value of the defaultFromOrganizationAssignment property.
void setDistributionPercent(BigDecimal value)
Sets the value of the distributionPercent property.
void setOrder(String value)
Sets the value of the order property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<TenantedPayrollWorktagObjectType> costingOverrideWorktagReference

protected Boolean defaultFromOrganizationAssignment

protected BigDecimal distributionPercent

protected String order

Public Constructors

public CostingAllocationDetailReplacementDataType ()

Public Methods

public List<TenantedPayrollWorktagObjectType> getCostingOverrideWorktagReference ()

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

public Boolean getDefaultFromOrganizationAssignment ()

Gets the value of the defaultFromOrganizationAssignment property. This getter has been renamed from isDefaultFromOrganizationAssignment() to getDefaultFromOrganizationAssignment() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public BigDecimal getDistributionPercent ()

Gets the value of the distributionPercent property.

Returns
  • possible object is BigDecimal

public String getOrder ()

Gets the value of the order property.

Returns
  • possible object is String

public void setCostingOverrideWorktagReference (List<TenantedPayrollWorktagObjectType> costingOverrideWorktagReference)

Sets the value of the costingOverrideWorktagReference property.

Parameters
costingOverrideWorktagReference Allowed object is TenantedPayrollWorktagObjectType

public void setDefaultFromOrganizationAssignment (Boolean value)

Sets the value of the defaultFromOrganizationAssignment property.

Parameters
value Allowed object is Boolean

public void setDistributionPercent (BigDecimal value)

Sets the value of the distributionPercent property.

Parameters
value Allowed object is BigDecimal

public void setOrder (String value)

Sets the value of the order property.

Parameters
value Allowed object is String