public class

AbstractResponse

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

Fields
protected JAXBElement<? extends CdmObject> cdmObject
protected JAXBElement<? extends CdmObjectRef> cdmObjectRef
protected XMLGregorianCalendar 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.
XMLGregorianCalendar 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(XMLGregorianCalendar 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

Fields

protected JAXBElement<? extends CdmObject> cdmObject

protected JAXBElement<? extends CdmObjectRef> cdmObjectRef

protected XMLGregorianCalendar 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 XMLGregorianCalendar getProcessedTime ()

Gets the value of the processedTime property.

Returns
  • possible object is XMLGregorianCalendar

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

public void setCdmObjectRef (JAXBElement<? extends CdmObjectRef> value)

Sets the value of the cdmObjectRef property.

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

public void setProcessedTime (XMLGregorianCalendar value)

Sets the value of the processedTime property.

Parameters
value Allowed object is XMLGregorianCalendar

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