public class

PutPayrollFederalW4TaxElectionResponseType

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

Class Overview

Put Payroll Payee W-4 Response Element

Java class for Put_Payroll_Federal_W-4_Tax_Election_ResponseType complex type.

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

 <complexType name="Put_Payroll_Federal_W-4_Tax_Election_ResponseType">
   <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="Put_Payroll_Federal_W-4_Tax_Election_Response_Data_Element" type="{urn:com.workday/bsvc}Put_Payroll_Federal_W-4_Tax_Election_Response_DataType" minOccurs="0"/>
       </sequence>
       <attribute ref="{urn:com.workday/bsvc}version"/>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected UniqueIdentifierObjectType payrollPayeeW4Reference
protected PutPayrollFederalW4TaxElectionResponseDataType putPayrollFederalW4TaxElectionResponseDataElement
protected String version
Public Constructors
PutPayrollFederalW4TaxElectionResponseType()
Public Methods
UniqueIdentifierObjectType getPayrollPayeeW4Reference()
Gets the value of the payrollPayeeW4Reference property.
PutPayrollFederalW4TaxElectionResponseDataType getPutPayrollFederalW4TaxElectionResponseDataElement()
Gets the value of the putPayrollFederalW4TaxElectionResponseDataElement property.
String getVersion()
Gets the value of the version property.
void setPayrollPayeeW4Reference(UniqueIdentifierObjectType value)
Sets the value of the payrollPayeeW4Reference property.
void setPutPayrollFederalW4TaxElectionResponseDataElement(PutPayrollFederalW4TaxElectionResponseDataType value)
Sets the value of the putPayrollFederalW4TaxElectionResponseDataElement property.
void setVersion(String value)
Sets the value of the version property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected UniqueIdentifierObjectType payrollPayeeW4Reference

protected PutPayrollFederalW4TaxElectionResponseDataType putPayrollFederalW4TaxElectionResponseDataElement

protected String version

Public Constructors

public PutPayrollFederalW4TaxElectionResponseType ()

Public Methods

public UniqueIdentifierObjectType getPayrollPayeeW4Reference ()

Gets the value of the payrollPayeeW4Reference property.

Returns

public PutPayrollFederalW4TaxElectionResponseDataType getPutPayrollFederalW4TaxElectionResponseDataElement ()

Gets the value of the putPayrollFederalW4TaxElectionResponseDataElement property.

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

public void setPayrollPayeeW4Reference (UniqueIdentifierObjectType value)

Sets the value of the payrollPayeeW4Reference property.

Parameters
value Allowed object is UniqueIdentifierObjectType

public void setPutPayrollFederalW4TaxElectionResponseDataElement (PutPayrollFederalW4TaxElectionResponseDataType value)

Sets the value of the putPayrollFederalW4TaxElectionResponseDataElement property.

Parameters
value Allowed object is PutPayrollFederalW4TaxElectionResponseDataType

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String