| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.windows.schema.InventoryTransferHeader |
Product: QBW Description: Information that pertains to the entire Inventory transfer
Java class for InventoryTransferHeader complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InventoryTransferHeader">
<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"/>
<element name="FromSiteID" type="{http://www.intuit.com/sb/cdm/v2}IdType"/>
<element name="FromSiteName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ToSiteID" type="{http://www.intuit.com/sb/cdm/v2}IdType"/>
<element name="ToSiteName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| docNumber | |||||||||||
| fromSiteID | |||||||||||
| fromSiteName | |||||||||||
| note | |||||||||||
| toSiteID | |||||||||||
| toSiteName | |||||||||||
| txnDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the docNumber property.
| |||||||||||
Gets the value of the fromSiteID property.
| |||||||||||
Gets the value of the fromSiteName property.
| |||||||||||
Gets the value of the note property.
| |||||||||||
Gets the value of the toSiteID property.
| |||||||||||
Gets the value of the toSiteName property.
| |||||||||||
Gets the value of the txnDate property.
| |||||||||||
Sets the value of the docNumber property.
| |||||||||||
Sets the value of the fromSiteID property.
| |||||||||||
Sets the value of the fromSiteName property.
| |||||||||||
Sets the value of the note property.
| |||||||||||
Sets the value of the toSiteID property.
| |||||||||||
Sets the value of the toSiteName property.
| |||||||||||
Sets the value of the txnDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the docNumber property.
Gets the value of the fromSiteID property.
IdType
Gets the value of the fromSiteName property.
Gets the value of the note property.
Gets the value of the toSiteID property.
IdType
Gets the value of the toSiteName property.
Gets the value of the txnDate property.
Sets the value of the docNumber property.
| value | Allowed object is String |
|---|
Sets the value of the fromSiteID property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the fromSiteName property.
| value | Allowed object is String |
|---|
Sets the value of the note property.
| value | Allowed object is String |
|---|
Sets the value of the toSiteID property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the toSiteName property.
| value | Allowed object is String |
|---|
Sets the value of the txnDate property.
| value | Allowed object is String |
|---|