| java.lang.Object | |
| ↳ | workday.com.bsvc.WorkerAnnualTaxDataType |
Wrapper element for Non-3PSP Annual Tax Filing Data
Java class for Worker_Annual_Tax_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Worker_Annual_Tax_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Third_Party_Sick_Pay" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Social_Security_Tips" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Allocated_Tips" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Dependent_Care_Benefits" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Print_Workers_Tax_Documents" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Non-Qualified_Pension_Data" type="{urn:com.workday/bsvc}Non-Qualified_Pension_DataType" minOccurs="0"/>
<element name="Deferred_and_Other_Compensation_Data" type="{urn:com.workday/bsvc}Deferred_and_Other_Compensation_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Additional_Data" type="{urn:com.workday/bsvc}Additional_DataType" minOccurs="0"/>
<element name="Other_Data_Wrapper" type="{urn:com.workday/bsvc}Other_Data_WrapperType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| additionalData | |||||||||||
| allocatedTips | |||||||||||
| deferredAndOtherCompensationData | |||||||||||
| dependentCareBenefits | |||||||||||
| nonQualifiedPensionData | |||||||||||
| otherDataWrapper | |||||||||||
| printWorkersTaxDocuments | |||||||||||
| socialSecurityTips | |||||||||||
| thirdPartySickPay | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the additionalData property.
| |||||||||||
Gets the value of the allocatedTips property.
| |||||||||||
Gets the value of the deferredAndOtherCompensationData property.
| |||||||||||
Gets the value of the dependentCareBenefits property.
| |||||||||||
Gets the value of the nonQualifiedPensionData property.
| |||||||||||
Gets the value of the otherDataWrapper property.
| |||||||||||
Gets the value of the socialSecurityTips property.
| |||||||||||
Gets the value of the printWorkersTaxDocuments property.
| |||||||||||
Gets the value of the thirdPartySickPay property.
| |||||||||||
Sets the value of the additionalData property.
| |||||||||||
Sets the value of the allocatedTips property.
| |||||||||||
Sets the value of the dependentCareBenefits property.
| |||||||||||
Sets the value of the nonQualifiedPensionData property.
| |||||||||||
Sets the value of the printWorkersTaxDocuments property.
| |||||||||||
Sets the value of the socialSecurityTips property.
| |||||||||||
Sets the value of the thirdPartySickPay property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the additionalData property.
AdditionalDataType
Gets the value of the allocatedTips property.
Gets the value of the deferredAndOtherCompensationData 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 deferredAndOtherCompensationData property.
For example, to add a new item, do as follows:
getDeferredAndOtherCompensationData().add(newItem);
Objects of the following type(s) are allowed in the list
DeferredAndOtherCompensationDataType
Gets the value of the dependentCareBenefits property.
Gets the value of the nonQualifiedPensionData property.
NonQualifiedPensionDataType
Gets the value of the otherDataWrapper 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 otherDataWrapper property.
For example, to add a new item, do as follows:
getOtherDataWrapper().add(newItem);
Objects of the following type(s) are allowed in the list
OtherDataWrapperType
Gets the value of the socialSecurityTips property.
Gets the value of the printWorkersTaxDocuments property.
Gets the value of the thirdPartySickPay property.
Sets the value of the additionalData property.
| value | Allowed object is
AdditionalDataType
|
|---|
Sets the value of the allocatedTips property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the dependentCareBenefits property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the nonQualifiedPensionData property.
| value | Allowed object is
NonQualifiedPensionDataType
|
|---|
Sets the value of the printWorkersTaxDocuments property.
| value | Allowed object is Boolean |
|---|
Sets the value of the socialSecurityTips property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the thirdPartySickPay property.
| value | Allowed object is Boolean |
|---|