| java.lang.Object | |
| ↳ | com.netsuite.webservices.lists.employees_2010_2.EmployeeHrEducation |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| degree | |||||||||||
| degreeDate | |||||||||||
| education | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the degree property.
| |||||||||||
Gets the value of the degreeDate property.
| |||||||||||
Gets the value of the education property.
| |||||||||||
Sets the value of the degree property.
| |||||||||||
Sets the value of the degreeDate property.
| |||||||||||
Sets the value of the education property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the degree property.
Gets the value of the degreeDate property.
Gets the value of the education property.
RecordRef
Sets the value of the degree property.
| value | Allowed object is String |
|---|
Sets the value of the degreeDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the education property.
| value | Allowed object is
RecordRef
|
|---|