public class

CustomFieldDefinitions

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

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<JAXBElement<? extends CdmObject>> cdmObject
Public Constructors
CustomFieldDefinitions()
Public Methods
List<JAXBElement<? extends CdmObject>> getCdmObject()
Gets the value of the cdmObject property.
void setCdmObject(List<JAXBElement<? extends CdmObject>> cdmObject)
Sets the value of the cdmObject property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

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<SalesOrder> JAXBElement<BOMComponent> JAXBElement<PurchaseOrder> JAXBElement<StringTypeCustomFieldDefinition> JAXBElement<CreditCardRefund> JAXBElement<Deposit> JAXBElement<Vendor> JAXBElement<CurrencyInfo> JAXBElement<CdmBase> JAXBElement<ItemReceipt> JAXBElement<ItemConsolidated> JAXBElement<Bill> JAXBElement<Payment> JAXBElement<SalesTaxPaymentCheck> JAXBElement<SalesTaxGroup> JAXBElement<Customer> JAXBElement<JournalEntry> JAXBElement<SalesTerm> JAXBElement<Check> JAXBElement<CreditCardCredit> JAXBElement<JobType> JAXBElement<Invoice> JAXBElement<FixedAsset> JAXBElement<TxnGeneric> JAXBElement<VendorType> JAXBElement<Job> JAXBElement<CustomerMsg> JAXBElement<Employee> JAXBElement<Task> JAXBElement<PaymentMethod> JAXBElement<SalesTaxCode> JAXBElement<CashPurchase> JAXBElement<CustomerType> JAXBElement<BuildAssembly> JAXBElement<UOM> JAXBElement<InventoryTransfer> JAXBElement<ItemGroupComponent> JAXBElement<InventorySite> JAXBElement<SalesRep> JAXBElement<TimeActivity> JAXBElement<CustomFieldDefinition> JAXBElement<Estimate> JAXBElement<CreditMemo> JAXBElement<OtherName> JAXBElement<BillPaymentCreditCard> JAXBElement<Charge> JAXBElement<SalesTax> JAXBElement<Class> JAXBElement<CompanyMetaData> JAXBElement<VendorCreditToApply> JAXBElement<Account> JAXBElement<NumberTypeCustomFieldDefinition> JAXBElement<BooleanTypeCustomFieldDefinition> JAXBElement<SalesReceipt> JAXBElement<DateTypeCustomFieldDefinition> JAXBElement<CreditCardCharge> JAXBElement<Discount> JAXBElement<BillPayment> JAXBElement<VendorCredit> JAXBElement<Item> JAXBElement<ShipMethod> JAXBElement<InventoryAdjustment> JAXBElement<CdmObject>

public void setCdmObject (List<JAXBElement<? extends CdmObject>> cdmObject)

Sets the value of the cdmObject property.

Parameters
cdmObject Allowed object is JAXBElement<SalesOrder> JAXBElement<BOMComponent> JAXBElement<PurchaseOrder> JAXBElement<StringTypeCustomFieldDefinition> JAXBElement<CreditCardRefund> JAXBElement<Deposit> JAXBElement<Vendor> JAXBElement<CurrencyInfo> JAXBElement<CdmBase> JAXBElement<ItemReceipt> JAXBElement<ItemConsolidated> JAXBElement<Bill> JAXBElement<Payment> JAXBElement<SalesTaxPaymentCheck> JAXBElement<SalesTaxGroup> JAXBElement<Customer> JAXBElement<JournalEntry> JAXBElement<SalesTerm> JAXBElement<Check> JAXBElement<CreditCardCredit> JAXBElement<JobType> JAXBElement<Invoice> JAXBElement<FixedAsset> JAXBElement<TxnGeneric> JAXBElement<VendorType> JAXBElement<Job> JAXBElement<CustomerMsg> JAXBElement<Employee> JAXBElement<Task> JAXBElement<PaymentMethod> JAXBElement<SalesTaxCode> JAXBElement<CashPurchase> JAXBElement<CustomerType> JAXBElement<BuildAssembly> JAXBElement<UOM> JAXBElement<InventoryTransfer> JAXBElement<ItemGroupComponent> JAXBElement<InventorySite> JAXBElement<SalesRep> JAXBElement<TimeActivity> JAXBElement<CustomFieldDefinition> JAXBElement<Estimate> JAXBElement<CreditMemo> JAXBElement<OtherName> JAXBElement<BillPaymentCreditCard> JAXBElement<Charge> JAXBElement<SalesTax> JAXBElement<Class> JAXBElement<CompanyMetaData> JAXBElement<VendorCreditToApply> JAXBElement<Account> JAXBElement<NumberTypeCustomFieldDefinition> JAXBElement<BooleanTypeCustomFieldDefinition> JAXBElement<SalesReceipt> JAXBElement<DateTypeCustomFieldDefinition> JAXBElement<CreditCardCharge> JAXBElement<Discount> JAXBElement<BillPayment> JAXBElement<VendorCredit> JAXBElement<Item> JAXBElement<ShipMethod> JAXBElement<InventoryAdjustment> JAXBElement<CdmObject>