public class

InvoiceLine

extends LineSales
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.LineBase
     ↳ org.mule.modules.quickbooks.windows.schema.LineSales
       ↳ org.mule.modules.quickbooks.windows.schema.InvoiceLine

Class Overview

Product: ALL Description: A service or product sold, along with quantity, price, and other descriptive information

Java class for InvoiceLine complex type.

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

 <complexType name="InvoiceLine">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}LineSales">
       <sequence>
         <element name="ServiceDate" type="{http://www.intuit.com/sb/cdm/v2}IDSDate" minOccurs="0"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}TxnLineReferenceGroup" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.LineSales
From class org.mule.modules.quickbooks.windows.schema.LineBase
Fields
protected String serviceDate
protected IdType txnId
protected IdType txnLineId
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.LineSales
From class org.mule.modules.quickbooks.windows.schema.LineBase
Public Constructors
InvoiceLine()
Public Methods
String getServiceDate()
Gets the value of the serviceDate property.
IdType getTxnId()
Gets the value of the txnId property.
IdType getTxnLineId()
Gets the value of the txnLineId property.
void setServiceDate(String value)
Sets the value of the serviceDate property.
void setTxnId(IdType value)
Sets the value of the txnId property.
void setTxnLineId(IdType value)
Sets the value of the txnLineId property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.LineSales
From class org.mule.modules.quickbooks.windows.schema.LineBase
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String serviceDate

protected IdType txnId

protected IdType txnLineId

Public Constructors

public InvoiceLine ()

Public Methods

public String getServiceDate ()

Gets the value of the serviceDate property.

Returns
  • possible object is String

public IdType getTxnId ()

Gets the value of the txnId property.

Returns

public IdType getTxnLineId ()

Gets the value of the txnLineId property.

Returns

public void setServiceDate (String value)

Sets the value of the serviceDate property.

Parameters
value Allowed object is String

public void setTxnId (IdType value)

Sets the value of the txnId property.

Parameters
value Allowed object is IdType

public void setTxnLineId (IdType value)

Sets the value of the txnLineId property.

Parameters
value Allowed object is IdType