| java.lang.Object | |
| ↳ | com.workday.talent.SchoolType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| schoolData | |||||||||||
| schoolReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the schoolData property.
| |||||||||||
Gets the value of the schoolReference property.
| |||||||||||
Sets the value of the schoolData property.
| |||||||||||
Sets the value of the schoolReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the schoolData property.
SchoolDataType
Gets the value of the schoolReference property.
SchoolObjectType
Sets the value of the schoolData property.
| value | Allowed object is
SchoolDataType
|
|---|
Sets the value of the schoolReference property.
| value | Allowed object is
SchoolObjectType
|
|---|