public class

Preferences

extends Object
java.lang.Object
   ↳ org.mule.modules.quickbooks.online.schema.Preferences

Class Overview

Java class for Preferences complex type.

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

 <complexType name="Preferences">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.intuit.com/sb/cdm/v2}PrefsAccountingGroup"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}PrefsMultiCurrency"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}PrefsPurchaseAndVendor"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}PrefsSalesAndCustomers"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}PrefsSalesTax"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected boolean autoApplyPayments
protected XMLGregorianCalendar closingDate
protected BigInteger daysBillsAreDue
protected BigDecimal defaultMarkup
protected IdType discountAccountId
protected String discountAccountName
protected CurrencyCode homeCurrency
protected PaySalesTaxEnum paySalesTax
protected boolean requiringAccounts
protected IdType shipMethodId
protected String shipMethodName
protected IdType taxGroupId
protected String taxGroupName
protected IdType taxId
protected String taxName
protected boolean trackReimbursableExpenses
protected boolean usingAccountNumbers
protected boolean usingClasses
protected boolean usingInventory
protected boolean usingMultiCurrency
Public Constructors
Preferences()
Public Methods
XMLGregorianCalendar getClosingDate()
Gets the value of the closingDate property.
BigInteger getDaysBillsAreDue()
Gets the value of the daysBillsAreDue property.
BigDecimal getDefaultMarkup()
Gets the value of the defaultMarkup property.
IdType getDiscountAccountId()
Gets the value of the discountAccountId property.
String getDiscountAccountName()
Gets the value of the discountAccountName property.
CurrencyCode getHomeCurrency()
Gets the value of the homeCurrency property.
PaySalesTaxEnum getPaySalesTax()
Gets the value of the paySalesTax property.
IdType getShipMethodId()
Gets the value of the shipMethodId property.
String getShipMethodName()
Gets the value of the shipMethodName property.
IdType getTaxGroupId()
Gets the value of the taxGroupId property.
String getTaxGroupName()
Gets the value of the taxGroupName property.
IdType getTaxId()
Gets the value of the taxId property.
String getTaxName()
Gets the value of the taxName property.
boolean isAutoApplyPayments()
Gets the value of the autoApplyPayments property.
boolean isRequiringAccounts()
Gets the value of the requiringAccounts property.
boolean isTrackReimbursableExpenses()
Gets the value of the trackReimbursableExpenses property.
boolean isUsingAccountNumbers()
Gets the value of the usingAccountNumbers property.
boolean isUsingClasses()
Gets the value of the usingClasses property.
boolean isUsingInventory()
Gets the value of the usingInventory property.
boolean isUsingMultiCurrency()
Gets the value of the usingMultiCurrency property.
void setAutoApplyPayments(boolean value)
Sets the value of the autoApplyPayments property.
void setClosingDate(XMLGregorianCalendar value)
Sets the value of the closingDate property.
void setDaysBillsAreDue(BigInteger value)
Sets the value of the daysBillsAreDue property.
void setDefaultMarkup(BigDecimal value)
Sets the value of the defaultMarkup property.
void setDiscountAccountId(IdType value)
Sets the value of the discountAccountId property.
void setDiscountAccountName(String value)
Sets the value of the discountAccountName property.
void setHomeCurrency(CurrencyCode value)
Sets the value of the homeCurrency property.
void setPaySalesTax(PaySalesTaxEnum value)
Sets the value of the paySalesTax property.
void setRequiringAccounts(boolean value)
Sets the value of the requiringAccounts property.
void setShipMethodId(IdType value)
Sets the value of the shipMethodId property.
void setShipMethodName(String value)
Sets the value of the shipMethodName property.
void setTaxGroupId(IdType value)
Sets the value of the taxGroupId property.
void setTaxGroupName(String value)
Sets the value of the taxGroupName property.
void setTaxId(IdType value)
Sets the value of the taxId property.
void setTaxName(String value)
Sets the value of the taxName property.
void setTrackReimbursableExpenses(boolean value)
Sets the value of the trackReimbursableExpenses property.
void setUsingAccountNumbers(boolean value)
Sets the value of the usingAccountNumbers property.
void setUsingClasses(boolean value)
Sets the value of the usingClasses property.
void setUsingInventory(boolean value)
Sets the value of the usingInventory property.
void setUsingMultiCurrency(boolean value)
Sets the value of the usingMultiCurrency property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected boolean autoApplyPayments

protected XMLGregorianCalendar closingDate

protected BigInteger daysBillsAreDue

protected BigDecimal defaultMarkup

protected IdType discountAccountId

protected String discountAccountName

protected CurrencyCode homeCurrency

protected PaySalesTaxEnum paySalesTax

protected boolean requiringAccounts

protected IdType shipMethodId

protected String shipMethodName

protected IdType taxGroupId

protected String taxGroupName

protected IdType taxId

protected String taxName

protected boolean trackReimbursableExpenses

protected boolean usingAccountNumbers

protected boolean usingClasses

protected boolean usingInventory

protected boolean usingMultiCurrency

Public Constructors

public Preferences ()

Public Methods

public XMLGregorianCalendar getClosingDate ()

Gets the value of the closingDate property.

Returns
  • possible object is XMLGregorianCalendar

public BigInteger getDaysBillsAreDue ()

Gets the value of the daysBillsAreDue property.

Returns
  • possible object is BigInteger

public BigDecimal getDefaultMarkup ()

Gets the value of the defaultMarkup property.

Returns
  • possible object is BigDecimal

public IdType getDiscountAccountId ()

Gets the value of the discountAccountId property.

Returns

public String getDiscountAccountName ()

Gets the value of the discountAccountName property.

Returns
  • possible object is String

public CurrencyCode getHomeCurrency ()

Gets the value of the homeCurrency property.

Returns

public PaySalesTaxEnum getPaySalesTax ()

Gets the value of the paySalesTax property.

Returns

public IdType getShipMethodId ()

Gets the value of the shipMethodId property.

Returns

public String getShipMethodName ()

Gets the value of the shipMethodName property.

Returns
  • possible object is String

public IdType getTaxGroupId ()

Gets the value of the taxGroupId property.

Returns

public String getTaxGroupName ()

Gets the value of the taxGroupName property.

Returns
  • possible object is String

public IdType getTaxId ()

Gets the value of the taxId property.

Returns

public String getTaxName ()

Gets the value of the taxName property.

Returns
  • possible object is String

public boolean isAutoApplyPayments ()

Gets the value of the autoApplyPayments property.

public boolean isRequiringAccounts ()

Gets the value of the requiringAccounts property.

public boolean isTrackReimbursableExpenses ()

Gets the value of the trackReimbursableExpenses property.

public boolean isUsingAccountNumbers ()

Gets the value of the usingAccountNumbers property.

public boolean isUsingClasses ()

Gets the value of the usingClasses property.

public boolean isUsingInventory ()

Gets the value of the usingInventory property.

public boolean isUsingMultiCurrency ()

Gets the value of the usingMultiCurrency property.

public void setAutoApplyPayments (boolean value)

Sets the value of the autoApplyPayments property.

Parameters
value

public void setClosingDate (XMLGregorianCalendar value)

Sets the value of the closingDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setDaysBillsAreDue (BigInteger value)

Sets the value of the daysBillsAreDue property.

Parameters
value Allowed object is BigInteger

public void setDefaultMarkup (BigDecimal value)

Sets the value of the defaultMarkup property.

Parameters
value Allowed object is BigDecimal

public void setDiscountAccountId (IdType value)

Sets the value of the discountAccountId property.

Parameters
value Allowed object is IdType

public void setDiscountAccountName (String value)

Sets the value of the discountAccountName property.

Parameters
value Allowed object is String

public void setHomeCurrency (CurrencyCode value)

Sets the value of the homeCurrency property.

Parameters
value Allowed object is CurrencyCode

public void setPaySalesTax (PaySalesTaxEnum value)

Sets the value of the paySalesTax property.

Parameters
value Allowed object is PaySalesTaxEnum

public void setRequiringAccounts (boolean value)

Sets the value of the requiringAccounts property.

Parameters
value

public void setShipMethodId (IdType value)

Sets the value of the shipMethodId property.

Parameters
value Allowed object is IdType

public void setShipMethodName (String value)

Sets the value of the shipMethodName property.

Parameters
value Allowed object is String

public void setTaxGroupId (IdType value)

Sets the value of the taxGroupId property.

Parameters
value Allowed object is IdType

public void setTaxGroupName (String value)

Sets the value of the taxGroupName property.

Parameters
value Allowed object is String

public void setTaxId (IdType value)

Sets the value of the taxId property.

Parameters
value Allowed object is IdType

public void setTaxName (String value)

Sets the value of the taxName property.

Parameters
value Allowed object is String

public void setTrackReimbursableExpenses (boolean value)

Sets the value of the trackReimbursableExpenses property.

Parameters
value

public void setUsingAccountNumbers (boolean value)

Sets the value of the usingAccountNumbers property.

Parameters
value

public void setUsingClasses (boolean value)

Sets the value of the usingClasses property.

Parameters
value

public void setUsingInventory (boolean value)

Sets the value of the usingInventory property.

Parameters
value

public void setUsingMultiCurrency (boolean value)

Sets the value of the usingMultiCurrency property.

Parameters
value