public class

PeriodicCompanyTaxFilingPayGroupDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payroll.PeriodicCompanyTaxFilingPayGroupDataType

Class Overview

Pay Group Data element for Pay Group Rerences

Java class for Periodic_Company_Tax_Filing_Pay_Group_DataType complex type.

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

 <complexType name="Periodic_Company_Tax_Filing_Pay_Group_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Pay_Group_Reference" type="{urn:com.workday/bsvc}Pay_GroupObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected PayGroupObjectType payGroupReference
Public Constructors
PeriodicCompanyTaxFilingPayGroupDataType()
Public Methods
PayGroupObjectType getPayGroupReference()
Gets the value of the payGroupReference property.
void setPayGroupReference(PayGroupObjectType value)
Sets the value of the payGroupReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected PayGroupObjectType payGroupReference

Public Constructors

public PeriodicCompanyTaxFilingPayGroupDataType ()

Public Methods

public PayGroupObjectType getPayGroupReference ()

Gets the value of the payGroupReference property.

Returns

public void setPayGroupReference (PayGroupObjectType value)

Sets the value of the payGroupReference property.

Parameters
value Allowed object is PayGroupObjectType