| java.lang.Object | |
| ↳ | workday.com.bsvc.StateTaxLevyOrderDataType |
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="Use_Federal_Tax_Levy_Calculation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<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="Part_3_Effective_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_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="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="Termination_Date" type="{http://www.w3.org/2001/XMLSchema}date" 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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| additional65OrBlindExemptions | |||||||||||
| numberOfDependents | |||||||||||
| part3EffectiveDate | |||||||||||
| payPeriodExemptionOverrideAmount | |||||||||||
| payrollMaritalStatusReference | |||||||||||
| personalExemptions | |||||||||||
| stateTaxLevyDependantReference | |||||||||||
| terminationDate | |||||||||||
| useFederalTaxLevyCalculation | |||||||||||
| workerIsLaborerOrMechanic | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the additional65OrBlindExemptions property.
| |||||||||||
Gets the value of the numberOfDependents property.
| |||||||||||
Gets the value of the part3EffectiveDate property.
| |||||||||||
Gets the value of the payPeriodExemptionOverrideAmount property.
| |||||||||||
Gets the value of the payrollMaritalStatusReference property.
| |||||||||||
Gets the value of the personalExemptions property.
| |||||||||||
Gets the value of the stateTaxLevyDependantReference property.
| |||||||||||
Gets the value of the terminationDate property.
| |||||||||||
Gets the value of the useFederalTaxLevyCalculation property.
| |||||||||||
Gets the value of the workerIsLaborerOrMechanic property.
| |||||||||||
Sets the value of the additional65OrBlindExemptions property.
| |||||||||||
Sets the value of the numberOfDependents property.
| |||||||||||
Sets the value of the part3EffectiveDate property.
| |||||||||||
Sets the value of the payPeriodExemptionOverrideAmount property.
| |||||||||||
Sets the value of the personalExemptions property.
| |||||||||||
Sets the value of the terminationDate property.
| |||||||||||
Sets the value of the useFederalTaxLevyCalculation property.
| |||||||||||
Sets the value of the workerIsLaborerOrMechanic property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the additional65OrBlindExemptions property.
Gets the value of the numberOfDependents property.
Gets the value of the part3EffectiveDate property.
Gets the value of the payPeriodExemptionOverrideAmount property.
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
Gets the value of the personalExemptions property.
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
Gets the value of the terminationDate property.
Gets the value of the useFederalTaxLevyCalculation property.
Gets the value of the workerIsLaborerOrMechanic property.
Sets the value of the additional65OrBlindExemptions property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the numberOfDependents property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the part3EffectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the payPeriodExemptionOverrideAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the personalExemptions property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the terminationDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the useFederalTaxLevyCalculation property.
| value | Allowed object is Boolean |
|---|
Sets the value of the workerIsLaborerOrMechanic property.
| value | Allowed object is Boolean |
|---|