com.edustructures.sifworks.student
Class EmployerTypeCode

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.EmployerTypeCode
All Implemented Interfaces:
java.io.Serializable

public class EmployerTypeCode
extends SIFEnum

Defines the set of values that can be specified whenever an EmployerTypeCode 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 EmployerTypeCode object.

Since:
1.1
Version:
2.0
See Also:
Serialized Form

Field Summary
static EmployerTypeCode _0614_1803_GOVERNMENT
          Government ("1803")
static EmployerTypeCode _0614_1804_MILITARY
          Military ("1804")
static EmployerTypeCode _0614_1805_PRIVATE
          Private organization ("1805")
static EmployerTypeCode _0614_1806_SELF_EMPLOYED
          Self-employed ("1806")
static EmployerTypeCode _0614_1807_MILITARY_DEFENSE
          Military/Department of Defense ("1807")
static EmployerTypeCode _0614_1808_AGRICULTURE
          Agricultural/fishery seasonal employer ("1808")
static EmployerTypeCode _0614_9999_OTHER
          Other ("9999")
static EmployerTypeCode _0710_AGRICULTURAL
          Agricultural/Fishery Seasonal Employer - A farm, ranch, processing establishment, cannery, gin, packing shed, nursery, or other entity that produces or conditions seed, and that recruits, solicits, hires, employs, furnishes, or transports any migrant or seasonal agricultural worker ("06")
static EmployerTypeCode _0710_GOVERNMENT
          Government - A federal, regional, state, or local government agency ("01")
static EmployerTypeCode _0710_MILITARY
          Military - A branch of the armed forces ("02")
static EmployerTypeCode _0710_MILITARY_DOD
          Military/Department of Defense - Civilian employment in a branch of the armed forces or the U.S.
static EmployerTypeCode _0710_OTHER
          Other ("99")
static EmployerTypeCode _0710_PRIVATE_ORG
          Private Organization - A non-government organization ("03")
static EmployerTypeCode _0710_SELF_EMP
          Self-Employed - Earning income directly from one's own business, trade, or profession rather than as an employee of another individual or organization ("04")
 
Method Summary
static EmployerTypeCode wrap(java.lang.String value)
          Wrap an arbitrary string value in an EmployerTypeCode 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

_0614_9999_OTHER

public static final EmployerTypeCode _0614_9999_OTHER
Other ("9999")


_0614_1808_AGRICULTURE

public static final EmployerTypeCode _0614_1808_AGRICULTURE
Agricultural/fishery seasonal employer ("1808")


_0710_PRIVATE_ORG

public static final EmployerTypeCode _0710_PRIVATE_ORG
Private Organization - A non-government organization ("03")


_0710_OTHER

public static final EmployerTypeCode _0710_OTHER
Other ("99")


_0614_1807_MILITARY_DEFENSE

public static final EmployerTypeCode _0614_1807_MILITARY_DEFENSE
Military/Department of Defense ("1807")


_0614_1805_PRIVATE

public static final EmployerTypeCode _0614_1805_PRIVATE
Private organization ("1805")


_0614_1804_MILITARY

public static final EmployerTypeCode _0614_1804_MILITARY
Military ("1804")


_0710_MILITARY

public static final EmployerTypeCode _0710_MILITARY
Military - A branch of the armed forces ("02")


_0710_SELF_EMP

public static final EmployerTypeCode _0710_SELF_EMP
Self-Employed - Earning income directly from one's own business, trade, or profession rather than as an employee of another individual or organization ("04")


_0710_MILITARY_DOD

public static final EmployerTypeCode _0710_MILITARY_DOD
Military/Department of Defense - Civilian employment in a branch of the armed forces or the U.S. Department of Defense ("05")


_0614_1803_GOVERNMENT

public static final EmployerTypeCode _0614_1803_GOVERNMENT
Government ("1803")


_0710_AGRICULTURAL

public static final EmployerTypeCode _0710_AGRICULTURAL
Agricultural/Fishery Seasonal Employer - A farm, ranch, processing establishment, cannery, gin, packing shed, nursery, or other entity that produces or conditions seed, and that recruits, solicits, hires, employs, furnishes, or transports any migrant or seasonal agricultural worker ("06")


_0710_GOVERNMENT

public static final EmployerTypeCode _0710_GOVERNMENT
Government - A federal, regional, state, or local government agency ("01")


_0614_1806_SELF_EMPLOYED

public static final EmployerTypeCode _0614_1806_SELF_EMPLOYED
Self-employed ("1806")

Method Detail

wrap

public static EmployerTypeCode wrap(java.lang.String value)
Wrap an arbitrary string value in an EmployerTypeCode 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.