public final enum

PayrollItemItemTypeNoHierarchy

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.netsuite.webservices.lists.employees_2013_2.types.PayrollItemItemTypeNoHierarchy

Class Overview

Java class for PayrollItemItemTypeNoHierarchy.

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

 <simpleType name="PayrollItemItemTypeNoHierarchy">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="_addition"/>
     <enumeration value="_commission"/>
     <enumeration value="_deduction"/>
     <enumeration value="_directDeposit"/>
     <enumeration value="_disability"/>
     <enumeration value="_earning"/>
     <enumeration value="_employerContribution"/>
     <enumeration value="_expense"/>
     <enumeration value="_federal"/>
     <enumeration value="_medicare"/>
     <enumeration value="_other"/>
     <enumeration value="_salary"/>
     <enumeration value="_sick"/>
     <enumeration value="_socialSecurity"/>
     <enumeration value="_state"/>
     <enumeration value="_tax"/>
     <enumeration value="_unemployment"/>
     <enumeration value="_vacation"/>
     <enumeration value="_wage"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
PayrollItemItemTypeNoHierarchy  ADDITION   
PayrollItemItemTypeNoHierarchy  COMMISSION   
PayrollItemItemTypeNoHierarchy  DEDUCTION   
PayrollItemItemTypeNoHierarchy  DIRECT_DEPOSIT   
PayrollItemItemTypeNoHierarchy  DISABILITY   
PayrollItemItemTypeNoHierarchy  EARNING   
PayrollItemItemTypeNoHierarchy  EMPLOYER_CONTRIBUTION   
PayrollItemItemTypeNoHierarchy  EXPENSE   
PayrollItemItemTypeNoHierarchy  FEDERAL   
PayrollItemItemTypeNoHierarchy  MEDICARE   
PayrollItemItemTypeNoHierarchy  OTHER   
PayrollItemItemTypeNoHierarchy  SALARY   
PayrollItemItemTypeNoHierarchy  SICK   
PayrollItemItemTypeNoHierarchy  SOCIAL_SECURITY   
PayrollItemItemTypeNoHierarchy  STATE   
PayrollItemItemTypeNoHierarchy  TAX   
PayrollItemItemTypeNoHierarchy  UNEMPLOYMENT   
PayrollItemItemTypeNoHierarchy  VACATION   
PayrollItemItemTypeNoHierarchy  WAGE   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static PayrollItemItemTypeNoHierarchy fromValue(String v)
String value()
static PayrollItemItemTypeNoHierarchy valueOf(String name)
final static PayrollItemItemTypeNoHierarchy[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final PayrollItemItemTypeNoHierarchy ADDITION

public static final PayrollItemItemTypeNoHierarchy COMMISSION

public static final PayrollItemItemTypeNoHierarchy DEDUCTION

public static final PayrollItemItemTypeNoHierarchy DIRECT_DEPOSIT

public static final PayrollItemItemTypeNoHierarchy DISABILITY

public static final PayrollItemItemTypeNoHierarchy EARNING

public static final PayrollItemItemTypeNoHierarchy EMPLOYER_CONTRIBUTION

public static final PayrollItemItemTypeNoHierarchy EXPENSE

public static final PayrollItemItemTypeNoHierarchy FEDERAL

public static final PayrollItemItemTypeNoHierarchy MEDICARE

public static final PayrollItemItemTypeNoHierarchy OTHER

public static final PayrollItemItemTypeNoHierarchy SALARY

public static final PayrollItemItemTypeNoHierarchy SICK

public static final PayrollItemItemTypeNoHierarchy SOCIAL_SECURITY

public static final PayrollItemItemTypeNoHierarchy STATE

public static final PayrollItemItemTypeNoHierarchy TAX

public static final PayrollItemItemTypeNoHierarchy UNEMPLOYMENT

public static final PayrollItemItemTypeNoHierarchy VACATION

public static final PayrollItemItemTypeNoHierarchy WAGE

Fields

private final String value

Public Methods

public static PayrollItemItemTypeNoHierarchy fromValue (String v)

Parameters
v

public String value ()

public static PayrollItemItemTypeNoHierarchy valueOf (String name)

Parameters
name

public static final PayrollItemItemTypeNoHierarchy[] values ()