public class

SalesOrders

extends CdmCollections
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CdmComplexBase
     ↳ org.mule.modules.quickbooks.windows.schema.CdmCollections
       ↳ org.mule.modules.quickbooks.windows.schema.SalesOrders

Class Overview

Product: QBW Description: Provides the definition that allows bulk data transfer of SalesOrders

Java class for SalesOrders complex type.

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

 <complexType name="SalesOrders">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}CdmCollections">
       <sequence>
         <element name="SalesOrder" type="{http://www.intuit.com/sb/cdm/v2}SalesOrder" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.CdmCollections
From class org.mule.modules.quickbooks.windows.schema.CdmComplexBase
Fields
protected List<SalesOrder> salesOrder
Public Constructors
SalesOrders()
Public Methods
List<SalesOrder> getSalesOrder()
Gets the value of the salesOrder property.
void setSalesOrder(List<SalesOrder> salesOrder)
Sets the value of the salesOrder property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<SalesOrder> salesOrder

Public Constructors

public SalesOrders ()

Public Methods

public List<SalesOrder> getSalesOrder ()

Gets the value of the salesOrder property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the salesOrder property.

For example, to add a new item, do as follows:

    getSalesOrder().add(newItem);
 

Objects of the following type(s) are allowed in the list SalesOrder

public void setSalesOrder (List<SalesOrder> salesOrder)

Sets the value of the salesOrder property.

Parameters
salesOrder Allowed object is SalesOrder