| java.lang.Object | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmComplexBase | |
| ↳ | org.mule.modules.quickbooks.windows.schema.SyncStatusResponses | |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| cdmObject | |||||||||||
| includeRelatedObjects | |||||||||||
| syncStatusResponse | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the cdmObject property.
| |||||||||||
Gets the value of the syncStatusResponse property.
| |||||||||||
Gets the value of the includeRelatedObjects property.
| |||||||||||
Sets the value of the includeRelatedObjects property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
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<CdmObject>
JAXBElement<Invoice>
JAXBElement<BillPaymentCreditCard>
JAXBElement<Bill>
JAXBElement<TxnGeneric>
JAXBElement<BuildAssembly>
JAXBElement<Estimate>
JAXBElement<Charge>
JAXBElement<ItemConsolidated>
JAXBElement<BillPayment>
JAXBElement<Item>
JAXBElement<FixedAsset>
JAXBElement<CreditMemo>
JAXBElement<Discount>
JAXBElement<BOMComponent>
JAXBElement<VendorCreditToApply>
JAXBElement<Vendor>
JAXBElement<Customer>
JAXBElement<SalesTaxPaymentCheck>
JAXBElement<OtherName>
JAXBElement<TimeActivity>
JAXBElement<ShipMethod>
JAXBElement<CashPurchase>
JAXBElement<InventoryAdjustment>
JAXBElement<SalesOrder>
JAXBElement<BooleanTypeCustomFieldDefinition>
JAXBElement<InventorySite>
JAXBElement<Payment>
JAXBElement<CreditCardCharge>
JAXBElement<CustomerMsg>
JAXBElement<StringTypeCustomFieldDefinition>
JAXBElement<UOM>
JAXBElement<SalesReceipt>
JAXBElement<NumberTypeCustomFieldDefinition>
JAXBElement<SalesTerm>
JAXBElement<PurchaseOrder>
JAXBElement<SalesRep>
JAXBElement<JobType>
JAXBElement<ItemReceipt>
JAXBElement<Class>
JAXBElement<Job>
JAXBElement<JournalEntry>
JAXBElement<ItemGroupComponent>
JAXBElement<VendorCredit>
JAXBElement<CreditCardRefund>
JAXBElement<PaymentMethod>
JAXBElement<CompanyMetaData>
JAXBElement<Employee>
JAXBElement<SalesTaxCode>
JAXBElement<CurrencyInfo>
JAXBElement<InventoryTransfer>
JAXBElement<CdmBase>
JAXBElement<VendorType>
JAXBElement<DateTypeCustomFieldDefinition>
JAXBElement<Task>
JAXBElement<CustomerType>
JAXBElement<CustomFieldDefinition>
JAXBElement<CreditCardCredit>
JAXBElement<SalesTaxGroup>
JAXBElement<Check>
JAXBElement<Account>
JAXBElement<Deposit>
JAXBElement<SalesTax>
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
Gets the value of the includeRelatedObjects property.
Sets the value of the includeRelatedObjects property.
| value | Allowed object is Boolean |
|---|