public class

ItemReceiptLine

extends LinePurchase
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.LineBase
     ↳ org.mule.modules.quickbooks.windows.schema.LinePurchase
       ↳ org.mule.modules.quickbooks.windows.schema.ItemReceiptLine

Class Overview

Product: QBW Description: Information about a specific good or service purchased which are shipped to the requestor.

Java class for ItemReceiptLine complex type.

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

 <complexType name="ItemReceiptLine">
   <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

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
ItemReceiptLine()
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

Fields

protected IdType txnId

protected IdType txnLineId

Public Constructors

public ItemReceiptLine ()

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