public class

BillLine

extends LinePurchase
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.LineBase
     ↳ org.mule.modules.quickbooks.windows.schema.LinePurchase
       ↳ org.mule.modules.quickbooks.windows.schema.BillLine

Class Overview

Product: ALL Description: Information about a specific good or service purchased for which payment is being demanded, as part of a Bill

Java class for BillLine complex type.

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

 <complexType name="BillLine">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}LinePurchase">
       <group ref="{http://www.intuit.com/sb/cdm/v2}TxnLineReferenceGroup" minOccurs="0"/>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.LinePurchase
From class org.mule.modules.quickbooks.windows.schema.LineBase
Fields
protected IdType txnId
protected IdType txnLineId
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.LinePurchase
From class org.mule.modules.quickbooks.windows.schema.LineBase
Public Constructors
BillLine()
Public Methods
IdType getTxnId()
Gets the value of the txnId property.
IdType getTxnLineId()
Gets the value of the txnLineId 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.LinePurchase
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 IdType txnId

protected IdType txnLineId

Public Constructors

public BillLine ()

Public Methods

public IdType getTxnId ()

Gets the value of the txnId property.

Returns

public IdType getTxnLineId ()

Gets the value of the txnLineId property.

Returns

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