public class

EstimateHeader

extends HeaderSales
java.lang.Object
   ↳ org.mule.modules.quickbooks.online.schema.HeaderBase
     ↳ org.mule.modules.quickbooks.online.schema.HeaderSales
       ↳ org.mule.modules.quickbooks.online.schema.EstimateHeader

Class Overview

Information that pertains to the entire Estimate

Java class for EstimateHeader complex type.

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

 <complexType name="EstimateHeader">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}HeaderSales">
       <sequence>
         <group ref="{http://www.intuit.com/sb/cdm/v2}SalesTermReferenceGroup" minOccurs="0"/>
         <element name="BillAddr" type="{http://www.intuit.com/sb/cdm/v2}PhysicalAddress" minOccurs="0"/>
         <element name="ShipAddr" type="{http://www.intuit.com/sb/cdm/v2}PhysicalAddress" minOccurs="0"/>
         <element name="BillEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}QboDiscountGroup" minOccurs="0"/>
         <element name="ExpirationDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="AcceptedBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AcceptedDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String acceptedBy
protected XMLGregorianCalendar acceptedDate
protected PhysicalAddress billAddr
protected String billEmail
protected IdType discountAccountId
protected String discountAccountName
protected BigDecimal discountAmt
protected BigDecimal discountRate
protected Boolean discountTaxable
protected XMLGregorianCalendar expirationDate
protected IdType salesTermId
protected String salesTermName
protected PhysicalAddress shipAddr
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.online.schema.HeaderSales
From class org.mule.modules.quickbooks.online.schema.HeaderBase
Public Constructors
EstimateHeader()
Public Methods
String getAcceptedBy()
Gets the value of the acceptedBy property.
XMLGregorianCalendar getAcceptedDate()
Gets the value of the acceptedDate property.
PhysicalAddress getBillAddr()
Gets the value of the billAddr property.
String getBillEmail()
Gets the value of the billEmail property.
IdType getDiscountAccountId()
Gets the value of the discountAccountId property.
String getDiscountAccountName()
Gets the value of the discountAccountName property.
BigDecimal getDiscountAmt()
Gets the value of the discountAmt property.
BigDecimal getDiscountRate()
Gets the value of the discountRate property.
XMLGregorianCalendar getExpirationDate()
Gets the value of the expirationDate property.
IdType getSalesTermId()
Gets the value of the salesTermId property.
String getSalesTermName()
Gets the value of the salesTermName property.
PhysicalAddress getShipAddr()
Gets the value of the shipAddr property.
Boolean isDiscountTaxable()
Gets the value of the discountTaxable property.
void setAcceptedBy(String value)
Sets the value of the acceptedBy property.
void setAcceptedDate(XMLGregorianCalendar value)
Sets the value of the acceptedDate property.
void setBillAddr(PhysicalAddress value)
Sets the value of the billAddr property.
void setBillEmail(String value)
Sets the value of the billEmail property.
void setDiscountAccountId(IdType value)
Sets the value of the discountAccountId property.
void setDiscountAccountName(String value)
Sets the value of the discountAccountName property.
void setDiscountAmt(BigDecimal value)
Sets the value of the discountAmt property.
void setDiscountRate(BigDecimal value)
Sets the value of the discountRate property.
void setDiscountTaxable(Boolean value)
Sets the value of the discountTaxable property.
void setExpirationDate(XMLGregorianCalendar value)
Sets the value of the expirationDate property.
void setSalesTermId(IdType value)
Sets the value of the salesTermId property.
void setSalesTermName(String value)
Sets the value of the salesTermName property.
void setShipAddr(PhysicalAddress value)
Sets the value of the shipAddr property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.online.schema.HeaderSales
From class org.mule.modules.quickbooks.online.schema.HeaderBase
From class java.lang.Object

Fields

protected String acceptedBy

protected XMLGregorianCalendar acceptedDate

protected PhysicalAddress billAddr

protected String billEmail

protected IdType discountAccountId

protected String discountAccountName

protected BigDecimal discountAmt

protected BigDecimal discountRate

protected Boolean discountTaxable

protected XMLGregorianCalendar expirationDate

protected IdType salesTermId

protected String salesTermName

protected PhysicalAddress shipAddr

Public Constructors

public EstimateHeader ()

Public Methods

public String getAcceptedBy ()

Gets the value of the acceptedBy property.

Returns
  • possible object is String

public XMLGregorianCalendar getAcceptedDate ()

Gets the value of the acceptedDate property.

Returns
  • possible object is XMLGregorianCalendar

public PhysicalAddress getBillAddr ()

Gets the value of the billAddr property.

Returns

public String getBillEmail ()

Gets the value of the billEmail property.

Returns
  • possible object is String

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 BigDecimal getDiscountAmt ()

Gets the value of the discountAmt property.

Returns
  • possible object is BigDecimal

public BigDecimal getDiscountRate ()

Gets the value of the discountRate property.

Returns
  • possible object is BigDecimal

public XMLGregorianCalendar getExpirationDate ()

Gets the value of the expirationDate property.

Returns
  • possible object is XMLGregorianCalendar

public IdType getSalesTermId ()

Gets the value of the salesTermId property.

Returns

public String getSalesTermName ()

Gets the value of the salesTermName property.

Returns
  • possible object is String

public PhysicalAddress getShipAddr ()

Gets the value of the shipAddr property.

Returns

public Boolean isDiscountTaxable ()

Gets the value of the discountTaxable property.

Returns
  • possible object is Boolean

public void setAcceptedBy (String value)

Sets the value of the acceptedBy property.

Parameters
value Allowed object is String

public void setAcceptedDate (XMLGregorianCalendar value)

Sets the value of the acceptedDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setBillAddr (PhysicalAddress value)

Sets the value of the billAddr property.

Parameters
value Allowed object is PhysicalAddress

public void setBillEmail (String value)

Sets the value of the billEmail property.

Parameters
value Allowed object is String

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

Sets the value of the discountAmt property.

Parameters
value Allowed object is BigDecimal

public void setDiscountRate (BigDecimal value)

Sets the value of the discountRate property.

Parameters
value Allowed object is BigDecimal

public void setDiscountTaxable (Boolean value)

Sets the value of the discountTaxable property.

Parameters
value Allowed object is Boolean

public void setExpirationDate (XMLGregorianCalendar value)

Sets the value of the expirationDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setSalesTermId (IdType value)

Sets the value of the salesTermId property.

Parameters
value Allowed object is IdType

public void setSalesTermName (String value)

Sets the value of the salesTermName property.

Parameters
value Allowed object is String

public void setShipAddr (PhysicalAddress value)

Sets the value of the shipAddr property.

Parameters
value Allowed object is PhysicalAddress