public class

CostingWorktagDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payrollinterface.CostingWorktagDataType

Class Overview

This element holds the detail for the costing allocation worktag (Reference, Type and Code).

Java class for Costing_Worktag_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Costing_Worktag_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Tenanted_Payroll_Worktag_Reference" type="{urn:com.workday/bsvc}Tenanted_Payroll_WorktagObjectType" minOccurs="0"/>
         <element name="Worktag_Dimension_Reference" type="{urn:com.workday/bsvc}Worktag_DimensionObjectType" minOccurs="0"/>
         <element name="Worktag_Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected TenantedPayrollWorktagObjectType tenantedPayrollWorktagReference
protected String worktagCode
protected WorktagDimensionObjectType worktagDimensionReference
Public Constructors
CostingWorktagDataType()
Public Methods
TenantedPayrollWorktagObjectType getTenantedPayrollWorktagReference()
Gets the value of the tenantedPayrollWorktagReference property.
String getWorktagCode()
Gets the value of the worktagCode property.
WorktagDimensionObjectType getWorktagDimensionReference()
Gets the value of the worktagDimensionReference property.
void setTenantedPayrollWorktagReference(TenantedPayrollWorktagObjectType value)
Sets the value of the tenantedPayrollWorktagReference property.
void setWorktagCode(String value)
Sets the value of the worktagCode property.
void setWorktagDimensionReference(WorktagDimensionObjectType value)
Sets the value of the worktagDimensionReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected TenantedPayrollWorktagObjectType tenantedPayrollWorktagReference

protected String worktagCode

protected WorktagDimensionObjectType worktagDimensionReference

Public Constructors

public CostingWorktagDataType ()

Public Methods

public TenantedPayrollWorktagObjectType getTenantedPayrollWorktagReference ()

Gets the value of the tenantedPayrollWorktagReference property.

Returns

public String getWorktagCode ()

Gets the value of the worktagCode property.

Returns
  • possible object is String

public WorktagDimensionObjectType getWorktagDimensionReference ()

Gets the value of the worktagDimensionReference property.

Returns

public void setTenantedPayrollWorktagReference (TenantedPayrollWorktagObjectType value)

Sets the value of the tenantedPayrollWorktagReference property.

Parameters
value Allowed object is TenantedPayrollWorktagObjectType

public void setWorktagCode (String value)

Sets the value of the worktagCode property.

Parameters
value Allowed object is String

public void setWorktagDimensionReference (WorktagDimensionObjectType value)

Sets the value of the worktagDimensionReference property.

Parameters
value Allowed object is WorktagDimensionObjectType