public class

ModRequest

extends AbstractRequest
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.AbstractRequest
     ↳ org.mule.modules.quickbooks.windows.schema.ModRequest

Class Overview

Product: QBW Description: Request type to modify existing data in the system

Java class for ModRequest complex type.

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

 <complexType name="ModRequest">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}AbstractRequest">
       <sequence>
         <element ref="{http://www.intuit.com/sb/cdm/v2}CdmObject"/>
       </sequence>
       <attribute name="Draft" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="Sparse" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="FullResponse" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected JAXBElement<? extends CdmObject> cdmObject
protected Boolean draft
protected Boolean fullResponse
protected Boolean sparse
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.AbstractRequest
Public Constructors
ModRequest()
Public Methods
JAXBElement<? extends CdmObject> getCdmObject()
Gets the value of the cdmObject property.
boolean isDraft()
Gets the value of the draft property.
boolean isFullResponse()
Gets the value of the fullResponse property.
boolean isSparse()
Gets the value of the sparse property.
void setCdmObject(JAXBElement<? extends CdmObject> value)
Sets the value of the cdmObject property.
void setDraft(Boolean value)
Sets the value of the draft property.
void setFullResponse(Boolean value)
Sets the value of the fullResponse property.
void setSparse(Boolean value)
Sets the value of the sparse property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.AbstractRequest
From class java.lang.Object

Fields

protected JAXBElement<? extends CdmObject> cdmObject

protected Boolean draft

protected Boolean fullResponse

protected Boolean sparse

Public Constructors

public ModRequest ()

Public Methods

public JAXBElement<? extends CdmObject> getCdmObject ()

Gets the value of the cdmObject property.

Returns

public boolean isDraft ()

Gets the value of the draft property.

Returns
  • possible object is Boolean

public boolean isFullResponse ()

Gets the value of the fullResponse property.

Returns
  • possible object is Boolean

public boolean isSparse ()

Gets the value of the sparse property.

Returns
  • possible object is Boolean

public void setCdmObject (JAXBElement<? extends CdmObject> value)

Sets the value of the cdmObject property.

Parameters
value Allowed object is 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 void setDraft (Boolean value)

Sets the value of the draft property.

Parameters
value Allowed object is Boolean

public void setFullResponse (Boolean value)

Sets the value of the fullResponse property.

Parameters
value Allowed object is Boolean

public void setSparse (Boolean value)

Sets the value of the sparse property.

Parameters
value Allowed object is Boolean