| java.lang.Object | |
| ↳ | com.workday.payroll.StateTaxLevyFederalDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| additional65OrBlindExemptions | |||||||||||
| part3EffectiveDate | |||||||||||
| payPeriodExemptionOverrideAmount | |||||||||||
| payrollMaritalStatusReference | |||||||||||
| personalExemptions | |||||||||||
| terminationDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the additional65OrBlindExemptions 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 terminationDate property.
| |||||||||||
Sets the value of the additional65OrBlindExemptions property.
| |||||||||||
Sets the value of the part3EffectiveDate property.
| |||||||||||
Sets the value of the payPeriodExemptionOverrideAmount property.
| |||||||||||
Sets the value of the payrollMaritalStatusReference property.
| |||||||||||
Sets the value of the personalExemptions property.
| |||||||||||
Sets the value of the terminationDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the additional65OrBlindExemptions property.
Gets the value of the part3EffectiveDate property.
Gets the value of the payPeriodExemptionOverrideAmount property.
Gets the value of the payrollMaritalStatusReference property.
PayrollMaritalStatusReferenceType
Gets the value of the personalExemptions property.
Gets the value of the terminationDate property.
Sets the value of the additional65OrBlindExemptions 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 payrollMaritalStatusReference property.
| value | Allowed object is
PayrollMaritalStatusReferenceType
|
|---|
Sets the value of the personalExemptions property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the terminationDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|