public class

CustomFieldDefinitions

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

Class Overview

Product: ALL Description: Provides the definition that allows bulk data transfer of custom field definitions

Java class for CustomFieldDefinitions complex type.

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

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

Summary

Fields
protected List<JAXBElement<? extends CdmObject>> cdmObject
Public Constructors
CustomFieldDefinitions()
Public Methods
List<JAXBElement<? extends CdmObject>> getCdmObject()
Gets the value of the cdmObject property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<JAXBElement<? extends CdmObject>> cdmObject

Public Constructors

public CustomFieldDefinitions ()

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<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>