public class

CreditMemoHeader

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

Class Overview

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

Java class for CreditMemoHeader complex type.

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

 <complexType name="CreditMemoHeader">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}HeaderSales">
       <sequence>
         <group ref="{http://www.intuit.com/sb/cdm/v2}ARAccountReferenceGroup" minOccurs="0"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}SalesTermReferenceGroup" minOccurs="0"/>
         <element name="DueDate" type="{http://www.intuit.com/sb/cdm/v2}IDSDate" minOccurs="0"/>
         <element name="BillAddr" type="{http://www.intuit.com/sb/cdm/v2}PhysicalAddress" minOccurs="0"/>
         <element name="ShipAddr" type="{http://www.intuit.com/sb/cdm/v2}PhysicalAddress" minOccurs="0"/>
         <element name="BillEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}ShipMethodReferenceGroup" minOccurs="0"/>
         <element name="RemainingCredit" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="Detail" type="{http://www.intuit.com/sb/cdm/v2}PaymentDetail" minOccurs="0"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}QboDiscountGroup" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.HeaderSales
From class org.mule.modules.quickbooks.windows.schema.HeaderBase
Fields
protected IdType arAccountId
protected String arAccountName
protected PhysicalAddress billAddr
protected String billEmail
protected PaymentDetail detail
protected IdType discountAccountId
protected String discountAccountName
protected BigDecimal discountAmt
protected BigDecimal discountRate
protected Boolean discountTaxable
protected String dueDate
protected BigDecimal remainingCredit
protected IdType salesTermId
protected String salesTermName
protected PhysicalAddress shipAddr
protected IdType shipMethodId
protected String shipMethodName
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.HeaderSales
From class org.mule.modules.quickbooks.windows.schema.HeaderBase
Public Constructors
CreditMemoHeader()
Public Methods
IdType getARAccountId()
Gets the value of the arAccountId property.
String getARAccountName()
Gets the value of the arAccountName property.
PhysicalAddress getBillAddr()
Gets the value of the billAddr property.
String getBillEmail()
Gets the value of the billEmail property.
PaymentDetail getDetail()
Gets the value of the detail property.
IdType getDiscountAccountId()
Gets the value of the discountAccountId property.
String getDiscountAccountName()
Gets the value of the discountAccountName property.
BigDecimal getDiscountAmt()
Gets the value of the discountAmt property.
BigDecimal getDiscountRate()
Gets the value of the discountRate property.
Boolean getDiscountTaxable()
Gets the value of the discountTaxable property.
String getDueDate()
Gets the value of the dueDate property.
BigDecimal getRemainingCredit()
Gets the value of the remainingCredit property.
IdType getSalesTermId()
Gets the value of the salesTermId property.
String getSalesTermName()
Gets the value of the salesTermName property.
PhysicalAddress getShipAddr()
Gets the value of the shipAddr property.
IdType getShipMethodId()
Gets the value of the shipMethodId property.
String getShipMethodName()
Gets the value of the shipMethodName property.
void setARAccountId(IdType value)
Sets the value of the arAccountId property.
void setARAccountName(String value)
Sets the value of the arAccountName property.
void setBillAddr(PhysicalAddress value)
Sets the value of the billAddr property.
void setBillEmail(String value)
Sets the value of the billEmail property.
void setDetail(PaymentDetail value)
Sets the value of the detail property.
void setDiscountAccountId(IdType value)
Sets the value of the discountAccountId property.
void setDiscountAccountName(String value)
Sets the value of the discountAccountName property.
void setDiscountAmt(BigDecimal value)
Sets the value of the discountAmt property.
void setDiscountRate(BigDecimal value)
Sets the value of the discountRate property.
void setDiscountTaxable(Boolean value)
Sets the value of the discountTaxable property.
void setDueDate(String value)
Sets the value of the dueDate property.
void setRemainingCredit(BigDecimal value)
Sets the value of the remainingCredit property.
void setSalesTermId(IdType value)
Sets the value of the salesTermId property.
void setSalesTermName(String value)
Sets the value of the salesTermName property.
void setShipAddr(PhysicalAddress value)
Sets the value of the shipAddr property.
void setShipMethodId(IdType value)
Sets the value of the shipMethodId property.
void setShipMethodName(String value)
Sets the value of the shipMethodName property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.HeaderSales
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 arAccountId

protected String arAccountName

protected PhysicalAddress billAddr

protected String billEmail

protected PaymentDetail detail

protected IdType discountAccountId

protected String discountAccountName

protected BigDecimal discountAmt

protected BigDecimal discountRate

protected Boolean discountTaxable

protected String dueDate

protected BigDecimal remainingCredit

protected IdType salesTermId

protected String salesTermName

protected PhysicalAddress shipAddr

protected IdType shipMethodId

protected String shipMethodName

Public Constructors

public CreditMemoHeader ()

Public Methods

public IdType getARAccountId ()

Gets the value of the arAccountId property.

Returns

public String getARAccountName ()

Gets the value of the arAccountName property.

Returns
  • possible object is String

public PhysicalAddress getBillAddr ()

Gets the value of the billAddr property.

Returns

public String getBillEmail ()

Gets the value of the billEmail property.

Returns
  • possible object is String

public PaymentDetail getDetail ()

Gets the value of the detail property.

Returns

public IdType getDiscountAccountId ()

Gets the value of the discountAccountId property.

Returns

public String getDiscountAccountName ()

Gets the value of the discountAccountName property.

Returns
  • possible object is String

public BigDecimal getDiscountAmt ()

Gets the value of the discountAmt property.

Returns
  • possible object is BigDecimal

public BigDecimal getDiscountRate ()

Gets the value of the discountRate property.

Returns
  • possible object is BigDecimal

public Boolean getDiscountTaxable ()

Gets the value of the discountTaxable property.

Returns
  • possible object is Boolean

public String getDueDate ()

Gets the value of the dueDate property.

Returns
  • possible object is String

public BigDecimal getRemainingCredit ()

Gets the value of the remainingCredit property.

Returns
  • possible object is BigDecimal

public IdType getSalesTermId ()

Gets the value of the salesTermId property.

Returns

public String getSalesTermName ()

Gets the value of the salesTermName property.

Returns
  • possible object is String

public PhysicalAddress getShipAddr ()

Gets the value of the shipAddr property.

Returns

public IdType getShipMethodId ()

Gets the value of the shipMethodId property.

Returns

public String getShipMethodName ()

Gets the value of the shipMethodName property.

Returns
  • possible object is String

public void setARAccountId (IdType value)

Sets the value of the arAccountId property.

Parameters
value Allowed object is IdType

public void setARAccountName (String value)

Sets the value of the arAccountName property.

Parameters
value Allowed object is String

public void setBillAddr (PhysicalAddress value)

Sets the value of the billAddr property.

Parameters
value Allowed object is PhysicalAddress

public void setBillEmail (String value)

Sets the value of the billEmail property.

Parameters
value Allowed object is String

public void setDetail (PaymentDetail value)

Sets the value of the detail property.

Parameters
value Allowed object is PaymentDetail

public void setDiscountAccountId (IdType value)

Sets the value of the discountAccountId property.

Parameters
value Allowed object is IdType

public void setDiscountAccountName (String value)

Sets the value of the discountAccountName property.

Parameters
value Allowed object is String

public void setDiscountAmt (BigDecimal value)

Sets the value of the discountAmt property.

Parameters
value Allowed object is BigDecimal

public void setDiscountRate (BigDecimal value)

Sets the value of the discountRate property.

Parameters
value Allowed object is BigDecimal

public void setDiscountTaxable (Boolean value)

Sets the value of the discountTaxable property.

Parameters
value Allowed object is Boolean

public void setDueDate (String value)

Sets the value of the dueDate property.

Parameters
value Allowed object is String

public void setRemainingCredit (BigDecimal value)

Sets the value of the remainingCredit property.

Parameters
value Allowed object is BigDecimal

public void setSalesTermId (IdType value)

Sets the value of the salesTermId property.

Parameters
value Allowed object is IdType

public void setSalesTermName (String value)

Sets the value of the salesTermName property.

Parameters
value Allowed object is String

public void setShipAddr (PhysicalAddress value)

Sets the value of the shipAddr property.

Parameters
value Allowed object is PhysicalAddress

public void setShipMethodId (IdType value)

Sets the value of the shipMethodId property.

Parameters
value Allowed object is IdType

public void setShipMethodName (String value)

Sets the value of the shipMethodName property.

Parameters
value Allowed object is String