public class

InventoryTransferHeader

extends Object
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.InventoryTransferHeader

Class Overview

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>
 

Summary

Fields
protected String docNumber
protected IdType fromSiteID
protected String fromSiteName
protected String note
protected IdType toSiteID
protected String toSiteName
protected String txnDate
Public Constructors
InventoryTransferHeader()
Public Methods
String getDocNumber()
Gets the value of the docNumber property.
IdType getFromSiteID()
Gets the value of the fromSiteID property.
String getFromSiteName()
Gets the value of the fromSiteName property.
String getNote()
Gets the value of the note property.
IdType getToSiteID()
Gets the value of the toSiteID property.
String getToSiteName()
Gets the value of the toSiteName property.
String getTxnDate()
Gets the value of the txnDate property.
void setDocNumber(String value)
Sets the value of the docNumber property.
void setFromSiteID(IdType value)
Sets the value of the fromSiteID property.
void setFromSiteName(String value)
Sets the value of the fromSiteName property.
void setNote(String value)
Sets the value of the note property.
void setToSiteID(IdType value)
Sets the value of the toSiteID property.
void setToSiteName(String value)
Sets the value of the toSiteName property.
void setTxnDate(String value)
Sets the value of the txnDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String docNumber

protected IdType fromSiteID

protected String fromSiteName

protected String note

protected IdType toSiteID

protected String toSiteName

protected String txnDate

Public Constructors

public InventoryTransferHeader ()

Public Methods

public String getDocNumber ()

Gets the value of the docNumber property.

Returns
  • possible object is String

public IdType getFromSiteID ()

Gets the value of the fromSiteID property.

Returns

public String getFromSiteName ()

Gets the value of the fromSiteName property.

Returns
  • possible object is String

public String getNote ()

Gets the value of the note property.

Returns
  • possible object is String

public IdType getToSiteID ()

Gets the value of the toSiteID property.

Returns

public String getToSiteName ()

Gets the value of the toSiteName property.

Returns
  • possible object is String

public String getTxnDate ()

Gets the value of the txnDate property.

Returns
  • possible object is String

public void setDocNumber (String value)

Sets the value of the docNumber property.

Parameters
value Allowed object is String

public void setFromSiteID (IdType value)

Sets the value of the fromSiteID property.

Parameters
value Allowed object is IdType

public void setFromSiteName (String value)

Sets the value of the fromSiteName 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 setToSiteID (IdType value)

Sets the value of the toSiteID property.

Parameters
value Allowed object is IdType

public void setToSiteName (String value)

Sets the value of the toSiteName 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