| java.lang.Object |
| ↳ |
org.mule.modules.quickbooks.online.schema.HeaderBase |
Known Direct Subclasses
BillPaymentHeader,
CashPurchaseHeader,
ChargeHeader,
CheckHeader,
CreditCardChargeHeader,
CreditCardCreditHeader,
HeaderPurchase,
HeaderSales,
JournalEntryHeader,
PaymentHeader,
PayrollTxnHeader,
SalesTaxPaymentCheckHeader,
TxnGeneric.Header
| BillPaymentHeader |
Information that pertains to the entire BillPaymentCheck
Java class for BillPaymentHeader complex type. |
| CashPurchaseHeader |
Financial Transaction information that pertains to the entire Cash Purchase transaction. |
| ChargeHeader |
Information that pertains to the entire Charge
Java class for ChargeHeader complex type. |
| CheckHeader |
Financial Transaction information that pertains to the entire Check. |
| CreditCardChargeHeader |
Financial Transaction information that pertains to the entire CreditCardCharge. |
| CreditCardCreditHeader |
Financial Transaction information that pertains to the entire CreditCardCredit. |
| HeaderPurchase |
Financial Transaction information that pertains to the entire Bill. |
| HeaderSales |
Superset of data that is associated with the Sale transaction types. |
| JournalEntryHeader |
Information that pertains to the entire Journal Entry. |
| PaymentHeader |
Information that pertains to the entire Payment
Java class for PaymentHeader complex type. |
| PayrollTxnHeader |
Financial Transaction information that pertains to the entire Payroll transaction. |
| SalesTaxPaymentCheckHeader |
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 |
Financial Transaction information that pertains to the entire Bill. |
| CreditMemoHeader |
Information that pertains to the entire CreditMemo
Java class for CreditMemoHeader complex type. |
| EstimateHeader |
Information that pertains to the entire Estimate
Java class for EstimateHeader complex type. |
| InvoiceHeader |
Information that pertains to the entire Invoice
Java class for InvoiceHeader complex type. |
| ItemReceiptHeader |
Financial Transaction information that pertains to the entire ItemReceipt. |
| PurchaseOrderHeader |
Financial Transaction information that pertains to the entire PurchaseOrder. |
| SalesOrderHeader |
Provides information that pertains to the entire Sales Order
Java class for SalesOrderHeader complex type. |
| SalesReceiptHeader |
Provides information that pertains to the entire Sales Receipt
Java class for SalesReceiptHeader complex type. |
| VendorCreditHeader |
Financial Transaction information that pertains to the entire VendorCredit. |
|
Class Overview
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.w3.org/2001/XMLSchema}date" 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.
|
|
XMLGregorianCalendar
|
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(XMLGregorianCalendar 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)
|
|
Fields
protected
String
docNumber
protected
XMLGregorianCalendar
txnDate
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
XMLGregorianCalendar
getTxnDate
()
Gets the value of the txnDate property.
Returns
- possible object is
XMLGregorianCalendar
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
(XMLGregorianCalendar value)
Sets the value of the txnDate property.
Parameters
| value
| Allowed object is
XMLGregorianCalendar
|