public class

FederalTaxLevySpecificDataType

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

Class Overview

Federal Tax Levy Specific Data

Java class for Federal_Tax_Levy_Specific_DataType complex type.

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

 <complexType name="Federal_Tax_Levy_Specific_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Tax_Levy_Signed_Part_3_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Payroll_Marital_Status_Reference" type="{urn:com.workday/bsvc}Payroll_Marital_Status_ReferenceType" maxOccurs="unbounded" 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_Exemptions_65_or_Blind" 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="Tax_Levy_Termination_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Federal_Tax_Levy_Dependent_Reference" type="{urn:com.workday/bsvc}Federal_Tax_Levy_Dependent_ReferenceType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BigDecimal additionalExemptions65OrBlind
protected List<FederalTaxLevyDependentReferenceType> federalTaxLevyDependentReference
protected List<PayrollMaritalStatusReferenceType> payrollMaritalStatusReference
protected BigDecimal personalExemptions
protected XMLGregorianCalendar taxLevySignedPart3Date
protected XMLGregorianCalendar taxLevyTerminationDate
Public Constructors
FederalTaxLevySpecificDataType()
Public Methods
BigDecimal getAdditionalExemptions65OrBlind()
Gets the value of the additionalExemptions65OrBlind property.
List<FederalTaxLevyDependentReferenceType> getFederalTaxLevyDependentReference()
Gets the value of the federalTaxLevyDependentReference property.
List<PayrollMaritalStatusReferenceType> getPayrollMaritalStatusReference()
Gets the value of the payrollMaritalStatusReference property.
BigDecimal getPersonalExemptions()
Gets the value of the personalExemptions property.
XMLGregorianCalendar getTaxLevySignedPart3Date()
Gets the value of the taxLevySignedPart3Date property.
XMLGregorianCalendar getTaxLevyTerminationDate()
Gets the value of the taxLevyTerminationDate property.
void setAdditionalExemptions65OrBlind(BigDecimal value)
Sets the value of the additionalExemptions65OrBlind property.
void setPersonalExemptions(BigDecimal value)
Sets the value of the personalExemptions property.
void setTaxLevySignedPart3Date(XMLGregorianCalendar value)
Sets the value of the taxLevySignedPart3Date property.
void setTaxLevyTerminationDate(XMLGregorianCalendar value)
Sets the value of the taxLevyTerminationDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BigDecimal additionalExemptions65OrBlind

protected List<FederalTaxLevyDependentReferenceType> federalTaxLevyDependentReference

protected List<PayrollMaritalStatusReferenceType> payrollMaritalStatusReference

protected BigDecimal personalExemptions

protected XMLGregorianCalendar taxLevySignedPart3Date

protected XMLGregorianCalendar taxLevyTerminationDate

Public Constructors

public FederalTaxLevySpecificDataType ()

Public Methods

public BigDecimal getAdditionalExemptions65OrBlind ()

Gets the value of the additionalExemptions65OrBlind property.

Returns
  • possible object is BigDecimal

public List<FederalTaxLevyDependentReferenceType> getFederalTaxLevyDependentReference ()

Gets the value of the federalTaxLevyDependentReference property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the federalTaxLevyDependentReference property.

For example, to add a new item, do as follows:

    getFederalTaxLevyDependentReference().add(newItem);
 

Objects of the following type(s) are allowed in the list FederalTaxLevyDependentReferenceType

public List<PayrollMaritalStatusReferenceType> getPayrollMaritalStatusReference ()

Gets the value of the payrollMaritalStatusReference property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the payrollMaritalStatusReference property.

For example, to add a new item, do as follows:

    getPayrollMaritalStatusReference().add(newItem);
 

Objects of the following type(s) are allowed in the list PayrollMaritalStatusReferenceType

public BigDecimal getPersonalExemptions ()

Gets the value of the personalExemptions property.

Returns
  • possible object is BigDecimal

public XMLGregorianCalendar getTaxLevySignedPart3Date ()

Gets the value of the taxLevySignedPart3Date property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getTaxLevyTerminationDate ()

Gets the value of the taxLevyTerminationDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setAdditionalExemptions65OrBlind (BigDecimal value)

Sets the value of the additionalExemptions65OrBlind property.

Parameters
value Allowed object is BigDecimal

public void setPersonalExemptions (BigDecimal value)

Sets the value of the personalExemptions property.

Parameters
value Allowed object is BigDecimal

public void setTaxLevySignedPart3Date (XMLGregorianCalendar value)

Sets the value of the taxLevySignedPart3Date property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setTaxLevyTerminationDate (XMLGregorianCalendar value)

Sets the value of the taxLevyTerminationDate property.

Parameters
value Allowed object is XMLGregorianCalendar