public class

ChargeHeader

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

Class Overview

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

Java class for ChargeHeader complex type.

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

 <complexType name="ChargeHeader">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}HeaderBase">
       <sequence>
         <group ref="{http://www.intuit.com/sb/cdm/v2}CustomerReferenceGroup" minOccurs="0"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}JobReferenceGroup" minOccurs="0"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}RemitToReferenceGroup" minOccurs="0"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}ARAccountReferenceGroup" minOccurs="0"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}ClassReferenceGroup" 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="BilledDate" type="{http://www.w3.org/2001/XMLSchema}date" 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 arAccountId
protected String arAccountName
protected Date billedDate
protected IdType classId
protected String className
protected IdType customerId
protected String customerName
protected String dueDate
protected IdType jobId
protected String jobName
protected IdType remitToId
protected String remitToName
protected IdType salesTermId
protected String salesTermName
protected BigDecimal totalAmt
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.HeaderBase
Public Constructors
ChargeHeader()
Public Methods
IdType getARAccountId()
Gets the value of the arAccountId property.
String getARAccountName()
Gets the value of the arAccountName property.
Date getBilledDate()
Gets the value of the billedDate property.
IdType getClassId()
Gets the value of the classId property.
String getClassName()
Gets the value of the className property.
IdType getCustomerId()
Gets the value of the customerId property.
String getCustomerName()
Gets the value of the customerName property.
String getDueDate()
Gets the value of the dueDate property.
IdType getJobId()
Gets the value of the jobId property.
String getJobName()
Gets the value of the jobName property.
IdType getRemitToId()
Gets the value of the remitToId property.
String getRemitToName()
Gets the value of the remitToName property.
IdType getSalesTermId()
Gets the value of the salesTermId property.
String getSalesTermName()
Gets the value of the salesTermName property.
BigDecimal getTotalAmt()
Gets the value of the totalAmt property.
void setARAccountId(IdType value)
Sets the value of the arAccountId property.
void setARAccountName(String value)
Sets the value of the arAccountName property.
void setBilledDate(Date value)
Sets the value of the billedDate property.
void setClassId(IdType value)
Sets the value of the classId property.
void setClassName(String value)
Sets the value of the className property.
void setCustomerId(IdType value)
Sets the value of the customerId property.
void setCustomerName(String value)
Sets the value of the customerName property.
void setDueDate(String value)
Sets the value of the dueDate property.
void setJobId(IdType value)
Sets the value of the jobId property.
void setJobName(String value)
Sets the value of the jobName property.
void setRemitToId(IdType value)
Sets the value of the remitToId property.
void setRemitToName(String value)
Sets the value of the remitToName property.
void setSalesTermId(IdType value)
Sets the value of the salesTermId property.
void setSalesTermName(String value)
Sets the value of the salesTermName 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 IdType arAccountId

protected String arAccountName

protected Date billedDate

protected IdType classId

protected String className

protected IdType customerId

protected String customerName

protected String dueDate

protected IdType jobId

protected String jobName

protected IdType remitToId

protected String remitToName

protected IdType salesTermId

protected String salesTermName

protected BigDecimal totalAmt

Public Constructors

public ChargeHeader ()

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 Date getBilledDate ()

Gets the value of the billedDate property.

Returns
  • possible object is String

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 getCustomerId ()

Gets the value of the customerId property.

Returns

public String getCustomerName ()

Gets the value of the customerName property.

Returns
  • possible object is String

public String getDueDate ()

Gets the value of the dueDate property.

Returns
  • possible object is String

public IdType getJobId ()

Gets the value of the jobId property.

Returns

public String getJobName ()

Gets the value of the jobName property.

Returns
  • possible object is String

public IdType getRemitToId ()

Gets the value of the remitToId property.

Returns

public String getRemitToName ()

Gets the value of the remitToName property.

Returns
  • possible object is String

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 BigDecimal getTotalAmt ()

Gets the value of the totalAmt property.

Returns
  • possible object is BigDecimal

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 setBilledDate (Date value)

Sets the value of the billedDate property.

Parameters
value Allowed object is String

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 setCustomerId (IdType value)

Sets the value of the customerId property.

Parameters
value Allowed object is IdType

public void setCustomerName (String value)

Sets the value of the customerName property.

Parameters
value Allowed object is String

public void setDueDate (String value)

Sets the value of the dueDate property.

Parameters
value Allowed object is String

public void setJobId (IdType value)

Sets the value of the jobId property.

Parameters
value Allowed object is IdType

public void setJobName (String value)

Sets the value of the jobName property.

Parameters
value Allowed object is String

public void setRemitToId (IdType value)

Sets the value of the remitToId property.

Parameters
value Allowed object is IdType

public void setRemitToName (String value)

Sets the value of the remitToName property.

Parameters
value Allowed object is String

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 setTotalAmt (BigDecimal value)

Sets the value of the totalAmt property.

Parameters
value Allowed object is BigDecimal