public class

AdditionalDataType

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

Class Overview

This is wrapper element for Box 13 W-2 Additional Data.

Java class for Additional_DataType complex type.

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

 <complexType name="Additional_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Statutory_Employee" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Retirement_Plan" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Third_Party_Sick_Pay" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean retirementPlan
protected Boolean statutoryEmployee
protected Boolean thirdPartySickPay
Public Constructors
AdditionalDataType()
Public Methods
Boolean getRetirementPlan()
Gets the value of the retirementPlan property.
Boolean getStatutoryEmployee()
Gets the value of the statutoryEmployee property.
Boolean getThirdPartySickPay()
Gets the value of the thirdPartySickPay property.
void setRetirementPlan(Boolean value)
Sets the value of the retirementPlan property.
void setStatutoryEmployee(Boolean value)
Sets the value of the statutoryEmployee property.
void setThirdPartySickPay(Boolean value)
Sets the value of the thirdPartySickPay property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean retirementPlan

protected Boolean statutoryEmployee

protected Boolean thirdPartySickPay

Public Constructors

public AdditionalDataType ()

Public Methods

public Boolean getRetirementPlan ()

Gets the value of the retirementPlan property. This getter has been renamed from isRetirementPlan() to getRetirementPlan() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getStatutoryEmployee ()

Gets the value of the statutoryEmployee property. This getter has been renamed from isStatutoryEmployee() to getStatutoryEmployee() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getThirdPartySickPay ()

Gets the value of the thirdPartySickPay property. This getter has been renamed from isThirdPartySickPay() to getThirdPartySickPay() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setRetirementPlan (Boolean value)

Sets the value of the retirementPlan property.

Parameters
value Allowed object is Boolean

public void setStatutoryEmployee (Boolean value)

Sets the value of the statutoryEmployee property.

Parameters
value Allowed object is Boolean

public void setThirdPartySickPay (Boolean value)

Sets the value of the thirdPartySickPay property.

Parameters
value Allowed object is Boolean