public class

PayslipRunCategoryDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.PayslipRunCategoryDataType

Class Overview

Run Category Data

Java class for Payslip_Run_Category_DataType complex type.

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

 <complexType name="Payslip_Run_Category_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Run_Category_Reference" type="{urn:com.workday/bsvc}Run_CategoryObjectType" minOccurs="0"/>
         <element name="Regular_Run_Category" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean regularRunCategory
protected RunCategoryObjectType runCategoryReference
Public Constructors
PayslipRunCategoryDataType()
Public Methods
RunCategoryObjectType getRunCategoryReference()
Gets the value of the runCategoryReference property.
Boolean isRegularRunCategory()
Gets the value of the regularRunCategory property.
void setRegularRunCategory(Boolean value)
Sets the value of the regularRunCategory property.
void setRunCategoryReference(RunCategoryObjectType value)
Sets the value of the runCategoryReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean regularRunCategory

protected RunCategoryObjectType runCategoryReference

Public Constructors

public PayslipRunCategoryDataType ()

Public Methods

public RunCategoryObjectType getRunCategoryReference ()

Gets the value of the runCategoryReference property.

Returns

public Boolean isRegularRunCategory ()

Gets the value of the regularRunCategory property.

Returns
  • possible object is Boolean

public void setRegularRunCategory (Boolean value)

Sets the value of the regularRunCategory property.

Parameters
value Allowed object is Boolean

public void setRunCategoryReference (RunCategoryObjectType value)

Sets the value of the runCategoryReference property.

Parameters
value Allowed object is RunCategoryObjectType