| java.lang.Object | |
| ↳ | com.workday.hr.EducationQualificationProfileDataType |
Encapsulating element containing all Education Qualification Profile data.
Java class for Education_Qualification_Profile_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Education_Qualification_Profile_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Degree_Reference" type="{urn:com.workday/bsvc}Degree_ReferenceType"/>
<element name="Field_Of_Study_Reference" type="{urn:com.workday/bsvc}Field_Of_Study_ReferenceType" minOccurs="0"/>
<element name="Required" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| degreeReference | |||||||||||
| fieldOfStudyReference | |||||||||||
| required | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the degreeReference property.
| |||||||||||
Gets the value of the fieldOfStudyReference property.
| |||||||||||
Gets the value of the required property.
| |||||||||||
Sets the value of the degreeReference property.
| |||||||||||
Sets the value of the fieldOfStudyReference property.
| |||||||||||
Sets the value of the required property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the degreeReference property.
DegreeReferenceType
Gets the value of the fieldOfStudyReference property.
FieldOfStudyReferenceType
Gets the value of the required property. This getter has been renamed from isRequired() to getRequired() by cxf-xjc-boolean plugin.
Sets the value of the degreeReference property.
| value | Allowed object is
DegreeReferenceType
|
|---|
Sets the value of the fieldOfStudyReference property.
| value | Allowed object is
FieldOfStudyReferenceType
|
|---|
Sets the value of the required property.
| value | Allowed object is Boolean |
|---|

