public class

DegreeType

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

Class Overview

Contains the Response Data from the Get Degrees operation.

Java class for DegreeType complex type.

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

 <complexType name="DegreeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Degree_Reference" type="{urn:com.workday/bsvc}DegreeObjectType" minOccurs="0"/>
         <element name="Degree_Data" type="{urn:com.workday/bsvc}Degree_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected DegreeDataType degreeData
protected DegreeObjectType degreeReference
Public Constructors
DegreeType()
Public Methods
DegreeDataType getDegreeData()
Gets the value of the degreeData property.
DegreeObjectType getDegreeReference()
Gets the value of the degreeReference property.
void setDegreeData(DegreeDataType value)
Sets the value of the degreeData property.
void setDegreeReference(DegreeObjectType value)
Sets the value of the degreeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected DegreeDataType degreeData

protected DegreeObjectType degreeReference

Public Constructors

public DegreeType ()

Public Methods

public DegreeDataType getDegreeData ()

Gets the value of the degreeData property.

Returns

public DegreeObjectType getDegreeReference ()

Gets the value of the degreeReference property.

Returns

public void setDegreeData (DegreeDataType value)

Sets the value of the degreeData property.

Parameters
value Allowed object is DegreeDataType

public void setDegreeReference (DegreeObjectType value)

Sets the value of the degreeReference property.

Parameters
value Allowed object is DegreeObjectType