| java.lang.Object | |
| ↳ | workday.com.bsvc.PayrollFederalW4TaxElectionDataType |
Element to hold all of the Data to Put or Get for a W-4
Java class for Payroll_Federal_W-4_Tax_Election_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payroll_Federal_W-4_Tax_Election_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_Reference" type="{urn:com.workday/bsvc}CompanyObjectType" minOccurs="0"/>
<element name="Marital_Status_Reference" type="{urn:com.workday/bsvc}Payroll_Withholding_StatusObjectType" minOccurs="0"/>
<element name="Number_of_Allowances" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="2"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Additional_Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="8"/>
<minInclusive value="0"/>
<fractionDigits value="2"/>
</restriction>
</simpleType>
</element>
<element name="Exempt" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Nonresident_Alien" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Lock_In_Letter" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="No_Wage_No_Tax" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| additionalAmount | |||||||||||
| companyReference | |||||||||||
| effectiveAsOf | |||||||||||
| exempt | |||||||||||
| lockInLetter | |||||||||||
| maritalStatusReference | |||||||||||
| noWageNoTax | |||||||||||
| nonresidentAlien | |||||||||||
| numberOfAllowances | |||||||||||
| workerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the additionalAmount property.
| |||||||||||
Gets the value of the companyReference property.
| |||||||||||
Gets the value of the effectiveAsOf property.
| |||||||||||
Gets the value of the maritalStatusReference property.
| |||||||||||
Gets the value of the numberOfAllowances property.
| |||||||||||
Gets the value of the workerReference property.
| |||||||||||
Gets the value of the exempt property.
| |||||||||||
Gets the value of the lockInLetter property.
| |||||||||||
Gets the value of the noWageNoTax property.
| |||||||||||
Gets the value of the nonresidentAlien property.
| |||||||||||
Sets the value of the additionalAmount property.
| |||||||||||
Sets the value of the companyReference property.
| |||||||||||
Sets the value of the effectiveAsOf property.
| |||||||||||
Sets the value of the exempt property.
| |||||||||||
Sets the value of the lockInLetter property.
| |||||||||||
Sets the value of the maritalStatusReference property.
| |||||||||||
Sets the value of the noWageNoTax property.
| |||||||||||
Sets the value of the nonresidentAlien property.
| |||||||||||
Sets the value of the numberOfAllowances property.
| |||||||||||
Sets the value of the workerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the additionalAmount property.
Gets the value of the companyReference property.
CompanyObjectType
Gets the value of the effectiveAsOf property.
Gets the value of the maritalStatusReference property.
PayrollWithholdingStatusObjectType
Gets the value of the numberOfAllowances property.
Gets the value of the workerReference property.
WorkerObjectType
Gets the value of the exempt property.
Gets the value of the lockInLetter property.
Gets the value of the noWageNoTax property.
Gets the value of the nonresidentAlien property.
Sets the value of the additionalAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the companyReference property.
| value | Allowed object is
CompanyObjectType
|
|---|
Sets the value of the effectiveAsOf property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the exempt property.
| value | Allowed object is Boolean |
|---|
Sets the value of the lockInLetter property.
| value | Allowed object is Boolean |
|---|
Sets the value of the maritalStatusReference property.
| value | Allowed object is
PayrollWithholdingStatusObjectType
|
|---|
Sets the value of the noWageNoTax property.
| value | Allowed object is Boolean |
|---|
Sets the value of the nonresidentAlien property.
| value | Allowed object is Boolean |
|---|
Sets the value of the numberOfAllowances property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the workerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|