public class

InventoryAdjustmentHeader

extends Object
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.InventoryAdjustmentHeader

Class Overview

Product: QBW Description: Information that pertains to the entire InventoryAdjustment

Java class for InventoryAdjustmentHeader complex type.

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

 <complexType name="InventoryAdjustmentHeader">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DocNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TxnDate" type="{http://www.intuit.com/sb/cdm/v2}IDSDate" minOccurs="0"/>
         <element name="Note" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}AccountReferenceGroup" minOccurs="0"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}SiteReferenceGroup" minOccurs="0"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}CustomerReferenceGroup" minOccurs="0"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}ClassReferenceGroup" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected IdType accountId
protected String accountName
protected AccountTypeEnum accountType
protected IdType classId
protected String className
protected IdType customerId
protected String customerName
protected String docNumber
protected String note
protected IdType siteId
protected String siteName
protected String txnDate
Public Constructors
InventoryAdjustmentHeader()
Public Methods
IdType getAccountId()
Gets the value of the accountId property.
String getAccountName()
Gets the value of the accountName property.
AccountTypeEnum getAccountType()
Gets the value of the accountType property.
IdType getClassId()
Gets the value of the classId property.
String getClassName()
Gets the value of the className property.
IdType getCustomerId()
Gets the value of the customerId property.
String getCustomerName()
Gets the value of the customerName property.
String getDocNumber()
Gets the value of the docNumber property.
String getNote()
Gets the value of the note property.
IdType getSiteId()
Gets the value of the siteId property.
String getSiteName()
Gets the value of the siteName property.
String getTxnDate()
Gets the value of the txnDate property.
void setAccountId(IdType value)
Sets the value of the accountId property.
void setAccountName(String value)
Sets the value of the accountName property.
void setAccountType(AccountTypeEnum value)
Sets the value of the accountType property.
void setClassId(IdType value)
Sets the value of the classId property.
void setClassName(String value)
Sets the value of the className property.
void setCustomerId(IdType value)
Sets the value of the customerId property.
void setCustomerName(String value)
Sets the value of the customerName property.
void setDocNumber(String value)
Sets the value of the docNumber property.
void setNote(String value)
Sets the value of the note property.
void setSiteId(IdType value)
Sets the value of the siteId property.
void setSiteName(String value)
Sets the value of the siteName property.
void setTxnDate(String value)
Sets the value of the txnDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected IdType accountId

protected String accountName

protected AccountTypeEnum accountType

protected IdType classId

protected String className

protected IdType customerId

protected String customerName

protected String docNumber

protected String note

protected IdType siteId

protected String siteName

protected String txnDate

Public Constructors

public InventoryAdjustmentHeader ()

Public Methods

public IdType getAccountId ()

Gets the value of the accountId property.

Returns

public String getAccountName ()

Gets the value of the accountName property.

Returns
  • possible object is String

public AccountTypeEnum getAccountType ()

Gets the value of the accountType property.

Returns

public IdType getClassId ()

Gets the value of the classId property.

Returns

public String getClassName ()

Gets the value of the className property.

Returns
  • possible object is String

public IdType getCustomerId ()

Gets the value of the customerId property.

Returns

public String getCustomerName ()

Gets the value of the customerName property.

Returns
  • possible object is String

public String getDocNumber ()

Gets the value of the docNumber property.

Returns
  • possible object is String

public String getNote ()

Gets the value of the note property.

Returns
  • possible object is String

public IdType getSiteId ()

Gets the value of the siteId property.

Returns

public String getSiteName ()

Gets the value of the siteName property.

Returns
  • possible object is String

public String getTxnDate ()

Gets the value of the txnDate property.

Returns
  • possible object is String

public void setAccountId (IdType value)

Sets the value of the accountId property.

Parameters
value Allowed object is IdType

public void setAccountName (String value)

Sets the value of the accountName property.

Parameters
value Allowed object is String

public void setAccountType (AccountTypeEnum value)

Sets the value of the accountType property.

Parameters
value Allowed object is AccountTypeEnum

public void setClassId (IdType value)

Sets the value of the classId property.

Parameters
value Allowed object is IdType

public void setClassName (String value)

Sets the value of the className property.

Parameters
value Allowed object is String

public void setCustomerId (IdType value)

Sets the value of the customerId property.

Parameters
value Allowed object is IdType

public void setCustomerName (String value)

Sets the value of the customerName property.

Parameters
value Allowed object is String

public void setDocNumber (String value)

Sets the value of the docNumber property.

Parameters
value Allowed object is String

public void setNote (String value)

Sets the value of the note property.

Parameters
value Allowed object is String

public void setSiteId (IdType value)

Sets the value of the siteId property.

Parameters
value Allowed object is IdType

public void setSiteName (String value)

Sets the value of the siteName property.

Parameters
value Allowed object is String

public void setTxnDate (String value)

Sets the value of the txnDate property.

Parameters
value Allowed object is String