| java.lang.Object |
| ↳ |
org.mule.modules.quickbooks.windows.schema.HeaderBase |
Known Direct Subclasses
BillPaymentCreditCardHeader,
BillPaymentHeader,
BuildAssemblyHeader,
CashPurchaseHeader,
ChargeHeader,
CheckHeader,
CreditCardChargeHeader,
CreditCardCreditHeader,
CreditCardRefundHeader,
DepositHeader,
HeaderPurchase,
HeaderSales,
JournalEntryHeader,
PaymentHeader,
SalesTaxPaymentCheckHeader,
TxnGeneric.Header
| BillPaymentCreditCardHeader |
Product: QBW
Description: Information that pertains to the entire BillPaymentCreditCard
Java class for BillPaymentCreditCardHeader complex type. |
| BillPaymentHeader |
Product: QBO
Description: Information that pertains to the entire BillPaymentCheck
Product: QBW
Description: Information that pertains to the entire BillPayment
Java class for BillPaymentHeader complex type. |
| BuildAssemblyHeader |
Product: QBW
Description: Information that pertains to the entire Build Assembly. |
| CashPurchaseHeader |
Product: ALL
Description: Financial Transaction information that pertains to the entire Cash Purchase transaction. |
| ChargeHeader |
Product: QBW
Description: Information that pertains to the entire Charge
Java class for ChargeHeader complex type. |
| CheckHeader |
Product: ALL
Description: Financial Transaction information that pertains to the entire Check. |
| CreditCardChargeHeader |
Product: ALL
Description: Financial Transaction information that pertains to the entire CreditCardCharge. |
| CreditCardCreditHeader |
Product: QBW
Description: Financial Transaction information that pertains to the entire CreditCardCredit. |
| CreditCardRefundHeader |
Product: QBW
Description: Financial Transaction information that pertains to the entire Credit Card Refund. |
| DepositHeader |
Product: QBW
Description: Information that pertains to the entire Deposit. |
| HeaderPurchase |
Product: ALL
Description: Financial Transaction information that pertains to the entire Bill. |
| HeaderSales |
Product: ALL
Description: Super-set of data that is associated with the Sale transaction types. |
| JournalEntryHeader |
Product: QBW
Description: Information that pertains to the entire Journal Entry. |
| PaymentHeader |
Product: QBW
Description: Information that pertains to the entire Payment
Java class for PaymentHeader complex type. |
| SalesTaxPaymentCheckHeader |
Product: QBW
Description: Information that pertains to the entire SalesTaxPaymentCheck
Java class for SalesTaxPaymentCheckHeader complex type. |
| TxnGeneric.Header |
Java class for anonymous complex type. |
|
Known Indirect Subclasses
| BillHeader |
Product: ALL
Description: Financial Transaction information that pertains to the entire Bill. |
| CreditMemoHeader |
Product: QBW
Description: Information that pertains to the entire CreditMemo
Java class for CreditMemoHeader complex type. |
| EstimateHeader |
Product: ALL
Description: Information that pertains to the entire Estimate
Java class for EstimateHeader complex type. |
| InvoiceHeader |
Product: ALL
Description: Information that pertains to the entire Invoice
Java class for InvoiceHeader complex type. |
| ItemReceiptHeader |
Product: QBW
Description: Financial Transaction information that pertains to the entire ItemReceipt. |
| PurchaseOrderHeader |
Product: QBW
Description: Financial Transaction information that pertains to the entire PurchaseOrder. |
| SalesOrderHeader |
Product: QBW
Description: Provides information that pertains to the entire Sales Order
Java class for SalesOrderHeader complex type. |
| SalesReceiptHeader |
Product: ALL
Description: Provides information that pertains to the entire Sales Receipt
Java class for SalesReceiptHeader complex type. |
| VendorCreditHeader |
Product: QBW
Description: Financial Transaction information that pertains to the entire VendorCredit. |
|
Class Overview
Product: ALL
Description: Subset of data that is common to all transaction types.
Java class for HeaderBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HeaderBase">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DocNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TxnDate" type="{http://www.intuit.com/sb/cdm/v2}IDSDate" minOccurs="0"/>
<element name="Currency" type="{http://www.intuit.com/sb/cdm/v2}currencyCode" minOccurs="0"/>
<element name="Msg" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Note" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Summary
| Public Methods |
|
CurrencyCode
|
getCurrency()
Gets the value of the currency property.
|
|
String
|
getDocNumber()
Gets the value of the docNumber property.
|
|
String
|
getMsg()
Gets the value of the msg property.
|
|
String
|
getNote()
Gets the value of the note property.
|
|
String
|
getStatus()
Gets the value of the status property.
|
|
String
|
getTxnDate()
Gets the value of the txnDate property.
|
|
void
|
setCurrency(CurrencyCode value)
Sets the value of the currency property.
|
|
void
|
setDocNumber(String value)
Sets the value of the docNumber property.
|
|
void
|
setMsg(String value)
Sets the value of the msg property.
|
|
void
|
setNote(String value)
Sets the value of the note property.
|
|
void
|
setStatus(String value)
Sets the value of the status property.
|
|
void
|
setTxnDate(String value)
Sets the value of the txnDate property.
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Constants
private
static
final
long
serialVersionUID
Constant Value:
1
(0x0000000000000001)
Fields
protected
String
docNumber
Public Constructors
Public Methods
Gets the value of the currency property.
public
String
getDocNumber
()
Gets the value of the docNumber property.
Returns
- possible object is
String
public
String
getMsg
()
Gets the value of the msg property.
Returns
- possible object is
String
public
String
getNote
()
Gets the value of the note property.
Returns
- possible object is
String
public
String
getStatus
()
Gets the value of the status property.
Returns
- possible object is
String
public
String
getTxnDate
()
Gets the value of the txnDate property.
Returns
- possible object is
String
public
void
setCurrency
(CurrencyCode value)
Sets the value of the currency property.
public
void
setDocNumber
(String value)
Sets the value of the docNumber property.
Parameters
| value
| Allowed object is
String
|
public
void
setMsg
(String value)
Sets the value of the msg property.
Parameters
| value
| Allowed object is
String
|
public
void
setNote
(String value)
Sets the value of the note property.
Parameters
| value
| Allowed object is
String
|
public
void
setStatus
(String value)
Sets the value of the status property.
Parameters
| value
| Allowed object is
String
|
public
void
setTxnDate
(String value)
Sets the value of the txnDate property.
Parameters
| value
| Allowed object is
String
|