| java.lang.Object | |
| ↳ | workday.com.bsvc.FederalTaxLevyDependentReferenceType |
Federal Tax Levy Specific Data
Java class for Federal_Tax_Levy_Dependent_ReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Federal_Tax_Levy_Dependent_ReferenceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Dependent_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Dependent_Identification_Number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| dependentIdentificationNumber | |||||||||||
| dependentName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the dependentIdentificationNumber property.
| |||||||||||
Gets the value of the dependentName property.
| |||||||||||
Sets the value of the dependentIdentificationNumber property.
| |||||||||||
Sets the value of the dependentName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the dependentIdentificationNumber property.
Gets the value of the dependentName property.
Sets the value of the dependentIdentificationNumber property.
| value | Allowed object is String |
|---|
Sets the value of the dependentName property.
| value | Allowed object is String |
|---|

