public class

JournalEntryHeader

extends HeaderBase
java.lang.Object
   ↳ org.mule.modules.quickbooks.online.schema.HeaderBase
     ↳ org.mule.modules.quickbooks.online.schema.JournalEntryHeader

Class Overview

Information that pertains to the entire Journal Entry.

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

Fields
protected Boolean adjustment
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.online.schema.HeaderBase
Public Constructors
JournalEntryHeader()
Public Methods
Boolean isAdjustment()
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.online.schema.HeaderBase
From class java.lang.Object

Fields

protected Boolean adjustment

Public Constructors

public JournalEntryHeader ()

Public Methods

public Boolean isAdjustment ()

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