public class

FederalStudentLoanSpecificDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payroll.FederalStudentLoanSpecificDataType

Class Overview

Federal Student Loan Specific Data

Java class for Federal_Student_Loan_Specific_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Federal_Student_Loan_Specific_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Department_of_Education_Student_Loan" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean departmentOfEducationStudentLoan
Public Constructors
FederalStudentLoanSpecificDataType()
Public Methods
Boolean getDepartmentOfEducationStudentLoan()
Gets the value of the departmentOfEducationStudentLoan property.
void setDepartmentOfEducationStudentLoan(Boolean value)
Sets the value of the departmentOfEducationStudentLoan property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean departmentOfEducationStudentLoan

Public Constructors

public FederalStudentLoanSpecificDataType ()

Public Methods

public Boolean getDepartmentOfEducationStudentLoan ()

Gets the value of the departmentOfEducationStudentLoan property. This getter has been renamed from isDepartmentOfEducationStudentLoan() to getDepartmentOfEducationStudentLoan() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setDepartmentOfEducationStudentLoan (Boolean value)

Sets the value of the departmentOfEducationStudentLoan property.

Parameters
value Allowed object is Boolean