public class

PayrollPayeeEICElectionForStateAndLocalType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payroll.PayrollPayeeEICElectionForStateAndLocalType

Class Overview

Earned Income Credit Election

Java class for Payroll_Payee_EIC_Election_for_State_and_LocalType complex type.

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

 <complexType name="Payroll_Payee_EIC_Election_for_State_and_LocalType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Exempt" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Number_of_Allowances" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="5"/>
               <minInclusive value="0"/>
               <fractionDigits value="0"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar effectiveDate
protected Boolean exempt
protected BigDecimal numberOfAllowances
Public Constructors
PayrollPayeeEICElectionForStateAndLocalType()
Public Methods
XMLGregorianCalendar getEffectiveDate()
Gets the value of the effectiveDate property.
Boolean getExempt()
Gets the value of the exempt property.
BigDecimal getNumberOfAllowances()
Gets the value of the numberOfAllowances property.
void setEffectiveDate(XMLGregorianCalendar value)
Sets the value of the effectiveDate property.
void setExempt(Boolean value)
Sets the value of the exempt 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 XMLGregorianCalendar effectiveDate

protected Boolean exempt

protected BigDecimal numberOfAllowances

Public Constructors

public PayrollPayeeEICElectionForStateAndLocalType ()

Public Methods

public XMLGregorianCalendar getEffectiveDate ()

Gets the value of the effectiveDate property.

Returns
  • possible object is XMLGregorianCalendar

public Boolean getExempt ()

Gets the value of the exempt property. This getter has been renamed from isExempt() to getExempt() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public BigDecimal getNumberOfAllowances ()

Gets the value of the numberOfAllowances property.

Returns
  • possible object is BigDecimal

public void setEffectiveDate (XMLGregorianCalendar value)

Sets the value of the effectiveDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setExempt (Boolean value)

Sets the value of the exempt property.

Parameters
value Allowed object is Boolean

public void setNumberOfAllowances (BigDecimal value)

Sets the value of the numberOfAllowances property.

Parameters
value Allowed object is BigDecimal