| java.lang.Object | |
| ↳ | com.workday.payroll.AdditionalDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| retirementPlan | |||||||||||
| statutoryEmployee | |||||||||||
| thirdPartySickPay | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the retirementPlan property.
| |||||||||||
Gets the value of the statutoryEmployee property.
| |||||||||||
Gets the value of the thirdPartySickPay property.
| |||||||||||
Sets the value of the retirementPlan property.
| |||||||||||
Sets the value of the statutoryEmployee property.
| |||||||||||
Sets the value of the thirdPartySickPay property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the retirementPlan property. This getter has been renamed from isRetirementPlan() to getRetirementPlan() by cxf-xjc-boolean plugin.
Gets the value of the statutoryEmployee property. This getter has been renamed from isStatutoryEmployee() to getStatutoryEmployee() by cxf-xjc-boolean plugin.
Gets the value of the thirdPartySickPay property. This getter has been renamed from isThirdPartySickPay() to getThirdPartySickPay() by cxf-xjc-boolean plugin.
Sets the value of the retirementPlan property.
| value | Allowed object is Boolean |
|---|
Sets the value of the statutoryEmployee property.
| value | Allowed object is Boolean |
|---|
Sets the value of the thirdPartySickPay property.
| value | Allowed object is Boolean |
|---|