public class

PutPayrollFederalW4TaxElectionResponseDataType

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

Class Overview

The data that should be displayed for the W-4 that was made as of the Put

Java class for Put_Payroll_Federal_W-4_Tax_Election_Response_DataType complex type.

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

 <complexType name="Put_Payroll_Federal_W-4_Tax_Election_Response_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType"/>
         <element name="Effective_as_of" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="Company_for_Payroll_Payee_Tax_Data_Reference" type="{urn:com.workday/bsvc}CompanyObjectType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CompanyObjectType companyForPayrollPayeeTaxDataReference
protected XMLGregorianCalendar effectiveAsOf
protected WorkerObjectType workerReference
Public Constructors
PutPayrollFederalW4TaxElectionResponseDataType()
Public Methods
CompanyObjectType getCompanyForPayrollPayeeTaxDataReference()
Gets the value of the companyForPayrollPayeeTaxDataReference property.
XMLGregorianCalendar getEffectiveAsOf()
Gets the value of the effectiveAsOf property.
WorkerObjectType getWorkerReference()
Gets the value of the workerReference property.
void setCompanyForPayrollPayeeTaxDataReference(CompanyObjectType value)
Sets the value of the companyForPayrollPayeeTaxDataReference property.
void setEffectiveAsOf(XMLGregorianCalendar value)
Sets the value of the effectiveAsOf property.
void setWorkerReference(WorkerObjectType value)
Sets the value of the workerReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CompanyObjectType companyForPayrollPayeeTaxDataReference

protected XMLGregorianCalendar effectiveAsOf

protected WorkerObjectType workerReference

Public Constructors

public PutPayrollFederalW4TaxElectionResponseDataType ()

Public Methods

public CompanyObjectType getCompanyForPayrollPayeeTaxDataReference ()

Gets the value of the companyForPayrollPayeeTaxDataReference property.

Returns

public XMLGregorianCalendar getEffectiveAsOf ()

Gets the value of the effectiveAsOf property.

Returns
  • possible object is XMLGregorianCalendar

public WorkerObjectType getWorkerReference ()

Gets the value of the workerReference property.

Returns

public void setCompanyForPayrollPayeeTaxDataReference (CompanyObjectType value)

Sets the value of the companyForPayrollPayeeTaxDataReference property.

Parameters
value Allowed object is CompanyObjectType

public void setEffectiveAsOf (XMLGregorianCalendar value)

Sets the value of the effectiveAsOf property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setWorkerReference (WorkerObjectType value)

Sets the value of the workerReference property.

Parameters
value Allowed object is WorkerObjectType