| java.lang.Object | |
| ↳ | workday.com.bsvc.PutPayrollFederalW4TaxElectionResponseDataType |
The data that should be displayed for the W-4 that was made as of the Put
Java class for Put_Payroll_Federal_W-4_Tax_Election_Response_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Put_Payroll_Federal_W-4_Tax_Election_Response_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType"/>
<element name="Effective_as_of" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="Company_for_Payroll_Payee_Tax_Data_Reference" type="{urn:com.workday/bsvc}CompanyObjectType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| companyForPayrollPayeeTaxDataReference | |||||||||||
| effectiveAsOf | |||||||||||
| workerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the companyForPayrollPayeeTaxDataReference property.
| |||||||||||
Gets the value of the effectiveAsOf property.
| |||||||||||
Gets the value of the workerReference property.
| |||||||||||
Sets the value of the companyForPayrollPayeeTaxDataReference property.
| |||||||||||
Sets the value of the effectiveAsOf property.
| |||||||||||
Sets the value of the workerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the companyForPayrollPayeeTaxDataReference property.
CompanyObjectType
Gets the value of the effectiveAsOf property.
Gets the value of the workerReference property.
WorkerObjectType
Sets the value of the companyForPayrollPayeeTaxDataReference property.
| value | Allowed object is
CompanyObjectType
|
|---|
Sets the value of the effectiveAsOf property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the workerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|

