public class

SalesTaxPaymentCheckHeader

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

Class Overview

Product: QBW Description: Information that pertains to the entire SalesTaxPaymentCheck

Java class for SalesTaxPaymentCheckHeader complex type.

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

 <complexType name="SalesTaxPaymentCheckHeader">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}HeaderBase">
       <sequence>
         <group ref="{http://www.intuit.com/sb/cdm/v2}VendorReferenceGroup" minOccurs="0"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}PaymentCheckGroup" 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 IdType bankAccountId
protected String bankAccountName
protected CheckPayment checkDetail
protected PhysicalAddress payeeAddr
protected Boolean toBePrinted
protected BigDecimal totalAmt
protected IdType vendorId
protected String vendorName
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.HeaderBase
Public Constructors
SalesTaxPaymentCheckHeader()
Public Methods
IdType getBankAccountId()
Gets the value of the bankAccountId property.
String getBankAccountName()
Gets the value of the bankAccountName property.
CheckPayment getCheckDetail()
Gets the value of the checkDetail property.
PhysicalAddress getPayeeAddr()
Gets the value of the payeeAddr property.
Boolean getToBePrinted()
Gets the value of the toBePrinted property.
BigDecimal getTotalAmt()
Gets the value of the totalAmt property.
IdType getVendorId()
Gets the value of the vendorId property.
String getVendorName()
Gets the value of the vendorName property.
void setBankAccountId(IdType value)
Sets the value of the bankAccountId property.
void setBankAccountName(String value)
Sets the value of the bankAccountName property.
void setCheckDetail(CheckPayment value)
Sets the value of the checkDetail property.
void setPayeeAddr(PhysicalAddress value)
Sets the value of the payeeAddr property.
void setToBePrinted(Boolean value)
Sets the value of the toBePrinted property.
void setTotalAmt(BigDecimal value)
Sets the value of the totalAmt property.
void setVendorId(IdType value)
Sets the value of the vendorId property.
void setVendorName(String value)
Sets the value of the vendorName 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 IdType bankAccountId

protected String bankAccountName

protected CheckPayment checkDetail

protected PhysicalAddress payeeAddr

protected Boolean toBePrinted

protected BigDecimal totalAmt

protected IdType vendorId

protected String vendorName

Public Constructors

public SalesTaxPaymentCheckHeader ()

Public Methods

public IdType getBankAccountId ()

Gets the value of the bankAccountId property.

Returns

public String getBankAccountName ()

Gets the value of the bankAccountName property.

Returns
  • possible object is String

public CheckPayment getCheckDetail ()

Gets the value of the checkDetail property.

Returns

public PhysicalAddress getPayeeAddr ()

Gets the value of the payeeAddr property.

Returns

public Boolean getToBePrinted ()

Gets the value of the toBePrinted property.

Returns
  • possible object is Boolean

public BigDecimal getTotalAmt ()

Gets the value of the totalAmt property.

Returns
  • possible object is BigDecimal

public IdType getVendorId ()

Gets the value of the vendorId property.

Returns

public String getVendorName ()

Gets the value of the vendorName property.

Returns
  • possible object is String

public void setBankAccountId (IdType value)

Sets the value of the bankAccountId property.

Parameters
value Allowed object is IdType

public void setBankAccountName (String value)

Sets the value of the bankAccountName property.

Parameters
value Allowed object is String

public void setCheckDetail (CheckPayment value)

Sets the value of the checkDetail property.

Parameters
value Allowed object is CheckPayment

public void setPayeeAddr (PhysicalAddress value)

Sets the value of the payeeAddr property.

Parameters
value Allowed object is PhysicalAddress

public void setToBePrinted (Boolean value)

Sets the value of the toBePrinted property.

Parameters
value Allowed object is Boolean

public void setTotalAmt (BigDecimal value)

Sets the value of the totalAmt property.

Parameters
value Allowed object is BigDecimal

public void setVendorId (IdType value)

Sets the value of the vendorId property.

Parameters
value Allowed object is IdType

public void setVendorName (String value)

Sets the value of the vendorName property.

Parameters
value Allowed object is String