public class

SchoolType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.talent.SchoolType

Class Overview

Wrapper element for School Reference and Data elements

Java class for SchoolType complex type.

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

 <complexType name="SchoolType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="School_Reference" type="{urn:com.workday/bsvc}SchoolObjectType" minOccurs="0"/>
         <element name="School_Data" type="{urn:com.workday/bsvc}School_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected SchoolDataType schoolData
protected SchoolObjectType schoolReference
Public Constructors
SchoolType()
Public Methods
SchoolDataType getSchoolData()
Gets the value of the schoolData property.
SchoolObjectType getSchoolReference()
Gets the value of the schoolReference property.
void setSchoolData(SchoolDataType value)
Sets the value of the schoolData property.
void setSchoolReference(SchoolObjectType value)
Sets the value of the schoolReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected SchoolDataType schoolData

protected SchoolObjectType schoolReference

Public Constructors

public SchoolType ()

Public Methods

public SchoolDataType getSchoolData ()

Gets the value of the schoolData property.

Returns

public SchoolObjectType getSchoolReference ()

Gets the value of the schoolReference property.

Returns

public void setSchoolData (SchoolDataType value)

Sets the value of the schoolData property.

Parameters
value Allowed object is SchoolDataType

public void setSchoolReference (SchoolObjectType value)

Sets the value of the schoolReference property.

Parameters
value Allowed object is SchoolObjectType