public class

FederalTaxLevyDependentReferenceType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.FederalTaxLevyDependentReferenceType

Class Overview

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>
 

Summary

Fields
protected String dependentIdentificationNumber
protected String dependentName
Public Constructors
FederalTaxLevyDependentReferenceType()
Public Methods
String getDependentIdentificationNumber()
Gets the value of the dependentIdentificationNumber property.
String getDependentName()
Gets the value of the dependentName property.
void setDependentIdentificationNumber(String value)
Sets the value of the dependentIdentificationNumber property.
void setDependentName(String value)
Sets the value of the dependentName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String dependentIdentificationNumber

protected String dependentName

Public Constructors

public FederalTaxLevyDependentReferenceType ()

Public Methods

public String getDependentIdentificationNumber ()

Gets the value of the dependentIdentificationNumber property.

Returns
  • possible object is String

public String getDependentName ()

Gets the value of the dependentName property.

Returns
  • possible object is String

public void setDependentIdentificationNumber (String value)

Sets the value of the dependentIdentificationNumber property.

Parameters
value Allowed object is String

public void setDependentName (String value)

Sets the value of the dependentName property.

Parameters
value Allowed object is String