public class

WorkerTaxElectionsType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.WorkerTaxElectionsType

Class Overview

This Element contains Worker Tax Elections data.

Java class for Worker_Tax_ElectionsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Worker_Tax_ElectionsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Number_of_Allowances" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="12"/>
               <minInclusive value="0"/>
               <fractionDigits value="0"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Marital_Status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Exempted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean exempted
protected String maritalStatus
protected BigDecimal numberOfAllowances
Public Constructors
WorkerTaxElectionsType()
Public Methods
String getMaritalStatus()
Gets the value of the maritalStatus property.
BigDecimal getNumberOfAllowances()
Gets the value of the numberOfAllowances property.
Boolean isExempted()
Gets the value of the exempted property.
void setExempted(Boolean value)
Sets the value of the exempted property.
void setMaritalStatus(String value)
Sets the value of the maritalStatus property.
void setNumberOfAllowances(BigDecimal value)
Sets the value of the numberOfAllowances property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean exempted

protected String maritalStatus

protected BigDecimal numberOfAllowances

Public Constructors

public WorkerTaxElectionsType ()

Public Methods

public String getMaritalStatus ()

Gets the value of the maritalStatus property.

Returns
  • possible object is String

public BigDecimal getNumberOfAllowances ()

Gets the value of the numberOfAllowances property.

Returns
  • possible object is BigDecimal

public Boolean isExempted ()

Gets the value of the exempted property.

Returns
  • possible object is Boolean

public void setExempted (Boolean value)

Sets the value of the exempted property.

Parameters
value Allowed object is Boolean

public void setMaritalStatus (String value)

Sets the value of the maritalStatus property.

Parameters
value Allowed object is String

public void setNumberOfAllowances (BigDecimal value)

Sets the value of the numberOfAllowances property.

Parameters
value Allowed object is BigDecimal