public class

PayslipRunCategoryDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payroll.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

Constants
long serialVersionUID
Fields
protected Boolean regularRunCategory
protected RunCategoryObjectType runCategoryReference
Public Constructors
PayslipRunCategoryDataType()
Public Methods
Boolean getRegularRunCategory()
Gets the value of the regularRunCategory property.
RunCategoryObjectType getRunCategoryReference()
Gets the value of the runCategoryReference 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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean regularRunCategory

protected RunCategoryObjectType runCategoryReference

Public Constructors

public PayslipRunCategoryDataType ()

Public Methods

public Boolean getRegularRunCategory ()

Gets the value of the regularRunCategory property. This getter has been renamed from isRegularRunCategory() to getRegularRunCategory() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public RunCategoryObjectType getRunCategoryReference ()

Gets the value of the runCategoryReference property.

Returns

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