public class

SalesOrderHeader

extends HeaderSales
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.HeaderBase
     ↳ org.mule.modules.quickbooks.windows.schema.HeaderSales
       ↳ org.mule.modules.quickbooks.windows.schema.SalesOrderHeader

Class Overview

Product: QBW Description: Provides information that pertains to the entire Sales Order

Java class for SalesOrderHeader complex type.

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

 <complexType name="SalesOrderHeader">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}HeaderSales">
       <sequence>
         <group ref="{http://www.intuit.com/sb/cdm/v2}SalesTermReferenceGroup" minOccurs="0"/>
         <element name="DueDate" type="{http://www.intuit.com/sb/cdm/v2}IDSDate" minOccurs="0"/>
         <element name="BillAddr" type="{http://www.intuit.com/sb/cdm/v2}PhysicalAddress" minOccurs="0"/>
         <element name="ShipAddr" type="{http://www.intuit.com/sb/cdm/v2}PhysicalAddress" minOccurs="0"/>
         <element name="BillEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}ShipMethodReferenceGroup" minOccurs="0"/>
         <element name="Balance" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="ManuallyClosed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.HeaderSales
From class org.mule.modules.quickbooks.windows.schema.HeaderBase
Fields
protected BigDecimal balance
protected PhysicalAddress billAddr
protected String billEmail
protected String dueDate
protected Boolean manuallyClosed
protected IdType salesTermId
protected String salesTermName
protected PhysicalAddress shipAddr
protected IdType shipMethodId
protected String shipMethodName
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.HeaderSales
From class org.mule.modules.quickbooks.windows.schema.HeaderBase
Public Constructors
SalesOrderHeader()
Public Methods
BigDecimal getBalance()
Gets the value of the balance property.
PhysicalAddress getBillAddr()
Gets the value of the billAddr property.
String getBillEmail()
Gets the value of the billEmail property.
String getDueDate()
Gets the value of the dueDate property.
Boolean getManuallyClosed()
Gets the value of the manuallyClosed property.
IdType getSalesTermId()
Gets the value of the salesTermId property.
String getSalesTermName()
Gets the value of the salesTermName property.
PhysicalAddress getShipAddr()
Gets the value of the shipAddr property.
IdType getShipMethodId()
Gets the value of the shipMethodId property.
String getShipMethodName()
Gets the value of the shipMethodName property.
void setBalance(BigDecimal value)
Sets the value of the balance property.
void setBillAddr(PhysicalAddress value)
Sets the value of the billAddr property.
void setBillEmail(String value)
Sets the value of the billEmail property.
void setDueDate(String value)
Sets the value of the dueDate property.
void setManuallyClosed(Boolean value)
Sets the value of the manuallyClosed property.
void setSalesTermId(IdType value)
Sets the value of the salesTermId property.
void setSalesTermName(String value)
Sets the value of the salesTermName property.
void setShipAddr(PhysicalAddress value)
Sets the value of the shipAddr property.
void setShipMethodId(IdType value)
Sets the value of the shipMethodId property.
void setShipMethodName(String value)
Sets the value of the shipMethodName property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.HeaderSales
From class org.mule.modules.quickbooks.windows.schema.HeaderBase
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BigDecimal balance

protected PhysicalAddress billAddr

protected String billEmail

protected String dueDate

protected Boolean manuallyClosed

protected IdType salesTermId

protected String salesTermName

protected PhysicalAddress shipAddr

protected IdType shipMethodId

protected String shipMethodName

Public Constructors

public SalesOrderHeader ()

Public Methods

public BigDecimal getBalance ()

Gets the value of the balance property.

Returns
  • possible object is BigDecimal

public PhysicalAddress getBillAddr ()

Gets the value of the billAddr property.

Returns

public String getBillEmail ()

Gets the value of the billEmail property.

Returns
  • possible object is String

public String getDueDate ()

Gets the value of the dueDate property.

Returns
  • possible object is String

public Boolean getManuallyClosed ()

Gets the value of the manuallyClosed property.

Returns
  • possible object is Boolean

public IdType getSalesTermId ()

Gets the value of the salesTermId property.

Returns

public String getSalesTermName ()

Gets the value of the salesTermName property.

Returns
  • possible object is String

public PhysicalAddress getShipAddr ()

Gets the value of the shipAddr property.

Returns

public IdType getShipMethodId ()

Gets the value of the shipMethodId property.

Returns

public String getShipMethodName ()

Gets the value of the shipMethodName property.

Returns
  • possible object is String

public void setBalance (BigDecimal value)

Sets the value of the balance property.

Parameters
value Allowed object is BigDecimal

public void setBillAddr (PhysicalAddress value)

Sets the value of the billAddr property.

Parameters
value Allowed object is PhysicalAddress

public void setBillEmail (String value)

Sets the value of the billEmail property.

Parameters
value Allowed object is String

public void setDueDate (String value)

Sets the value of the dueDate property.

Parameters
value Allowed object is String

public void setManuallyClosed (Boolean value)

Sets the value of the manuallyClosed property.

Parameters
value Allowed object is Boolean

public void setSalesTermId (IdType value)

Sets the value of the salesTermId property.

Parameters
value Allowed object is IdType

public void setSalesTermName (String value)

Sets the value of the salesTermName property.

Parameters
value Allowed object is String

public void setShipAddr (PhysicalAddress value)

Sets the value of the shipAddr property.

Parameters
value Allowed object is PhysicalAddress

public void setShipMethodId (IdType value)

Sets the value of the shipMethodId property.

Parameters
value Allowed object is IdType

public void setShipMethodName (String value)

Sets the value of the shipMethodName property.

Parameters
value Allowed object is String