public class

WorkerTimeBlockWorktagDataType

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

Class Overview

Worketag

Java class for Worker_Time_Block_Worktag_DataType complex type.

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

 <complexType name="Worker_Time_Block_Worktag_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Worktag_Reference" type="{urn:com.workday/bsvc}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 String worktagCode
protected WorktagDimensionObjectType worktagDimensionReference
protected PayrollWorktagObjectType worktagReference
Public Constructors
WorkerTimeBlockWorktagDataType()
Public Methods
String getWorktagCode()
Gets the value of the worktagCode property.
WorktagDimensionObjectType getWorktagDimensionReference()
Gets the value of the worktagDimensionReference property.
PayrollWorktagObjectType getWorktagReference()
Gets the value of the worktagReference property.
void setWorktagCode(String value)
Sets the value of the worktagCode property.
void setWorktagDimensionReference(WorktagDimensionObjectType value)
Sets the value of the worktagDimensionReference property.
void setWorktagReference(PayrollWorktagObjectType value)
Sets the value of the worktagReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String worktagCode

protected WorktagDimensionObjectType worktagDimensionReference

protected PayrollWorktagObjectType worktagReference

Public Constructors

public WorkerTimeBlockWorktagDataType ()

Public Methods

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 PayrollWorktagObjectType getWorktagReference ()

Gets the value of the worktagReference property.

Returns

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

public void setWorktagReference (PayrollWorktagObjectType value)

Sets the value of the worktagReference property.

Parameters
value Allowed object is PayrollWorktagObjectType