public class

AdditionalDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.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

Fields
protected Boolean retirementPlan
protected Boolean statutoryEmployee
protected Boolean thirdPartySickPay
Public Constructors
AdditionalDataType()
Public Methods
Boolean isRetirementPlan()
Gets the value of the retirementPlan property.
Boolean isStatutoryEmployee()
Gets the value of the statutoryEmployee property.
Boolean isThirdPartySickPay()
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

Fields

protected Boolean retirementPlan

protected Boolean statutoryEmployee

protected Boolean thirdPartySickPay

Public Constructors

public AdditionalDataType ()

Public Methods

public Boolean isRetirementPlan ()

Gets the value of the retirementPlan property.

Returns
  • possible object is Boolean

public Boolean isStatutoryEmployee ()

Gets the value of the statutoryEmployee property.

Returns
  • possible object is Boolean

public Boolean isThirdPartySickPay ()

Gets the value of the thirdPartySickPay property.

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