public class

ItemReceiptHeader

extends HeaderPurchase
java.lang.Object
   ↳ org.mule.modules.quickbooks.online.schema.HeaderBase
     ↳ org.mule.modules.quickbooks.online.schema.HeaderPurchase
       ↳ org.mule.modules.quickbooks.online.schema.ItemReceiptHeader

Class Overview

Financial Transaction information that pertains to the entire ItemReceipt.

Java class for ItemReceiptHeader complex type.

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

 <complexType name="ItemReceiptHeader">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}HeaderPurchase">
       <sequence>
         <group ref="{http://www.intuit.com/sb/cdm/v2}APAccountReferenceGroup" minOccurs="0"/>
         <element name="TxnId" type="{http://www.intuit.com/sb/cdm/v2}IdType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected IdType apAccountId
protected String apAccountName
protected List<IdType> txnId
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.online.schema.HeaderPurchase
From class org.mule.modules.quickbooks.online.schema.HeaderBase
Public Constructors
ItemReceiptHeader()
Public Methods
IdType getAPAccountId()
Gets the value of the apAccountId property.
String getAPAccountName()
Gets the value of the apAccountName property.
List<IdType> getTxnId()
Gets the value of the txnId property.
void setAPAccountId(IdType value)
Sets the value of the apAccountId property.
void setAPAccountName(String value)
Sets the value of the apAccountName property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.online.schema.HeaderPurchase
From class org.mule.modules.quickbooks.online.schema.HeaderBase
From class java.lang.Object

Fields

protected IdType apAccountId

protected String apAccountName

protected List<IdType> txnId

Public Constructors

public ItemReceiptHeader ()

Public Methods

public IdType getAPAccountId ()

Gets the value of the apAccountId property.

Returns

public String getAPAccountName ()

Gets the value of the apAccountName property.

Returns
  • possible object is String

public List<IdType> getTxnId ()

Gets the value of the txnId property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the txnId property.

For example, to add a new item, do as follows:

    getTxnId().add(newItem);
 

Objects of the following type(s) are allowed in the list IdType

public void setAPAccountId (IdType value)

Sets the value of the apAccountId property.

Parameters
value Allowed object is IdType

public void setAPAccountName (String value)

Sets the value of the apAccountName property.

Parameters
value Allowed object is String