| java.lang.Object | |
| ↳ | workday.com.bsvc.FederalTaxLevySpecificDataType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| additionalExemptions65OrBlind | |||||||||||
| federalTaxLevyDependentReference | |||||||||||
| payrollMaritalStatusReference | |||||||||||
| personalExemptions | |||||||||||
| taxLevySignedPart3Date | |||||||||||
| taxLevyTerminationDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the additionalExemptions65OrBlind property.
| |||||||||||
Gets the value of the federalTaxLevyDependentReference property.
| |||||||||||
Gets the value of the payrollMaritalStatusReference property.
| |||||||||||
Gets the value of the personalExemptions property.
| |||||||||||
Gets the value of the taxLevySignedPart3Date property.
| |||||||||||
Gets the value of the taxLevyTerminationDate property.
| |||||||||||
Sets the value of the additionalExemptions65OrBlind property.
| |||||||||||
Sets the value of the personalExemptions property.
| |||||||||||
Sets the value of the taxLevySignedPart3Date property.
| |||||||||||
Sets the value of the taxLevyTerminationDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the additionalExemptions65OrBlind property.
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
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 taxLevySignedPart3Date property.
Gets the value of the taxLevyTerminationDate property.
Sets the value of the additionalExemptions65OrBlind property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the personalExemptions property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the taxLevySignedPart3Date property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the taxLevyTerminationDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|

