public class

JournalEntryHeader

extends HeaderBase
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.HeaderBase
     ↳ org.mule.modules.quickbooks.windows.schema.JournalEntryHeader

Class Overview

Product: QBW Description: Information that pertains to the entire Journal Entry. Allows for "traditional accounting", i.e. it creates a transaction in which the total amount in the Debit column equals the total amount in the Credit column, and each amount is assigned to an account on the chart of accounts.

Java class for JournalEntryHeader complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="JournalEntryHeader">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}HeaderBase">
       <sequence>
         <element name="Adjustment" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.HeaderBase
Fields
protected Boolean adjustment
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.HeaderBase
Public Constructors
JournalEntryHeader()
Public Methods
Boolean getAdjustment()
Gets the value of the adjustment property.
void setAdjustment(Boolean value)
Sets the value of the adjustment property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.HeaderBase
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean adjustment

Public Constructors

public JournalEntryHeader ()

Public Methods

public Boolean getAdjustment ()

Gets the value of the adjustment property.

Returns
  • possible object is Boolean

public void setAdjustment (Boolean value)

Sets the value of the adjustment property.

Parameters
value Allowed object is Boolean