public class

PayeeTaxWithholdingDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payrollinterface.PayeeTaxWithholdingDataType

Class Overview

Payee Tax Withholding Data

Java class for Payee_Tax_Withholding_DataType complex type.

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

 <complexType name="Payee_Tax_Withholding_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Payee_T1_Withholding_Data" type="{urn:com.workday/bsvc}Payee_T1_Withholding_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Payee_W-4_Withholding_Data" type="{urn:com.workday/bsvc}Payee_W-4_Withholding_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<PayeeT1WithholdingDataType> payeeT1WithholdingData
protected List<PayeeW4WithholdingDataType> payeeW4WithholdingData
Public Constructors
PayeeTaxWithholdingDataType()
Public Methods
List<PayeeT1WithholdingDataType> getPayeeT1WithholdingData()
Gets the value of the payeeT1WithholdingData property.
List<PayeeW4WithholdingDataType> getPayeeW4WithholdingData()
Gets the value of the payeeW4WithholdingData property.
void setPayeeT1WithholdingData(List<PayeeT1WithholdingDataType> payeeT1WithholdingData)
Sets the value of the payeeT1WithholdingData property.
void setPayeeW4WithholdingData(List<PayeeW4WithholdingDataType> payeeW4WithholdingData)
Sets the value of the payeeW4WithholdingData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<PayeeT1WithholdingDataType> payeeT1WithholdingData

protected List<PayeeW4WithholdingDataType> payeeW4WithholdingData

Public Constructors

public PayeeTaxWithholdingDataType ()

Public Methods

public List<PayeeT1WithholdingDataType> getPayeeT1WithholdingData ()

Gets the value of the payeeT1WithholdingData 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 payeeT1WithholdingData property.

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

    getPayeeT1WithholdingData().add(newItem);
 

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

public List<PayeeW4WithholdingDataType> getPayeeW4WithholdingData ()

Gets the value of the payeeW4WithholdingData 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 payeeW4WithholdingData property.

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

    getPayeeW4WithholdingData().add(newItem);
 

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

public void setPayeeT1WithholdingData (List<PayeeT1WithholdingDataType> payeeT1WithholdingData)

Sets the value of the payeeT1WithholdingData property.

Parameters
payeeT1WithholdingData Allowed object is PayeeT1WithholdingDataType

public void setPayeeW4WithholdingData (List<PayeeW4WithholdingDataType> payeeW4WithholdingData)

Sets the value of the payeeW4WithholdingData property.

Parameters
payeeW4WithholdingData Allowed object is PayeeW4WithholdingDataType