| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.online.schema.InventoryAdjustmentHeader |
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.w3.org/2001/XMLSchema}date" 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}CustomerReferenceGroup" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}ClassReferenceGroup" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accountId | |||||||||||
| accountName | |||||||||||
| accountType | |||||||||||
| classId | |||||||||||
| className | |||||||||||
| customerId | |||||||||||
| customerName | |||||||||||
| docNumber | |||||||||||
| note | |||||||||||
| txnDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accountId property.
| |||||||||||
Gets the value of the accountName property.
| |||||||||||
Gets the value of the accountType property.
| |||||||||||
Gets the value of the classId property.
| |||||||||||
Gets the value of the className property.
| |||||||||||
Gets the value of the customerId property.
| |||||||||||
Gets the value of the customerName property.
| |||||||||||
Gets the value of the docNumber property.
| |||||||||||
Gets the value of the note property.
| |||||||||||
Gets the value of the txnDate property.
| |||||||||||
Sets the value of the accountId property.
| |||||||||||
Sets the value of the accountName property.
| |||||||||||
Sets the value of the accountType property.
| |||||||||||
Sets the value of the classId property.
| |||||||||||
Sets the value of the className property.
| |||||||||||
Sets the value of the customerId property.
| |||||||||||
Sets the value of the customerName property.
| |||||||||||
Sets the value of the docNumber property.
| |||||||||||
Sets the value of the note property.
| |||||||||||
Sets the value of the txnDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the accountId property.
IdType
Gets the value of the accountName property.
Gets the value of the accountType property.
AccountTypeEnum
Gets the value of the classId property.
IdType
Gets the value of the className property.
Gets the value of the customerId property.
IdType
Gets the value of the customerName property.
Gets the value of the docNumber property.
Gets the value of the note property.
Gets the value of the txnDate property.
Sets the value of the accountId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the accountName property.
| value | Allowed object is String |
|---|
Sets the value of the accountType property.
| value | Allowed object is
AccountTypeEnum
|
|---|
Sets the value of the classId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the className property.
| value | Allowed object is String |
|---|
Sets the value of the customerId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the customerName property.
| value | Allowed object is String |
|---|
Sets the value of the docNumber property.
| value | Allowed object is String |
|---|
Sets the value of the note property.
| value | Allowed object is String |
|---|
Sets the value of the txnDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|