public class

JournalEntryLine

extends LineBase
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.LineBase
     ↳ org.mule.modules.quickbooks.windows.schema.JournalEntryLine

Class Overview

Product: QBW Description: Specifies one debit or on credit in the General Journal transaction.

Java class for JournalEntryLine complex type.

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

 <complexType name="JournalEntryLine">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}LineBase">
       <sequence>
         <element name="Amount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="PostingType" type="{http://www.intuit.com/sb/cdm/v2}PostingTypeEnum" minOccurs="0"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}AccountReferenceGroup" minOccurs="0"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}EntityReferenceGroup" minOccurs="0"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}ClassReferenceGroup" minOccurs="0"/>
         <element name="BillableStatus" type="{http://www.intuit.com/sb/cdm/v2}BillableStatusEnum" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.LineBase
Fields
protected IdType accountId
protected String accountName
protected AccountTypeEnum accountType
protected BigDecimal amount
protected BillableStatusEnum billableStatus
protected IdType classId
protected String className
protected IdType entityId
protected String entityName
protected EntityTypeEnum entityType
protected PostingTypeEnum postingType
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.LineBase
Public Constructors
JournalEntryLine()
Public Methods
IdType getAccountId()
Gets the value of the accountId property.
String getAccountName()
Gets the value of the accountName property.
AccountTypeEnum getAccountType()
Gets the value of the accountType property.
BigDecimal getAmount()
Gets the value of the amount property.
BillableStatusEnum getBillableStatus()
Gets the value of the billableStatus property.
IdType getClassId()
Gets the value of the classId property.
String getClassName()
Gets the value of the className property.
IdType getEntityId()
Gets the value of the entityId property.
String getEntityName()
Gets the value of the entityName property.
EntityTypeEnum getEntityType()
Gets the value of the entityType property.
PostingTypeEnum getPostingType()
Gets the value of the postingType property.
void setAccountId(IdType value)
Sets the value of the accountId property.
void setAccountName(String value)
Sets the value of the accountName property.
void setAccountType(AccountTypeEnum value)
Sets the value of the accountType property.
void setAmount(BigDecimal value)
Sets the value of the amount property.
void setBillableStatus(BillableStatusEnum value)
Sets the value of the billableStatus property.
void setClassId(IdType value)
Sets the value of the classId property.
void setClassName(String value)
Sets the value of the className property.
void setEntityId(IdType value)
Sets the value of the entityId property.
void setEntityName(String value)
Sets the value of the entityName property.
void setEntityType(EntityTypeEnum value)
Sets the value of the entityType property.
void setPostingType(PostingTypeEnum value)
Sets the value of the postingType property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.LineBase
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected IdType accountId

protected String accountName

protected AccountTypeEnum accountType

protected BigDecimal amount

protected BillableStatusEnum billableStatus

protected IdType classId

protected String className

protected IdType entityId

protected String entityName

protected EntityTypeEnum entityType

protected PostingTypeEnum postingType

Public Constructors

public JournalEntryLine ()

Public Methods

public IdType getAccountId ()

Gets the value of the accountId property.

Returns

public String getAccountName ()

Gets the value of the accountName property.

Returns
  • possible object is String

public AccountTypeEnum getAccountType ()

Gets the value of the accountType property.

Returns

public BigDecimal getAmount ()

Gets the value of the amount property.

Returns
  • possible object is BigDecimal

public BillableStatusEnum getBillableStatus ()

Gets the value of the billableStatus property.

Returns

public IdType getClassId ()

Gets the value of the classId property.

Returns

public String getClassName ()

Gets the value of the className property.

Returns
  • possible object is String

public IdType getEntityId ()

Gets the value of the entityId property.

Returns

public String getEntityName ()

Gets the value of the entityName property.

Returns
  • possible object is String

public EntityTypeEnum getEntityType ()

Gets the value of the entityType property.

Returns

public PostingTypeEnum getPostingType ()

Gets the value of the postingType property.

Returns

public void setAccountId (IdType value)

Sets the value of the accountId property.

Parameters
value Allowed object is IdType

public void setAccountName (String value)

Sets the value of the accountName property.

Parameters
value Allowed object is String

public void setAccountType (AccountTypeEnum value)

Sets the value of the accountType property.

Parameters
value Allowed object is AccountTypeEnum

public void setAmount (BigDecimal value)

Sets the value of the amount property.

Parameters
value Allowed object is BigDecimal

public void setBillableStatus (BillableStatusEnum value)

Sets the value of the billableStatus property.

Parameters
value Allowed object is BillableStatusEnum

public void setClassId (IdType value)

Sets the value of the classId property.

Parameters
value Allowed object is IdType

public void setClassName (String value)

Sets the value of the className property.

Parameters
value Allowed object is String

public void setEntityId (IdType value)

Sets the value of the entityId property.

Parameters
value Allowed object is IdType

public void setEntityName (String value)

Sets the value of the entityName property.

Parameters
value Allowed object is String

public void setEntityType (EntityTypeEnum value)

Sets the value of the entityType property.

Parameters
value Allowed object is EntityTypeEnum

public void setPostingType (PostingTypeEnum value)

Sets the value of the postingType property.

Parameters
value Allowed object is PostingTypeEnum