public class

WorkerTaxElectionsType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payroll.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

Constants
long serialVersionUID
Fields
protected Boolean exempted
protected String maritalStatus
protected BigDecimal numberOfAllowances
Public Constructors
WorkerTaxElectionsType()
Public Methods
Boolean getExempted()
Gets the value of the exempted property.
String getMaritalStatus()
Gets the value of the maritalStatus property.
BigDecimal getNumberOfAllowances()
Gets the value of the numberOfAllowances 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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean exempted

protected String maritalStatus

protected BigDecimal numberOfAllowances

Public Constructors

public WorkerTaxElectionsType ()

Public Methods

public Boolean getExempted ()

Gets the value of the exempted property. This getter has been renamed from isExempted() to getExempted() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

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 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