public class

StateTaxLevyOrderDataType

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

Class Overview

State Tax Levy Order Data

Java class for State_Tax_Levy_Order_DataType complex type.

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

 <complexType name="State_Tax_Levy_Order_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Number_of_Dependents" 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="Worker_is_Laborer_or_Mechanic" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="State_Tax_Levy_Federal_Data" type="{urn:com.workday/bsvc}State_Tax_Levy_Federal_DataType" minOccurs="0"/>
         <element name="State_Tax_Levy_Dependant_Reference" type="{urn:com.workday/bsvc}Federal_Tax_Levy_Dependent_ReferenceType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected BigDecimal numberOfDependents
protected List<FederalTaxLevyDependentReferenceType> stateTaxLevyDependantReference
protected StateTaxLevyFederalDataType stateTaxLevyFederalData
protected Boolean workerIsLaborerOrMechanic
Public Constructors
StateTaxLevyOrderDataType()
Public Methods
BigDecimal getNumberOfDependents()
Gets the value of the numberOfDependents property.
List<FederalTaxLevyDependentReferenceType> getStateTaxLevyDependantReference()
Gets the value of the stateTaxLevyDependantReference property.
StateTaxLevyFederalDataType getStateTaxLevyFederalData()
Gets the value of the stateTaxLevyFederalData property.
Boolean getWorkerIsLaborerOrMechanic()
Gets the value of the workerIsLaborerOrMechanic property.
void setNumberOfDependents(BigDecimal value)
Sets the value of the numberOfDependents property.
void setStateTaxLevyDependantReference(List<FederalTaxLevyDependentReferenceType> stateTaxLevyDependantReference)
Sets the value of the stateTaxLevyDependantReference property.
void setStateTaxLevyFederalData(StateTaxLevyFederalDataType value)
Sets the value of the stateTaxLevyFederalData property.
void setWorkerIsLaborerOrMechanic(Boolean value)
Sets the value of the workerIsLaborerOrMechanic property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BigDecimal numberOfDependents

protected List<FederalTaxLevyDependentReferenceType> stateTaxLevyDependantReference

protected StateTaxLevyFederalDataType stateTaxLevyFederalData

protected Boolean workerIsLaborerOrMechanic

Public Constructors

public StateTaxLevyOrderDataType ()

Public Methods

public BigDecimal getNumberOfDependents ()

Gets the value of the numberOfDependents property.

Returns
  • possible object is BigDecimal

public List<FederalTaxLevyDependentReferenceType> getStateTaxLevyDependantReference ()

Gets the value of the stateTaxLevyDependantReference 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 stateTaxLevyDependantReference property.

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

    getStateTaxLevyDependantReference().add(newItem);
 

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

public StateTaxLevyFederalDataType getStateTaxLevyFederalData ()

Gets the value of the stateTaxLevyFederalData property.

Returns

public Boolean getWorkerIsLaborerOrMechanic ()

Gets the value of the workerIsLaborerOrMechanic property. This getter has been renamed from isWorkerIsLaborerOrMechanic() to getWorkerIsLaborerOrMechanic() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setNumberOfDependents (BigDecimal value)

Sets the value of the numberOfDependents property.

Parameters
value Allowed object is BigDecimal

public void setStateTaxLevyDependantReference (List<FederalTaxLevyDependentReferenceType> stateTaxLevyDependantReference)

Sets the value of the stateTaxLevyDependantReference property.

Parameters
stateTaxLevyDependantReference Allowed object is FederalTaxLevyDependentReferenceType

public void setStateTaxLevyFederalData (StateTaxLevyFederalDataType value)

Sets the value of the stateTaxLevyFederalData property.

Parameters
value Allowed object is StateTaxLevyFederalDataType

public void setWorkerIsLaborerOrMechanic (Boolean value)

Sets the value of the workerIsLaborerOrMechanic property.

Parameters
value Allowed object is Boolean