public class

PayrollItem

extends CdmBase
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CdmObject
     ↳ org.mule.modules.quickbooks.windows.schema.CdmBase
       ↳ org.mule.modules.quickbooks.windows.schema.PayrollItem

Class Overview

Product: QBW Description: A payroll item (wage-based) is used to track individual amounts on a paycheck for wage, salary, commission, or bonus. You can assign these payroll items to various accounts. For non-wage based payroll items, such as taxes, saving plan (401K) contributions, or direct-deposit amounts, see PayrollNonWageItem (not yet supported, but coming soon!).

Java class for PayrollItem complex type.

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

 <complexType name="PayrollItem">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}CdmBase">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Type" type="{http://www.intuit.com/sb/cdm/v2}PayrollItemTypeEnum" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean active
protected String name
protected PayrollItemTypeEnum type
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.CdmBase
Public Constructors
PayrollItem()
Public Methods
String getName()
Gets the value of the name property.
PayrollItemTypeEnum getType()
Gets the value of the type property.
Boolean isActive()
Gets the value of the active property.
void setActive(Boolean value)
Sets the value of the active property.
void setName(String value)
Sets the value of the name property.
void setType(PayrollItemTypeEnum value)
Sets the value of the type property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.CdmBase
From class java.lang.Object

Fields

protected Boolean active

protected String name

protected PayrollItemTypeEnum type

Public Constructors

public PayrollItem ()

Public Methods

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public PayrollItemTypeEnum getType ()

Gets the value of the type property.

Returns

public Boolean isActive ()

Gets the value of the active property.

Returns
  • possible object is Boolean

public void setActive (Boolean value)

Sets the value of the active property.

Parameters
value Allowed object is Boolean

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setType (PayrollItemTypeEnum value)

Sets the value of the type property.

Parameters
value Allowed object is PayrollItemTypeEnum