Enum PersonnelReasonEnumeration

  • All Implemented Interfaces:
    Serializable, Comparable<PersonnelReasonEnumeration>

    public enum PersonnelReasonEnumeration
    extends Enum<PersonnelReasonEnumeration>

    Java class for PersonnelReasonEnumeration.

    The following schema fragment specifies the expected content contained within this class.

     <simpleType name="PersonnelReasonEnumeration">
       <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
         <enumeration value="pti20_0"/>
         <enumeration value="unknown"/>
         <enumeration value="pti20_1"/>
         <enumeration value="staffSickness"/>
         <enumeration value="pti20_1_Alias_1"/>
         <enumeration value="staffInjury"/>
         <enumeration value="pti20_1_Alias_2"/>
         <enumeration value="contractorStaffInjury"/>
         <enumeration value="pti20_2"/>
         <enumeration value="staffAbsence"/>
         <enumeration value="pti20_3"/>
         <enumeration value="staffInWrongPlace"/>
         <enumeration value="pti20_4"/>
         <enumeration value="staffShortage"/>
         <enumeration value="pti20_5"/>
         <enumeration value="industrialAction"/>
         <enumeration value="pti20_5_Alias_1"/>
         <enumeration value="unofficialIndustrialAction"/>
         <enumeration value="pti20_6"/>
         <enumeration value="workToRule"/>
         <enumeration value="pti20_255"/>
         <enumeration value="undefinedPersonnelProblem"/>
       </restriction>
     </simpleType>