| java.lang.Object | |
| ↳ | workday.com.bsvc.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>
| 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.
Gets the value of the statutoryEmployee property.
Gets the value of the thirdPartySickPay property.
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 |
|---|

