public class

InvoiceLine

extends LineSales
java.lang.Object
   ↳ org.mule.modules.quickbooks.online.schema.LineBase
     ↳ org.mule.modules.quickbooks.online.schema.LineSales
       ↳ org.mule.modules.quickbooks.online.schema.InvoiceLine

Class Overview

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.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}TxnLineReferenceGroup" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected XMLGregorianCalendar serviceDate
protected IdType txnId
protected IdType txnLineId
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.online.schema.LineSales
From class org.mule.modules.quickbooks.online.schema.LineBase
Public Constructors
InvoiceLine()
Public Methods
XMLGregorianCalendar 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(XMLGregorianCalendar 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.online.schema.LineSales
From class org.mule.modules.quickbooks.online.schema.LineBase
From class java.lang.Object

Fields

protected XMLGregorianCalendar serviceDate

protected IdType txnId

protected IdType txnLineId

Public Constructors

public InvoiceLine ()

Public Methods

public XMLGregorianCalendar getServiceDate ()

Gets the value of the serviceDate property.

Returns
  • possible object is XMLGregorianCalendar

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 (XMLGregorianCalendar value)

Sets the value of the serviceDate property.

Parameters
value Allowed object is XMLGregorianCalendar

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