com.edustructures.sifworks.student
Class EducationAgencyTypeCode

java.lang.Object
  extended by com.edustructures.sifworks.SIFSimpleType<java.lang.String>
      extended by com.edustructures.sifworks.SIFString
          extended by com.edustructures.sifworks.SIFEnum
              extended by com.edustructures.sifworks.student.EducationAgencyTypeCode
All Implemented Interfaces:
java.io.Serializable

public class EducationAgencyTypeCode
extends SIFEnum

Defines the set of values that can be specified whenever an EducationAgencyTypeCode is used as a parameter to a method or constructor. Alternatively, the static wrap method can be called to encapsulate any string value in an EducationAgencyTypeCode object.

Since:
1.5r1
Version:
2.0
See Also:
Serialized Form

Field Summary
static EducationAgencyTypeCode _1151_3486_REGULAR_SCHOOL_DISTRICT
          Regular school district ("3486")
static EducationAgencyTypeCode _1151_3487_SCHOOL_DISTRICT_UNION
          School district that is a component of a supervisory union ("3487")
static EducationAgencyTypeCode _1151_3488_SUPERVISORY_UNION
          Supervisory Union ("3488")
static EducationAgencyTypeCode _1151_3489_RESA
          Regional education service agency (RESA) ("3489")
static EducationAgencyTypeCode _1151_3490_STATE_SCHOOL_DISTRICT
          State school district ("3490")
static EducationAgencyTypeCode _1151_3491_FEDERAL_SCHOOL_DISTRICT
          Federal school district ("3491")
static EducationAgencyTypeCode _1151_9999_OTHER
          Other ("9999")
static EducationAgencyTypeCode FEDERAL_AGENCY
          Federal agency charged with providing elementary and/or secondary level instruction to school-age children in a specified population.
static EducationAgencyTypeCode OTHER_AGENCY
          Other education agencies that do not fit into the first six categories.
static EducationAgencyTypeCode REG_DISTRICT
          Regular local school district that is not a component of a supervisory union.
static EducationAgencyTypeCode REGIONAL_AGENCY
          Regional education services agency (RESA).
static EducationAgencyTypeCode STATE_AGENCY
          State agency charged with providing elementary and/or secondary level instruction to school-age children in a specified population, e.g., agency responsible for state schools for blind or deaf students, correctional facilities, and state hospitals.
static EducationAgencyTypeCode SUPERVISED_DISTRICT
          Local school district that is a component of a supervisory union.
static EducationAgencyTypeCode SUPERVISORY_UNION
          Supervisory union administrative center, or county superintendent’s office serving the same purposes.
 
Method Summary
static EducationAgencyTypeCode wrap(java.lang.String value)
          Wrap an arbitrary string value in an EducationAgencyTypeCode object.
 
Methods inherited from class com.edustructures.sifworks.SIFString
getTypeConverter, isDoNotEncode
 
Methods inherited from class com.edustructures.sifworks.SIFSimpleType
createField, equals, getDataType, getSQLType, getValue, hashCode, toString, toString, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_1151_3491_FEDERAL_SCHOOL_DISTRICT

public static final EducationAgencyTypeCode _1151_3491_FEDERAL_SCHOOL_DISTRICT
Federal school district ("3491")


_1151_9999_OTHER

public static final EducationAgencyTypeCode _1151_9999_OTHER
Other ("9999")


STATE_AGENCY

public static final EducationAgencyTypeCode STATE_AGENCY
State agency charged with providing elementary and/or secondary level instruction to school-age children in a specified population, e.g., agency responsible for state schools for blind or deaf students, correctional facilities, and state hospitals. ("5")


_1151_3489_RESA

public static final EducationAgencyTypeCode _1151_3489_RESA
Regional education service agency (RESA) ("3489")


_1151_3490_STATE_SCHOOL_DISTRICT

public static final EducationAgencyTypeCode _1151_3490_STATE_SCHOOL_DISTRICT
State school district ("3490")


_1151_3487_SCHOOL_DISTRICT_UNION

public static final EducationAgencyTypeCode _1151_3487_SCHOOL_DISTRICT_UNION
School district that is a component of a supervisory union ("3487")


_1151_3488_SUPERVISORY_UNION

public static final EducationAgencyTypeCode _1151_3488_SUPERVISORY_UNION
Supervisory Union ("3488")


FEDERAL_AGENCY

public static final EducationAgencyTypeCode FEDERAL_AGENCY
Federal agency charged with providing elementary and/or secondary level instruction to school-age children in a specified population. ("6")


_1151_3486_REGULAR_SCHOOL_DISTRICT

public static final EducationAgencyTypeCode _1151_3486_REGULAR_SCHOOL_DISTRICT
Regular school district ("3486")


OTHER_AGENCY

public static final EducationAgencyTypeCode OTHER_AGENCY
Other education agencies that do not fit into the first six categories. ("7")


SUPERVISORY_UNION

public static final EducationAgencyTypeCode SUPERVISORY_UNION
Supervisory union administrative center, or county superintendent’s office serving the same purposes. Each agency given this code should have an entry in the Supervisory Union Identification Number data field. Student and staff data reported elsewhere should NOT be duplicated in records carrying this code. ("3")


SUPERVISED_DISTRICT

public static final EducationAgencyTypeCode SUPERVISED_DISTRICT
Local school district that is a component of a supervisory union. A superintendent and administrative services are shared with other local school districts. Each agency given this code should have an entry in the Supervisory Union Identification Number field corresponding to the appropriate type 3 or type 4 agency. Non-ops in supervisory unions should be included in this category. ("2")


REGIONAL_AGENCY

public static final EducationAgencyTypeCode REGIONAL_AGENCY
Regional education services agency (RESA). Agencies created for the purposes of providing specialized educational services to other education agencies. Student and staff data reported elsewhere should NOT be duplicated in records carrying this code. ("4")


REG_DISTRICT

public static final EducationAgencyTypeCode REG_DISTRICT
Regular local school district that is not a component of a supervisory union. This category includes both independent school districts and those that are a dependent segment of a local government such as a city or county. INCLUDE agencies that do not operate schools (non-ops) but have primary responsibility to provide free public elementary and/or secondary education to school-age children within their jurisdictions. ("1")

Method Detail

wrap

public static EducationAgencyTypeCode wrap(java.lang.String value)
Wrap an arbitrary string value in an EducationAgencyTypeCode object.

Parameters:
value - The element/attribute value. This method does not verify that the value is valid according to the SIF Specification.


Copyright © 2001-2007 Edustructures LLC. All Rights Reserved. SIFWorks® and ADK® are registered trademarks of Edustructures LLC. SIF™ and Schools Interoperability Framework are trademarks of the Schools Interoperability Framework Association.