public class

InvoiceHeader

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.InvoiceHeader

Class Overview

Information that pertains to the entire Invoice

Java class for InvoiceHeader complex type.

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

 <complexType name="InvoiceHeader">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}HeaderSales">
       <sequence>
         <group ref="{http://www.intuit.com/sb/cdm/v2}ARAccountReferenceGroup" minOccurs="0"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}SalesTermReferenceGroup" minOccurs="0"/>
         <element name="DueDate" type="{http://www.w3.org/2001/XMLSchema}date" 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}ShipMethodReferenceGroup" minOccurs="0"/>
         <element name="Balance" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}QboDiscountGroup" minOccurs="0"/>
         <element name="TxnId" type="{http://www.intuit.com/sb/cdm/v2}IdType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected IdType arAccountId
protected String arAccountName
protected BigDecimal balance
protected PhysicalAddress billAddr
protected String billEmail
protected IdType discountAccountId
protected String discountAccountName
protected BigDecimal discountAmt
protected BigDecimal discountRate
protected Boolean discountTaxable
protected XMLGregorianCalendar dueDate
protected IdType salesTermId
protected String salesTermName
protected PhysicalAddress shipAddr
protected IdType shipMethodId
protected String shipMethodName
protected List<IdType> txnId
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.online.schema.HeaderSales
From class org.mule.modules.quickbooks.online.schema.HeaderBase
Public Constructors
InvoiceHeader()
Public Methods
IdType getARAccountId()
Gets the value of the arAccountId property.
String getARAccountName()
Gets the value of the arAccountName property.
BigDecimal getBalance()
Gets the value of the balance 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 getDueDate()
Gets the value of the dueDate 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.
IdType getShipMethodId()
Gets the value of the shipMethodId property.
String getShipMethodName()
Gets the value of the shipMethodName property.
List<IdType> getTxnId()
Gets the value of the txnId property.
Boolean isDiscountTaxable()
Gets the value of the discountTaxable property.
void setARAccountId(IdType value)
Sets the value of the arAccountId property.
void setARAccountName(String value)
Sets the value of the arAccountName property.
void setBalance(BigDecimal value)
Sets the value of the balance 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 setDueDate(XMLGregorianCalendar value)
Sets the value of the dueDate 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.
void setShipMethodId(IdType value)
Sets the value of the shipMethodId property.
void setShipMethodName(String value)
Sets the value of the shipMethodName 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 IdType arAccountId

protected String arAccountName

protected BigDecimal balance

protected PhysicalAddress billAddr

protected String billEmail

protected IdType discountAccountId

protected String discountAccountName

protected BigDecimal discountAmt

protected BigDecimal discountRate

protected Boolean discountTaxable

protected XMLGregorianCalendar dueDate

protected IdType salesTermId

protected String salesTermName

protected PhysicalAddress shipAddr

protected IdType shipMethodId

protected String shipMethodName

protected List<IdType> txnId

Public Constructors

public InvoiceHeader ()

Public Methods

public IdType getARAccountId ()

Gets the value of the arAccountId property.

Returns

public String getARAccountName ()

Gets the value of the arAccountName property.

Returns
  • possible object is String

public BigDecimal getBalance ()

Gets the value of the balance property.

Returns
  • possible object is BigDecimal

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 getDueDate ()

Gets the value of the dueDate 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 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 List<IdType> getTxnId ()

Gets the value of the txnId 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 txnId property.

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

    getTxnId().add(newItem);
 

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

public Boolean isDiscountTaxable ()

Gets the value of the discountTaxable property.

Returns
  • possible object is Boolean

public void setARAccountId (IdType value)

Sets the value of the arAccountId property.

Parameters
value Allowed object is IdType

public void setARAccountName (String value)

Sets the value of the arAccountName property.

Parameters
value Allowed object is String

public void setBalance (BigDecimal value)

Sets the value of the balance property.

Parameters
value Allowed object is BigDecimal

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 setDueDate (XMLGregorianCalendar value)

Sets the value of the dueDate 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

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