public class

Charge

extends CdmBase
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CdmObject
     ↳ org.mule.modules.quickbooks.windows.schema.CdmBase
       ↳ org.mule.modules.quickbooks.windows.schema.Charge

Class Overview

Product: QBW Description: Financial transaction representing a request for payment for goods or services that have been sold. EndPoint: services.intuit.com Business Rules: None

Java class for Charge complex type.

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

 <complexType name="Charge">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}CdmBase">
       <sequence>
         <element name="Header" type="{http://www.intuit.com/sb/cdm/v2}ChargeHeader" minOccurs="0"/>
         <element name="Line" type="{http://www.intuit.com/sb/cdm/v2}ChargeLine" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.CdmBase
From class org.mule.modules.quickbooks.windows.schema.CdmObject
Fields
protected ChargeHeader header
protected ChargeLine line
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.CdmBase
Public Constructors
Charge()
Public Methods
ChargeHeader getHeader()
Gets the value of the header property.
ChargeLine getLine()
Gets the value of the line property.
void setHeader(ChargeHeader value)
Sets the value of the header property.
void setLine(ChargeLine value)
Sets the value of the line property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.CdmBase
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected ChargeHeader header

protected ChargeLine line

Public Constructors

public Charge ()

Public Methods

public ChargeHeader getHeader ()

Gets the value of the header property.

Returns

public ChargeLine getLine ()

Gets the value of the line property.

Returns

public void setHeader (ChargeHeader value)

Sets the value of the header property.

Parameters
value Allowed object is ChargeHeader

public void setLine (ChargeLine value)

Sets the value of the line property.

Parameters
value Allowed object is ChargeLine