| java.lang.Object | |
| ↳ | com.workday.payroll.PayrollFederalW4TaxElectionType |
Element to hold all information about a Payroll Payee W-4
Java class for Payroll_Federal_W-4_Tax_ElectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payroll_Federal_W-4_Tax_ElectionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Payroll_Payee_W-4_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
<element name="Payroll_Federal_W-4_Tax_Election_Data" type="{urn:com.workday/bsvc}Payroll_Federal_W-4_Tax_Election_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| payrollFederalW4TaxElectionData | |||||||||||
| payrollPayeeW4Reference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the payrollFederalW4TaxElectionData property.
| |||||||||||
Gets the value of the payrollPayeeW4Reference property.
| |||||||||||
Sets the value of the payrollFederalW4TaxElectionData property.
| |||||||||||
Sets the value of the payrollPayeeW4Reference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the payrollFederalW4TaxElectionData property.
PayrollFederalW4TaxElectionDataType
Gets the value of the payrollPayeeW4Reference property.
UniqueIdentifierObjectType
Sets the value of the payrollFederalW4TaxElectionData property.
| value | Allowed object is
PayrollFederalW4TaxElectionDataType
|
|---|
Sets the value of the payrollPayeeW4Reference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|