public class

SchoolDataType

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected CountryObjectType countryReference
protected CountryRegionObjectType countryRegionReference
protected String id
protected Boolean inactive
protected String schoolName
protected EducationalInstitutionTypeObjectType schoolTypeReference
Public Constructors
SchoolDataType()
Public Methods
CountryObjectType getCountryReference()
Gets the value of the countryReference property.
CountryRegionObjectType getCountryRegionReference()
Gets the value of the countryRegionReference property.
String getID()
Gets the value of the id property.
Boolean getInactive()
Gets the value of the inactive property.
String getSchoolName()
Gets the value of the schoolName property.
EducationalInstitutionTypeObjectType getSchoolTypeReference()
Gets the value of the schoolTypeReference property.
void setCountryReference(CountryObjectType value)
Sets the value of the countryReference property.
void setCountryRegionReference(CountryRegionObjectType value)
Sets the value of the countryRegionReference property.
void setID(String value)
Sets the value of the id property.
void setInactive(Boolean value)
Sets the value of the inactive property.
void setSchoolName(String value)
Sets the value of the schoolName property.
void setSchoolTypeReference(EducationalInstitutionTypeObjectType value)
Sets the value of the schoolTypeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CountryObjectType countryReference

protected CountryRegionObjectType countryRegionReference

protected String id

protected Boolean inactive

protected String schoolName

protected EducationalInstitutionTypeObjectType schoolTypeReference

Public Constructors

public SchoolDataType ()

Public Methods

public CountryObjectType getCountryReference ()

Gets the value of the countryReference property.

Returns

public CountryRegionObjectType getCountryRegionReference ()

Gets the value of the countryRegionReference property.

Returns

public String getID ()

Gets the value of the id property.

Returns
  • possible object is String

public Boolean getInactive ()

Gets the value of the inactive property. This getter has been renamed from isInactive() to getInactive() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public String getSchoolName ()

Gets the value of the schoolName property.

Returns
  • possible object is String

public EducationalInstitutionTypeObjectType getSchoolTypeReference ()

Gets the value of the schoolTypeReference property.

Returns

public void setCountryReference (CountryObjectType value)

Sets the value of the countryReference property.

Parameters
value Allowed object is CountryObjectType

public void setCountryRegionReference (CountryRegionObjectType value)

Sets the value of the countryRegionReference property.

Parameters
value Allowed object is CountryRegionObjectType

public void setID (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setInactive (Boolean value)

Sets the value of the inactive property.

Parameters
value Allowed object is Boolean

public void setSchoolName (String value)

Sets the value of the schoolName property.

Parameters
value Allowed object is String

public void setSchoolTypeReference (EducationalInstitutionTypeObjectType value)

Sets the value of the schoolTypeReference property.

Parameters
value Allowed object is EducationalInstitutionTypeObjectType