public class

Estimate

extends CdmBase
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CdmObject
     ↳ org.mule.modules.quickbooks.windows.schema.CdmBase
       ↳ org.mule.modules.quickbooks.windows.schema.Estimate

Class Overview

Product: QBO Description: The Estimate represents a proposal for a financial transaction from a business to a customer for goods or services proposed to be sold, including proposed pricing. It is also known as quote. Note: Available only to the QuickBooks Online Plus subscribers. EndPoint: qbo.intuit.com Business Rules: [li] An estimate must have at least one line that describes an item. [/li][li] An estimate must have a reference to a customer in the header. [/li][li] If you submit a query with the filter IncludeDiscountLineDetails, the system retrieves either DiscountAmount or DiscountRatePercent with associated values[/li] Product: QBW Description: An estimate is a description of a sale that you propose to a current or prospective customer. An estimate contains a list of tasks that you can perform for, or products that you can provide to customers. An estimate is also called a bid or proposal. An estimate is a non-posting transaction that does not affect the balance sheet or income statement of a company. EndPoint: services.intuit.com Business Rules: [li] An estimate must have at least one line that describes an item.[/li] [li] An estimate must have a reference to a customer in the header.[/li] [li] If you submit a query with the filter IncludeDiscountLineDetails, the system retrieves either DiscountAmount or DiscountRatePercent with associated values[/li]

Java class for Estimate complex type.

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

 <complexType name="Estimate">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}CdmBase">
       <sequence>
         <element name="Header" type="{http://www.intuit.com/sb/cdm/v2}EstimateHeader" minOccurs="0"/>
         <element name="Line" type="{http://www.intuit.com/sb/cdm/v2}EstimateLine" maxOccurs="unbounded" minOccurs="0"/>
         <element name="TaxLine" type="{http://www.intuit.com/sb/cdm/v2}TaxLine" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.CdmBase
From class org.mule.modules.quickbooks.windows.schema.CdmObject
Fields
protected EstimateHeader header
protected List<EstimateLine> line
protected List<TaxLine> taxLine
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.CdmBase
Public Constructors
Estimate()
Public Methods
EstimateHeader getHeader()
Gets the value of the header property.
List<EstimateLine> getLine()
Gets the value of the line property.
List<TaxLine> getTaxLine()
Gets the value of the taxLine property.
void setHeader(EstimateHeader value)
Sets the value of the header property.
void setLine(List<EstimateLine> line)
Sets the value of the line property.
void setTaxLine(List<TaxLine> taxLine)
Sets the value of the taxLine property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.CdmBase
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected EstimateHeader header

protected List<EstimateLine> line

protected List<TaxLine> taxLine

Public Constructors

public Estimate ()

Public Methods

public EstimateHeader getHeader ()

Gets the value of the header property.

Returns

public List<EstimateLine> getLine ()

Gets the value of the line property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the line property.

For example, to add a new item, do as follows:

    getLine().add(newItem);
 

Objects of the following type(s) are allowed in the list EstimateLine

public List<TaxLine> getTaxLine ()

Gets the value of the taxLine property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the taxLine property.

For example, to add a new item, do as follows:

    getTaxLine().add(newItem);
 

Objects of the following type(s) are allowed in the list TaxLine

public void setHeader (EstimateHeader value)

Sets the value of the header property.

Parameters
value Allowed object is EstimateHeader

public void setLine (List<EstimateLine> line)

Sets the value of the line property.

Parameters
line Allowed object is EstimateLine

public void setTaxLine (List<TaxLine> taxLine)

Sets the value of the taxLine property.

Parameters
taxLine Allowed object is TaxLine