public class

SyncStatusResponses

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

Class Overview

Product: QBW Description: unbound set of responses per request batch ng pk id sets

Java class for SyncStatusResponses complex type.

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

 <complexType name="SyncStatusResponses">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}CdmComplexBase">
       <sequence>
         <element name="SyncStatusResponse" type="{http://www.intuit.com/sb/cdm/v2}SyncStatusResponse" maxOccurs="unbounded"/>
         <element ref="{http://www.intuit.com/sb/cdm/v2}CdmObject" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="IncludeRelatedObjects" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<JAXBElement<? extends CdmObject>> cdmObject
protected Boolean includeRelatedObjects
protected List<SyncStatusResponse> syncStatusResponse
Public Constructors
SyncStatusResponses()
Public Methods
List<JAXBElement<? extends CdmObject>> getCdmObject()
Gets the value of the cdmObject property.
List<SyncStatusResponse> getSyncStatusResponse()
Gets the value of the syncStatusResponse property.
boolean isIncludeRelatedObjects()
Gets the value of the includeRelatedObjects property.
void setIncludeRelatedObjects(Boolean value)
Sets the value of the includeRelatedObjects property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<JAXBElement<? extends CdmObject>> cdmObject

protected Boolean includeRelatedObjects

protected List<SyncStatusResponse> syncStatusResponse

Public Constructors

public SyncStatusResponses ()

Public Methods

public List<JAXBElement<? extends CdmObject>> getCdmObject ()

Gets the value of the cdmObject 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 cdmObject property.

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

    getCdmObject().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<Discount> JAXBElement<BillPayment> JAXBElement<Estimate> JAXBElement<InventoryTransfer> JAXBElement<FixedAsset> JAXBElement<JournalEntry> JAXBElement<Check> JAXBElement<CashPurchase> JAXBElement<CreditMemo> JAXBElement<VendorCredit> JAXBElement<ItemGroupComponent> JAXBElement<InventorySite> JAXBElement<ItemConsolidated> JAXBElement<SalesTax> JAXBElement<OtherName> JAXBElement<CustomerMsg> JAXBElement<Job> JAXBElement<TxnGeneric> JAXBElement<NumberTypeCustomFieldDefinition> JAXBElement<InventoryAdjustment> JAXBElement<Charge> JAXBElement<DateTypeCustomFieldDefinition> JAXBElement<CreditCardRefund> JAXBElement<CurrencyInfo> JAXBElement<Account> JAXBElement<Employee> JAXBElement<CdmBase> JAXBElement<Invoice> JAXBElement<Customer> JAXBElement<PurchaseOrder> JAXBElement<CustomFieldDefinition> JAXBElement<BillPaymentCreditCard> JAXBElement<PaymentMethod> JAXBElement<SalesTaxPaymentCheck> JAXBElement<SalesOrder> JAXBElement<VendorType> JAXBElement<TimeActivity> JAXBElement<SalesTaxGroup> JAXBElement<CreditCardCharge> JAXBElement<CompanyMetaData> JAXBElement<Item> JAXBElement<Payment> JAXBElement<UOM> JAXBElement<CreditCardCredit> JAXBElement<ShipMethod> JAXBElement<Class> JAXBElement<SalesReceipt> JAXBElement<BOMComponent> JAXBElement<Task> JAXBElement<Bill> JAXBElement<CustomerType> JAXBElement<SalesTaxCode> JAXBElement<SalesRep> JAXBElement<StringTypeCustomFieldDefinition> JAXBElement<SalesTerm> JAXBElement<ItemReceipt> JAXBElement<Vendor> JAXBElement<JobType> JAXBElement<CdmObject> JAXBElement<BuildAssembly> JAXBElement<BooleanTypeCustomFieldDefinition> JAXBElement<VendorCreditToApply> JAXBElement<Deposit>

public List<SyncStatusResponse> getSyncStatusResponse ()

Gets the value of the syncStatusResponse 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 syncStatusResponse property.

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

    getSyncStatusResponse().add(newItem);
 

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

public boolean isIncludeRelatedObjects ()

Gets the value of the includeRelatedObjects property.

Returns
  • possible object is Boolean

public void setIncludeRelatedObjects (Boolean value)

Sets the value of the includeRelatedObjects property.

Parameters
value Allowed object is Boolean