public class

PayrollCompany

extends QboCompany
java.lang.Object
   ↳ org.mule.modules.quickbooks.online.schema.CdmBase
     ↳ org.mule.modules.quickbooks.online.schema.Organization
       ↳ org.mule.modules.quickbooks.online.schema.QboCompany
         ↳ org.mule.modules.quickbooks.online.schema.PayrollCompany

Class Overview

Provides the definition of company information specific to Payroll

Java class for PayrollCompany complex type.

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

 <complexType name="PayrollCompany">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/qbo}QboCompany">
       <sequence>
         <element name="TaxFormType" type="{http://www.intuit.com/sb/cdm/qbopayroll/v1}TaxFormTypeEnum" minOccurs="0"/>
         <element name="UseClasses" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="WarnIfNoClass" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected TaxFormTypeEnum taxFormType
protected Boolean useClasses
protected Boolean warnIfNoClass
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.online.schema.QboCompany
From class org.mule.modules.quickbooks.online.schema.Organization
From class org.mule.modules.quickbooks.online.schema.CdmBase
Public Constructors
PayrollCompany()
Public Methods
TaxFormTypeEnum getTaxFormType()
Gets the value of the taxFormType property.
Boolean isUseClasses()
Gets the value of the useClasses property.
Boolean isWarnIfNoClass()
Gets the value of the warnIfNoClass property.
void setTaxFormType(TaxFormTypeEnum value)
Sets the value of the taxFormType property.
void setUseClasses(Boolean value)
Sets the value of the useClasses property.
void setWarnIfNoClass(Boolean value)
Sets the value of the warnIfNoClass property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.online.schema.QboCompany
From class org.mule.modules.quickbooks.online.schema.Organization
From class org.mule.modules.quickbooks.online.schema.CdmBase
From class java.lang.Object

Fields

protected TaxFormTypeEnum taxFormType

protected Boolean useClasses

protected Boolean warnIfNoClass

Public Constructors

public PayrollCompany ()

Public Methods

public TaxFormTypeEnum getTaxFormType ()

Gets the value of the taxFormType property.

Returns

public Boolean isUseClasses ()

Gets the value of the useClasses property.

Returns
  • possible object is Boolean

public Boolean isWarnIfNoClass ()

Gets the value of the warnIfNoClass property.

Returns
  • possible object is Boolean

public void setTaxFormType (TaxFormTypeEnum value)

Sets the value of the taxFormType property.

Parameters
value Allowed object is TaxFormTypeEnum

public void setUseClasses (Boolean value)

Sets the value of the useClasses property.

Parameters
value Allowed object is Boolean

public void setWarnIfNoClass (Boolean value)

Sets the value of the warnIfNoClass property.

Parameters
value Allowed object is Boolean