| java.lang.Object | |
| ↳ | com.workday.talent.SchoolDataType |
Encapsulating element containing all School data.
Java class for School_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="School_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="School_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="School_Type_Reference" type="{urn:com.workday/bsvc}Educational_Institution_TypeObjectType" minOccurs="0"/>
<element name="Country_Region_Reference" type="{urn:com.workday/bsvc}Country_RegionObjectType" minOccurs="0"/>
<element name="Country_Reference" type="{urn:com.workday/bsvc}CountryObjectType"/>
<element name="Inactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| countryReference | |||||||||||
| countryRegionReference | |||||||||||
| id | |||||||||||
| inactive | |||||||||||
| schoolName | |||||||||||
| schoolTypeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the countryReference property.
| |||||||||||
Gets the value of the countryRegionReference property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the inactive property.
| |||||||||||
Gets the value of the schoolName property.
| |||||||||||
Gets the value of the schoolTypeReference property.
| |||||||||||
Sets the value of the countryReference property.
| |||||||||||
Sets the value of the countryRegionReference property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the inactive property.
| |||||||||||
Sets the value of the schoolName property.
| |||||||||||
Sets the value of the schoolTypeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the countryReference property.
CountryObjectType
Gets the value of the countryRegionReference property.
CountryRegionObjectType
Gets the value of the id property.
Gets the value of the inactive property. This getter has been renamed from isInactive() to getInactive() by cxf-xjc-boolean plugin.
Gets the value of the schoolName property.
Gets the value of the schoolTypeReference property.
EducationalInstitutionTypeObjectType
Sets the value of the countryReference property.
| value | Allowed object is
CountryObjectType
|
|---|
Sets the value of the countryRegionReference property.
| value | Allowed object is
CountryRegionObjectType
|
|---|
Sets the value of the id property.
| value | Allowed object is String |
|---|
Sets the value of the inactive property.
| value | Allowed object is Boolean |
|---|
Sets the value of the schoolName property.
| value | Allowed object is String |
|---|
Sets the value of the schoolTypeReference property.
| value | Allowed object is
EducationalInstitutionTypeObjectType
|
|---|