public class

EducationalInstitutionTypeType

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

Class Overview

Educational Institution Type Response Data

Java class for Educational_Institution_TypeType complex type.

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

 <complexType name="Educational_Institution_TypeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Educational_Institution_Type_Reference" type="{urn:com.workday/bsvc}Educational_Institution_TypeObjectType" minOccurs="0"/>
         <element name="Educational_Institution_Type_Data" type="{urn:com.workday/bsvc}Educational_Institution_Type_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected EducationalInstitutionTypeDataType educationalInstitutionTypeData
protected EducationalInstitutionTypeObjectType educationalInstitutionTypeReference
Public Constructors
EducationalInstitutionTypeType()
Public Methods
EducationalInstitutionTypeDataType getEducationalInstitutionTypeData()
Gets the value of the educationalInstitutionTypeData property.
EducationalInstitutionTypeObjectType getEducationalInstitutionTypeReference()
Gets the value of the educationalInstitutionTypeReference property.
void setEducationalInstitutionTypeData(EducationalInstitutionTypeDataType value)
Sets the value of the educationalInstitutionTypeData property.
void setEducationalInstitutionTypeReference(EducationalInstitutionTypeObjectType value)
Sets the value of the educationalInstitutionTypeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected EducationalInstitutionTypeDataType educationalInstitutionTypeData

protected EducationalInstitutionTypeObjectType educationalInstitutionTypeReference

Public Constructors

public EducationalInstitutionTypeType ()

Public Methods

public EducationalInstitutionTypeDataType getEducationalInstitutionTypeData ()

Gets the value of the educationalInstitutionTypeData property.

Returns

public EducationalInstitutionTypeObjectType getEducationalInstitutionTypeReference ()

Gets the value of the educationalInstitutionTypeReference property.

Returns

public void setEducationalInstitutionTypeData (EducationalInstitutionTypeDataType value)

Sets the value of the educationalInstitutionTypeData property.

Parameters
value Allowed object is EducationalInstitutionTypeDataType

public void setEducationalInstitutionTypeReference (EducationalInstitutionTypeObjectType value)

Sets the value of the educationalInstitutionTypeReference property.

Parameters
value Allowed object is EducationalInstitutionTypeObjectType