public class

PayrollFederalW4TaxElectionType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.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="Get_Put_Payroll_Payee_W-4_Data" type="{urn:com.workday/bsvc}Payroll_Federal_W-4_Tax_Election_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected PayrollFederalW4TaxElectionDataType getPutPayrollPayeeW4Data
protected UniqueIdentifierObjectType payrollPayeeW4Reference
Public Constructors
PayrollFederalW4TaxElectionType()
Public Methods
PayrollFederalW4TaxElectionDataType getGetPutPayrollPayeeW4Data()
Gets the value of the getPutPayrollPayeeW4Data property.
UniqueIdentifierObjectType getPayrollPayeeW4Reference()
Gets the value of the payrollPayeeW4Reference property.
void setGetPutPayrollPayeeW4Data(PayrollFederalW4TaxElectionDataType value)
Sets the value of the getPutPayrollPayeeW4Data property.
void setPayrollPayeeW4Reference(UniqueIdentifierObjectType value)
Sets the value of the payrollPayeeW4Reference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected PayrollFederalW4TaxElectionDataType getPutPayrollPayeeW4Data

protected UniqueIdentifierObjectType payrollPayeeW4Reference

Public Constructors

public PayrollFederalW4TaxElectionType ()

Public Methods

public PayrollFederalW4TaxElectionDataType getGetPutPayrollPayeeW4Data ()

Gets the value of the getPutPayrollPayeeW4Data property.

Returns

public UniqueIdentifierObjectType getPayrollPayeeW4Reference ()

Gets the value of the payrollPayeeW4Reference property.

Returns

public void setGetPutPayrollPayeeW4Data (PayrollFederalW4TaxElectionDataType value)

Sets the value of the getPutPayrollPayeeW4Data 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