| java.lang.Object | |||
| ↳ | org.mule.modules.quickbooks.online.schema.HeaderBase | ||
| ↳ | org.mule.modules.quickbooks.online.schema.HeaderPurchase | ||
| ↳ | org.mule.modules.quickbooks.online.schema.BillHeader | ||
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.w3.org/2001/XMLSchema}date" 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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| apAccountId | |||||||||||
| apAccountName | |||||||||||
| balance | |||||||||||
| dueDate | |||||||||||
| payerId | |||||||||||
| payerName | |||||||||||
| remitToAddr | |||||||||||
| salesTermId | |||||||||||
| salesTermName | |||||||||||
| shipAddr | |||||||||||
| txnId | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.online.schema.HeaderPurchase
| |||||||||||
From class
org.mule.modules.quickbooks.online.schema.HeaderBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the apAccountId property.
| |||||||||||
Gets the value of the apAccountName property.
| |||||||||||
Gets the value of the balance property.
| |||||||||||
Gets the value of the dueDate property.
| |||||||||||
Gets the value of the payerId property.
| |||||||||||
Gets the value of the payerName property.
| |||||||||||
Gets the value of the remitToAddr property.
| |||||||||||
Gets the value of the salesTermId property.
| |||||||||||
Gets the value of the salesTermName property.
| |||||||||||
Gets the value of the shipAddr property.
| |||||||||||
Gets the value of the txnId property.
| |||||||||||
Sets the value of the apAccountId property.
| |||||||||||
Sets the value of the apAccountName property.
| |||||||||||
Sets the value of the balance property.
| |||||||||||
Sets the value of the dueDate property.
| |||||||||||
Sets the value of the payerId property.
| |||||||||||
Sets the value of the payerName property.
| |||||||||||
Sets the value of the remitToAddr property.
| |||||||||||
Sets the value of the salesTermId property.
| |||||||||||
Sets the value of the salesTermName property.
| |||||||||||
Sets the value of the shipAddr property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.online.schema.HeaderPurchase
| |||||||||||
From class
org.mule.modules.quickbooks.online.schema.HeaderBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the apAccountId property.
IdType
Gets the value of the apAccountName property.
Gets the value of the balance property.
Gets the value of the dueDate property.
Gets the value of the payerId property.
IdType
Gets the value of the payerName property.
Gets the value of the remitToAddr property.
PhysicalAddress
Gets the value of the salesTermId property.
IdType
Gets the value of the salesTermName property.
Gets the value of the shipAddr property.
PhysicalAddress
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
Sets the value of the apAccountId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the apAccountName property.
| value | Allowed object is String |
|---|
Sets the value of the balance property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the dueDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the payerId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the payerName property.
| value | Allowed object is String |
|---|
Sets the value of the remitToAddr property.
| value | Allowed object is
PhysicalAddress
|
|---|
Sets the value of the salesTermId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the salesTermName property.
| value | Allowed object is String |
|---|
Sets the value of the shipAddr property.
| value | Allowed object is
PhysicalAddress
|
|---|