public class

StateTaxLevyFederalDataType

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

Class Overview

Federal Data used in State Tax Levy Withholding Orders

Java class for State_Tax_Levy_Federal_DataType complex type.

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

 <complexType name="State_Tax_Levy_Federal_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Part_3_Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Pay_Period_Exemption_Override_Amount" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="26"/>
               <minInclusive value="0"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Payroll_Marital_Status_Reference" type="{urn:com.workday/bsvc}Payroll_Marital_Status_ReferenceType" minOccurs="0"/>
         <element name="Personal_Exemptions" 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_65__or_Blind_Exemptions" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="1"/>
               <minInclusive value="0"/>
               <fractionDigits value="0"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Termination_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected BigDecimal additional65OrBlindExemptions
protected XMLGregorianCalendar part3EffectiveDate
protected BigDecimal payPeriodExemptionOverrideAmount
protected PayrollMaritalStatusReferenceType payrollMaritalStatusReference
protected BigDecimal personalExemptions
protected XMLGregorianCalendar terminationDate
Public Constructors
StateTaxLevyFederalDataType()
Public Methods
BigDecimal getAdditional65OrBlindExemptions()
Gets the value of the additional65OrBlindExemptions property.
XMLGregorianCalendar getPart3EffectiveDate()
Gets the value of the part3EffectiveDate property.
BigDecimal getPayPeriodExemptionOverrideAmount()
Gets the value of the payPeriodExemptionOverrideAmount property.
PayrollMaritalStatusReferenceType getPayrollMaritalStatusReference()
Gets the value of the payrollMaritalStatusReference property.
BigDecimal getPersonalExemptions()
Gets the value of the personalExemptions property.
XMLGregorianCalendar getTerminationDate()
Gets the value of the terminationDate property.
void setAdditional65OrBlindExemptions(BigDecimal value)
Sets the value of the additional65OrBlindExemptions property.
void setPart3EffectiveDate(XMLGregorianCalendar value)
Sets the value of the part3EffectiveDate property.
void setPayPeriodExemptionOverrideAmount(BigDecimal value)
Sets the value of the payPeriodExemptionOverrideAmount property.
void setPayrollMaritalStatusReference(PayrollMaritalStatusReferenceType value)
Sets the value of the payrollMaritalStatusReference property.
void setPersonalExemptions(BigDecimal value)
Sets the value of the personalExemptions property.
void setTerminationDate(XMLGregorianCalendar value)
Sets the value of the terminationDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BigDecimal additional65OrBlindExemptions

protected XMLGregorianCalendar part3EffectiveDate

protected BigDecimal payPeriodExemptionOverrideAmount

protected PayrollMaritalStatusReferenceType payrollMaritalStatusReference

protected BigDecimal personalExemptions

protected XMLGregorianCalendar terminationDate

Public Constructors

public StateTaxLevyFederalDataType ()

Public Methods

public BigDecimal getAdditional65OrBlindExemptions ()

Gets the value of the additional65OrBlindExemptions property.

Returns
  • possible object is BigDecimal

public XMLGregorianCalendar getPart3EffectiveDate ()

Gets the value of the part3EffectiveDate property.

Returns
  • possible object is XMLGregorianCalendar

public BigDecimal getPayPeriodExemptionOverrideAmount ()

Gets the value of the payPeriodExemptionOverrideAmount property.

Returns
  • possible object is BigDecimal

public PayrollMaritalStatusReferenceType getPayrollMaritalStatusReference ()

Gets the value of the payrollMaritalStatusReference property.

Returns

public BigDecimal getPersonalExemptions ()

Gets the value of the personalExemptions property.

Returns
  • possible object is BigDecimal

public XMLGregorianCalendar getTerminationDate ()

Gets the value of the terminationDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setAdditional65OrBlindExemptions (BigDecimal value)

Sets the value of the additional65OrBlindExemptions property.

Parameters
value Allowed object is BigDecimal

public void setPart3EffectiveDate (XMLGregorianCalendar value)

Sets the value of the part3EffectiveDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setPayPeriodExemptionOverrideAmount (BigDecimal value)

Sets the value of the payPeriodExemptionOverrideAmount property.

Parameters
value Allowed object is BigDecimal

public void setPayrollMaritalStatusReference (PayrollMaritalStatusReferenceType value)

Sets the value of the payrollMaritalStatusReference property.

Parameters
value Allowed object is PayrollMaritalStatusReferenceType

public void setPersonalExemptions (BigDecimal value)

Sets the value of the personalExemptions property.

Parameters
value Allowed object is BigDecimal

public void setTerminationDate (XMLGregorianCalendar value)

Sets the value of the terminationDate property.

Parameters
value Allowed object is XMLGregorianCalendar