public class

FieldOfStudyType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.performancemanagement.FieldOfStudyType

Class Overview

Encapsulating element containing all Field of Study data.

Java class for Field_Of_StudyType complex type.

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

 <complexType name="Field_Of_StudyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Field_Of_Study_Reference" type="{urn:com.workday/bsvc}Field_of_StudyObjectType" minOccurs="0"/>
         <element name="Field_Of_Study_Data" type="{urn:com.workday/bsvc}Field_Of_Study_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected FieldOfStudyDataType fieldOfStudyData
protected FieldOfStudyObjectType fieldOfStudyReference
Public Constructors
FieldOfStudyType()
Public Methods
FieldOfStudyDataType getFieldOfStudyData()
Gets the value of the fieldOfStudyData property.
FieldOfStudyObjectType getFieldOfStudyReference()
Gets the value of the fieldOfStudyReference property.
void setFieldOfStudyData(FieldOfStudyDataType value)
Sets the value of the fieldOfStudyData property.
void setFieldOfStudyReference(FieldOfStudyObjectType value)
Sets the value of the fieldOfStudyReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected FieldOfStudyDataType fieldOfStudyData

protected FieldOfStudyObjectType fieldOfStudyReference

Public Constructors

public FieldOfStudyType ()

Public Methods

public FieldOfStudyDataType getFieldOfStudyData ()

Gets the value of the fieldOfStudyData property.

Returns

public FieldOfStudyObjectType getFieldOfStudyReference ()

Gets the value of the fieldOfStudyReference property.

Returns

public void setFieldOfStudyData (FieldOfStudyDataType value)

Sets the value of the fieldOfStudyData property.

Parameters
value Allowed object is FieldOfStudyDataType

public void setFieldOfStudyReference (FieldOfStudyObjectType value)

Sets the value of the fieldOfStudyReference property.

Parameters
value Allowed object is FieldOfStudyObjectType