public class

BillHeader

extends HeaderPurchase
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.HeaderBase
     ↳ org.mule.modules.quickbooks.windows.schema.HeaderPurchase
       ↳ org.mule.modules.quickbooks.windows.schema.BillHeader

Class Overview

Product: ALL Description: Financial Transaction information that pertains to the entire Bill.

Java class for BillHeader complex type.

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

 <complexType name="BillHeader">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}HeaderPurchase">
       <sequence>
         <group ref="{http://www.intuit.com/sb/cdm/v2}PayingPartyReferenceGroup" minOccurs="0"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}APAccountReferenceGroup" minOccurs="0"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}SalesTermReferenceGroup" minOccurs="0"/>
         <element name="DueDate" type="{http://www.intuit.com/sb/cdm/v2}IDSDate" minOccurs="0"/>
         <element name="RemitToAddr" 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="Balance" type="{http://www.w3.org/2001/XMLSchema}decimal" 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 apAccountId
protected String apAccountName
protected BigDecimal balance
protected String dueDate
protected IdType payerId
protected String payerName
protected PhysicalAddress remitToAddr
protected IdType salesTermId
protected String salesTermName
protected PhysicalAddress shipAddr
protected List<IdType> txnId
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.HeaderPurchase
From class org.mule.modules.quickbooks.windows.schema.HeaderBase
Public Constructors
BillHeader()
Public Methods
IdType getAPAccountId()
Gets the value of the apAccountId property.
String getAPAccountName()
Gets the value of the apAccountName property.
BigDecimal getBalance()
Gets the value of the balance property.
String getDueDate()
Gets the value of the dueDate property.
IdType getPayerId()
Gets the value of the payerId property.
String getPayerName()
Gets the value of the payerName property.
PhysicalAddress getRemitToAddr()
Gets the value of the remitToAddr 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.
List<IdType> getTxnId()
Gets the value of the txnId property.
void setAPAccountId(IdType value)
Sets the value of the apAccountId property.
void setAPAccountName(String value)
Sets the value of the apAccountName property.
void setBalance(BigDecimal value)
Sets the value of the balance property.
void setDueDate(String value)
Sets the value of the dueDate property.
void setPayerId(IdType value)
Sets the value of the payerId property.
void setPayerName(String value)
Sets the value of the payerName property.
void setRemitToAddr(PhysicalAddress value)
Sets the value of the remitToAddr 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.windows.schema.HeaderPurchase
From class org.mule.modules.quickbooks.windows.schema.HeaderBase
From class java.lang.Object

Fields

protected IdType apAccountId

protected String apAccountName

protected BigDecimal balance

protected String dueDate

protected IdType payerId

protected String payerName

protected PhysicalAddress remitToAddr

protected IdType salesTermId

protected String salesTermName

protected PhysicalAddress shipAddr

protected List<IdType> txnId

Public Constructors

public BillHeader ()

Public Methods

public IdType getAPAccountId ()

Gets the value of the apAccountId property.

Returns

public String getAPAccountName ()

Gets the value of the apAccountName property.

Returns
  • possible object is String

public BigDecimal getBalance ()

Gets the value of the balance property.

Returns
  • possible object is BigDecimal

public String getDueDate ()

Gets the value of the dueDate property.

Returns
  • possible object is String

public IdType getPayerId ()

Gets the value of the payerId property.

Returns

public String getPayerName ()

Gets the value of the payerName property.

Returns
  • possible object is String

public PhysicalAddress getRemitToAddr ()

Gets the value of the remitToAddr property.

Returns

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 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 void setAPAccountId (IdType value)

Sets the value of the apAccountId property.

Parameters
value Allowed object is IdType

public void setAPAccountName (String value)

Sets the value of the apAccountName 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 setDueDate (String value)

Sets the value of the dueDate property.

Parameters
value Allowed object is String

public void setPayerId (IdType value)

Sets the value of the payerId property.

Parameters
value Allowed object is IdType

public void setPayerName (String value)

Sets the value of the payerName property.

Parameters
value Allowed object is String

public void setRemitToAddr (PhysicalAddress value)

Sets the value of the remitToAddr property.

Parameters
value Allowed object is PhysicalAddress

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