public class

PayrollFederalW4TaxElectionType

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

Class Overview

Element to hold all information about a Payroll Payee W-4

Java class for Payroll_Federal_W-4_Tax_ElectionType complex type.

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

 <complexType name="Payroll_Federal_W-4_Tax_ElectionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Payroll_Payee_W-4_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
         <element name="Payroll_Federal_W-4_Tax_Election_Data" type="{urn:com.workday/bsvc}Payroll_Federal_W-4_Tax_Election_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected PayrollFederalW4TaxElectionDataType payrollFederalW4TaxElectionData
protected UniqueIdentifierObjectType payrollPayeeW4Reference
Public Constructors
PayrollFederalW4TaxElectionType()
Public Methods
PayrollFederalW4TaxElectionDataType getPayrollFederalW4TaxElectionData()
Gets the value of the payrollFederalW4TaxElectionData property.
UniqueIdentifierObjectType getPayrollPayeeW4Reference()
Gets the value of the payrollPayeeW4Reference property.
void setPayrollFederalW4TaxElectionData(PayrollFederalW4TaxElectionDataType value)
Sets the value of the payrollFederalW4TaxElectionData property.
void setPayrollPayeeW4Reference(UniqueIdentifierObjectType value)
Sets the value of the payrollPayeeW4Reference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected PayrollFederalW4TaxElectionDataType payrollFederalW4TaxElectionData

protected UniqueIdentifierObjectType payrollPayeeW4Reference

Public Constructors

public PayrollFederalW4TaxElectionType ()

Public Methods

public PayrollFederalW4TaxElectionDataType getPayrollFederalW4TaxElectionData ()

Gets the value of the payrollFederalW4TaxElectionData property.

Returns

public UniqueIdentifierObjectType getPayrollPayeeW4Reference ()

Gets the value of the payrollPayeeW4Reference property.

Returns

public void setPayrollFederalW4TaxElectionData (PayrollFederalW4TaxElectionDataType value)

Sets the value of the payrollFederalW4TaxElectionData property.

Parameters
value Allowed object is PayrollFederalW4TaxElectionDataType

public void setPayrollPayeeW4Reference (UniqueIdentifierObjectType value)

Sets the value of the payrollPayeeW4Reference property.

Parameters
value Allowed object is UniqueIdentifierObjectType