public class

TaxLine

extends LineBase
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.LineBase
     ↳ org.mule.modules.quickbooks.windows.schema.TaxLine

Class Overview

Product: QBW Description: A service or product sold, along with quantity, price, and other descriptive information

Java class for TaxLine complex type.

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

 <complexType name="TaxLine">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}LineBase">
       <sequence>
         <element name="Amount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}TaxReferenceGroup" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BigDecimal amount
protected IdType taxId
protected String taxName
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.LineBase
Public Constructors
TaxLine()
Public Methods
BigDecimal getAmount()
Gets the value of the amount property.
IdType getTaxId()
Gets the value of the taxId property.
String getTaxName()
Gets the value of the taxName property.
void setAmount(BigDecimal value)
Sets the value of the amount property.
void setTaxId(IdType value)
Sets the value of the taxId property.
void setTaxName(String value)
Sets the value of the taxName property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.LineBase
From class java.lang.Object

Fields

protected BigDecimal amount

protected IdType taxId

protected String taxName

Public Constructors

public TaxLine ()

Public Methods

public BigDecimal getAmount ()

Gets the value of the amount property.

Returns
  • possible object is BigDecimal

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 void setAmount (BigDecimal value)

Sets the value of the amount property.

Parameters
value Allowed object is BigDecimal

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