public class

HeaderPurchase

extends HeaderBase
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.HeaderBase
     ↳ org.mule.modules.quickbooks.windows.schema.HeaderPurchase
Known Direct Subclasses

Class Overview

Product: ALL Description: Financial Transaction information that pertains to the entire Bill.

Java class for HeaderPurchase complex type.

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

 <complexType name="HeaderPurchase">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}HeaderBase">
       <sequence>
         <group ref="{http://www.intuit.com/sb/cdm/v2}VendorReferenceGroup" minOccurs="0"/>
         <element name="BillEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ReplyEmail" type="{http://www.w3.org/2001/XMLSchema}string" 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 String billEmail
protected String replyEmail
protected BigDecimal totalAmt
protected IdType vendorId
protected String vendorName
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.HeaderBase
Public Constructors
HeaderPurchase()
Public Methods
String getBillEmail()
Gets the value of the billEmail property.
String getReplyEmail()
Gets the value of the replyEmail 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 setBillEmail(String value)
Sets the value of the billEmail property.
void setReplyEmail(String value)
Sets the value of the replyEmail 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 String billEmail

protected String replyEmail

protected BigDecimal totalAmt

protected IdType vendorId

protected String vendorName

Public Constructors

public HeaderPurchase ()

Public Methods

public String getBillEmail ()

Gets the value of the billEmail property.

Returns
  • possible object is String

public String getReplyEmail ()

Gets the value of the replyEmail property.

Returns
  • possible object is String

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 setBillEmail (String value)

Sets the value of the billEmail property.

Parameters
value Allowed object is String

public void setReplyEmail (String value)

Sets the value of the replyEmail 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

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