public class

EmployeeHrEducation

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.employees_2010_2.EmployeeHrEducation

Class Overview

Java class for EmployeeHrEducation complex type.

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

 <complexType name="EmployeeHrEducation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="education" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="degree" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="degreeDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String degree
protected XMLGregorianCalendar degreeDate
protected RecordRef education
Public Constructors
EmployeeHrEducation()
Public Methods
String getDegree()
Gets the value of the degree property.
XMLGregorianCalendar getDegreeDate()
Gets the value of the degreeDate property.
RecordRef getEducation()
Gets the value of the education property.
void setDegree(String value)
Sets the value of the degree property.
void setDegreeDate(XMLGregorianCalendar value)
Sets the value of the degreeDate property.
void setEducation(RecordRef value)
Sets the value of the education property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String degree

protected XMLGregorianCalendar degreeDate

protected RecordRef education

Public Constructors

public EmployeeHrEducation ()

Public Methods

public String getDegree ()

Gets the value of the degree property.

Returns
  • possible object is String

public XMLGregorianCalendar getDegreeDate ()

Gets the value of the degreeDate property.

Returns
  • possible object is XMLGregorianCalendar

public RecordRef getEducation ()

Gets the value of the education property.

Returns

public void setDegree (String value)

Sets the value of the degree property.

Parameters
value Allowed object is String

public void setDegreeDate (XMLGregorianCalendar value)

Sets the value of the degreeDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setEducation (RecordRef value)

Sets the value of the education property.

Parameters
value Allowed object is RecordRef