public class

HeaderBase

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

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

Constants
long serialVersionUID
Fields
protected CurrencyCode currency
protected String docNumber
protected String msg
protected String note
protected String status
protected String 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.
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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CurrencyCode currency

protected String docNumber

protected String msg

protected String note

protected String status

protected String 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 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.

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 (String value)

Sets the value of the txnDate property.

Parameters
value Allowed object is String