| java.lang.Object | |
| ↳ | com.workday.performancemanagement.EducationalInstitutionTypeType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| educationalInstitutionTypeData | |||||||||||
| educationalInstitutionTypeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the educationalInstitutionTypeData property.
| |||||||||||
Gets the value of the educationalInstitutionTypeReference property.
| |||||||||||
Sets the value of the educationalInstitutionTypeData property.
| |||||||||||
Sets the value of the educationalInstitutionTypeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the educationalInstitutionTypeData property.
EducationalInstitutionTypeDataType
Gets the value of the educationalInstitutionTypeReference property.
EducationalInstitutionTypeObjectType
Sets the value of the educationalInstitutionTypeData property.
| value | Allowed object is
EducationalInstitutionTypeDataType
|
|---|
Sets the value of the educationalInstitutionTypeReference property.
| value | Allowed object is
EducationalInstitutionTypeObjectType
|
|---|