public class

PutPayrollPayeeFICARequestType

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

Class Overview

Request element for Payroll Payee FICA Tax Election data

Java class for Put_Payroll_Payee_FICA_RequestType complex type.

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

 <complexType name="Put_Payroll_Payee_FICA_RequestType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Payroll_Payee_FICA_Data" type="{urn:com.workday/bsvc}Payroll_Payee_FICA_DataType" minOccurs="0"/>
       </sequence>
       <attribute ref="{urn:com.workday/bsvc}version"/>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected PayrollPayeeFICADataType payrollPayeeFICAData
protected String version
Public Constructors
PutPayrollPayeeFICARequestType()
Public Methods
PayrollPayeeFICADataType getPayrollPayeeFICAData()
Gets the value of the payrollPayeeFICAData property.
String getVersion()
Gets the value of the version property.
void setPayrollPayeeFICAData(PayrollPayeeFICADataType value)
Sets the value of the payrollPayeeFICAData 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 PayrollPayeeFICADataType payrollPayeeFICAData

protected String version

Public Constructors

public PutPayrollPayeeFICARequestType ()

Public Methods

public PayrollPayeeFICADataType getPayrollPayeeFICAData ()

Gets the value of the payrollPayeeFICAData property.

Returns

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

public void setPayrollPayeeFICAData (PayrollPayeeFICADataType value)

Sets the value of the payrollPayeeFICAData property.

Parameters
value Allowed object is PayrollPayeeFICADataType

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String