public class

DepositHeader

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

Class Overview

Product: QBW Description: Information that pertains to the entire Deposit.

Java class for DepositHeader complex type.

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

 <complexType name="DepositHeader">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}HeaderBase">
       <sequence>
         <group ref="{http://www.intuit.com/sb/cdm/v2}DepositToAccountReferenceGroup" minOccurs="0"/>
         <element name="CashBack" type="{http://www.intuit.com/sb/cdm/v2}CashBackInfo" minOccurs="0"/>
         <element name="TotalAmt" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.HeaderBase
Fields
protected CashBackInfo cashBack
protected IdType depositToAccountId
protected String depositToAccountName
protected BigDecimal totalAmt
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.HeaderBase
Public Constructors
DepositHeader()
Public Methods
CashBackInfo getCashBack()
Gets the value of the cashBack property.
IdType getDepositToAccountId()
Gets the value of the depositToAccountId property.
String getDepositToAccountName()
Gets the value of the depositToAccountName property.
BigDecimal getTotalAmt()
Gets the value of the totalAmt property.
void setCashBack(CashBackInfo value)
Sets the value of the cashBack property.
void setDepositToAccountId(IdType value)
Sets the value of the depositToAccountId property.
void setDepositToAccountName(String value)
Sets the value of the depositToAccountName property.
void setTotalAmt(BigDecimal value)
Sets the value of the totalAmt 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 CashBackInfo cashBack

protected IdType depositToAccountId

protected String depositToAccountName

protected BigDecimal totalAmt

Public Constructors

public DepositHeader ()

Public Methods

public CashBackInfo getCashBack ()

Gets the value of the cashBack property.

Returns

public IdType getDepositToAccountId ()

Gets the value of the depositToAccountId property.

Returns

public String getDepositToAccountName ()

Gets the value of the depositToAccountName property.

Returns
  • possible object is String

public BigDecimal getTotalAmt ()

Gets the value of the totalAmt property.

Returns
  • possible object is BigDecimal

public void setCashBack (CashBackInfo value)

Sets the value of the cashBack property.

Parameters
value Allowed object is CashBackInfo

public void setDepositToAccountId (IdType value)

Sets the value of the depositToAccountId property.

Parameters
value Allowed object is IdType

public void setDepositToAccountName (String value)

Sets the value of the depositToAccountName property.

Parameters
value Allowed object is String

public void setTotalAmt (BigDecimal value)

Sets the value of the totalAmt property.

Parameters
value Allowed object is BigDecimal