public class

ModRequest

extends AbstractRequest
implements Serializable
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

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.AbstractRequest
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 getDraft()
Gets the value of the draft property.
boolean getFullResponse()
Gets the value of the fullResponse property.
boolean getSparse()
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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

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 getDraft ()

Gets the value of the draft property.

Returns
  • possible object is Boolean

public boolean getFullResponse ()

Gets the value of the fullResponse property.

Returns
  • possible object is Boolean

public boolean getSparse ()

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