public class

HeaderBase

extends Object
java.lang.Object
   ↳ org.mule.modules.quickbooks.online.schema.HeaderBase
Known Direct Subclasses
Known Indirect Subclasses

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

Fields
protected CurrencyCode currency
protected String docNumber
protected String msg
protected String note
protected String status
protected XMLGregorianCalendar txnDate
Public Constructors
HeaderBase()
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

Fields

protected CurrencyCode currency

protected String docNumber

protected String msg

protected String note

protected String status

protected XMLGregorianCalendar txnDate

Public Constructors

public HeaderBase ()

Public Methods

public CurrencyCode getCurrency ()

Gets the value of the currency property.

Returns

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.

Parameters
value Allowed object is CurrencyCode

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