public class

PayrollFederalW4TaxElectionResponseDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.PayrollFederalW4TaxElectionResponseDataType

Class Overview

Element to hold all data to Respond with about the Payroll Payee W-4s

Java class for Payroll_Federal_W-4_Tax_Election_Response_DataType complex type.

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

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

Summary

Fields
protected List<PayrollFederalW4TaxElectionType> payrollPayeeW4
Public Constructors
PayrollFederalW4TaxElectionResponseDataType()
Public Methods
List<PayrollFederalW4TaxElectionType> getPayrollPayeeW4()
Gets the value of the payrollPayeeW4 property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<PayrollFederalW4TaxElectionType> payrollPayeeW4

Public Constructors

public PayrollFederalW4TaxElectionResponseDataType ()

Public Methods

public List<PayrollFederalW4TaxElectionType> getPayrollPayeeW4 ()

Gets the value of the payrollPayeeW4 property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the payrollPayeeW4 property.

For example, to add a new item, do as follows:

    getPayrollPayeeW4().add(newItem);
 

Objects of the following type(s) are allowed in the list PayrollFederalW4TaxElectionType