public class

AbstractResponse

extends CdmComplexBase
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CdmComplexBase
     ↳ org.mule.modules.quickbooks.windows.schema.AbstractResponse
Known Direct Subclasses

Class Overview

Product: QBW Description: Response abstract base type

Java class for AbstractResponse complex type.

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

 <complexType name="AbstractResponse">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}CdmComplexBase">
       <sequence>
         <group ref="{http://www.intuit.com/sb/cdm/v2}ResponseParams"/>
       </sequence>
       <attribute name="RequestId" use="required" type="{http://www.intuit.com/sb/cdm/v2}guid" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.CdmComplexBase
Fields
protected JAXBElement<? extends CdmObject> cdmObject
protected JAXBElement<? extends CdmObjectRef> cdmObjectRef
protected Date processedTime
protected String requestId
protected RequestName requestName
Public Constructors
AbstractResponse()
Public Methods
JAXBElement<? extends CdmObject> getCdmObject()
Gets the value of the cdmObject property.
JAXBElement<? extends CdmObjectRef> getCdmObjectRef()
Gets the value of the cdmObjectRef property.
Date getProcessedTime()
Gets the value of the processedTime property.
String getRequestId()
Gets the value of the requestId property.
RequestName getRequestName()
Gets the value of the requestName property.
void setCdmObject(JAXBElement<? extends CdmObject> value)
Sets the value of the cdmObject property.
void setCdmObjectRef(JAXBElement<? extends CdmObjectRef> value)
Sets the value of the cdmObjectRef property.
void setProcessedTime(Date value)
Sets the value of the processedTime property.
void setRequestId(String value)
Sets the value of the requestId property.
void setRequestName(RequestName value)
Sets the value of the requestName property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected JAXBElement<? extends CdmObject> cdmObject

protected JAXBElement<? extends CdmObjectRef> cdmObjectRef

protected Date processedTime

protected String requestId

protected RequestName requestName

Public Constructors

public AbstractResponse ()

Public Methods

public JAXBElement<? extends CdmObject> getCdmObject ()

Gets the value of the cdmObject property.

Returns

public JAXBElement<? extends CdmObjectRef> getCdmObjectRef ()

Gets the value of the cdmObjectRef property.

Returns

public Date getProcessedTime ()

Gets the value of the processedTime property.

Returns
  • possible object is String

public String getRequestId ()

Gets the value of the requestId property.

Returns
  • possible object is String

public RequestName getRequestName ()

Gets the value of the requestName property.

Returns

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 setCdmObjectRef (JAXBElement<? extends CdmObjectRef> value)

Sets the value of the cdmObjectRef property.

Parameters
value Allowed object is JAXBElement<ObjectRef> JAXBElement<PartyRoleRef> JAXBElement<CdmObjectRef> JAXBElement<CustomFieldDefinitionRef>

public void setProcessedTime (Date value)

Sets the value of the processedTime property.

Parameters
value Allowed object is String

public void setRequestId (String value)

Sets the value of the requestId property.

Parameters
value Allowed object is String

public void setRequestName (RequestName value)

Sets the value of the requestName property.

Parameters
value Allowed object is RequestName