| java.lang.Object | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.HeaderBase | |
| ↳ | org.mule.modules.quickbooks.windows.schema.ChargeHeader | |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.HeaderBase
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| arAccountId | |||||||||||
| arAccountName | |||||||||||
| billedDate | |||||||||||
| classId | |||||||||||
| className | |||||||||||
| customerId | |||||||||||
| customerName | |||||||||||
| dueDate | |||||||||||
| jobId | |||||||||||
| jobName | |||||||||||
| remitToId | |||||||||||
| remitToName | |||||||||||
| salesTermId | |||||||||||
| salesTermName | |||||||||||
| totalAmt | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.HeaderBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the arAccountId property.
| |||||||||||
Gets the value of the arAccountName property.
| |||||||||||
Gets the value of the billedDate property.
| |||||||||||
Gets the value of the classId property.
| |||||||||||
Gets the value of the className property.
| |||||||||||
Gets the value of the customerId property.
| |||||||||||
Gets the value of the customerName property.
| |||||||||||
Gets the value of the dueDate property.
| |||||||||||
Gets the value of the jobId property.
| |||||||||||
Gets the value of the jobName property.
| |||||||||||
Gets the value of the remitToId property.
| |||||||||||
Gets the value of the remitToName property.
| |||||||||||
Gets the value of the salesTermId property.
| |||||||||||
Gets the value of the salesTermName property.
| |||||||||||
Gets the value of the totalAmt property.
| |||||||||||
Sets the value of the arAccountId property.
| |||||||||||
Sets the value of the arAccountName property.
| |||||||||||
Sets the value of the billedDate property.
| |||||||||||
Sets the value of the classId property.
| |||||||||||
Sets the value of the className property.
| |||||||||||
Sets the value of the customerId property.
| |||||||||||
Sets the value of the customerName property.
| |||||||||||
Sets the value of the dueDate property.
| |||||||||||
Sets the value of the jobId property.
| |||||||||||
Sets the value of the jobName property.
| |||||||||||
Sets the value of the remitToId property.
| |||||||||||
Sets the value of the remitToName property.
| |||||||||||
Sets the value of the salesTermId property.
| |||||||||||
Sets the value of the salesTermName property.
| |||||||||||
Sets the value of the totalAmt property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.HeaderBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the arAccountId property.
IdType
Gets the value of the arAccountName property.
Gets the value of the billedDate property.
Gets the value of the classId property.
IdType
Gets the value of the className property.
Gets the value of the customerId property.
IdType
Gets the value of the customerName property.
Gets the value of the dueDate property.
Gets the value of the jobName property.
Gets the value of the remitToId property.
IdType
Gets the value of the remitToName property.
Gets the value of the salesTermId property.
IdType
Gets the value of the salesTermName property.
Gets the value of the totalAmt property.
Sets the value of the arAccountId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the arAccountName property.
| value | Allowed object is String |
|---|
Sets the value of the billedDate property.
| value | Allowed object is String |
|---|
Sets the value of the classId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the className property.
| value | Allowed object is String |
|---|
Sets the value of the customerId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the customerName property.
| value | Allowed object is String |
|---|
Sets the value of the dueDate property.
| value | Allowed object is String |
|---|
Sets the value of the jobId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the jobName property.
| value | Allowed object is String |
|---|
Sets the value of the remitToId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the remitToName property.
| value | Allowed object is String |
|---|
Sets the value of the salesTermId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the salesTermName property.
| value | Allowed object is String |
|---|
Sets the value of the totalAmt property.
| value | Allowed object is BigDecimal |
|---|