public class IntuitResponse extends Object implements Serializable, Response, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for IntuitResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IntuitResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Warnings" type="{http://schema.intuit.com/finance/v3}Warnings" minOccurs="0"/>
<choice>
<element ref="{http://schema.intuit.com/finance/v3}IntuitObject"/>
<element name="Fault" type="{http://schema.intuit.com/finance/v3}Fault" minOccurs="0"/>
<element name="Report" type="{http://schema.intuit.com/finance/v3}Report" minOccurs="0"/>
<element name="QueryResponse" type="{http://schema.intuit.com/finance/v3}QueryResponse" minOccurs="0"/>
<element name="BatchItemResponse" type="{http://schema.intuit.com/finance/v3}BatchItemResponse" maxOccurs="unbounded" minOccurs="0"/>
<element name="CDCResponse" type="{http://schema.intuit.com/finance/v3}CDCResponse" maxOccurs="unbounded" minOccurs="0"/>
<element name="AttachableResponse" type="{http://schema.intuit.com/finance/v3}AttachableResponse" maxOccurs="unbounded" minOccurs="0"/>
<element name="SyncErrorResponse" type="{http://schema.intuit.com/finance/v3}SyncErrorResponse" minOccurs="0"/>
<element name="OLBTransaction" type="{http://schema.intuit.com/finance/v3}OLBTransaction" minOccurs="0"/>
<element name="OLBStatus" type="{http://schema.intuit.com/finance/v3}OLBStatus" minOccurs="0"/>
</choice>
</sequence>
<attribute name="requestId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="time" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="status" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AttachableResponse> |
attachableResponse |
protected List<BatchItemResponse> |
batchItemResponse |
protected List<CDCResponse> |
cdcResponse |
protected Fault |
fault |
protected JAXBElement<? extends IntuitEntity> |
intuitObject |
protected OLBStatus |
olbStatus |
protected OLBTransaction |
olbTransaction |
protected QueryResponse |
queryResponse |
protected Report |
report |
protected String |
requestId |
protected String |
status |
protected SyncErrorResponse |
syncErrorResponse |
protected Date |
time |
protected Warnings |
warnings |
| Constructor and Description |
|---|
IntuitResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
List<AttachableResponse> |
getAttachableResponse()
Gets the value of the attachableResponse property.
|
List<BatchItemResponse> |
getBatchItemResponse()
Gets the value of the batchItemResponse property.
|
List<CDCResponse> |
getCDCResponse()
Gets the value of the cdcResponse property.
|
Fault |
getFault()
Gets the value of the fault property.
|
JAXBElement<? extends IntuitEntity> |
getIntuitObject()
Any IntuitEntity derived entity like Customer, Invoice can be part of response
|
OLBStatus |
getOLBStatus()
Gets the value of the olbStatus property.
|
OLBTransaction |
getOLBTransaction()
Gets the value of the olbTransaction property.
|
QueryResponse |
getQueryResponse()
Gets the value of the queryResponse property.
|
Report |
getReport()
Gets the value of the report property.
|
String |
getRequestId()
Gets the value of the requestId property.
|
String |
getStatus()
Gets the value of the status property.
|
SyncErrorResponse |
getSyncErrorResponse()
Gets the value of the syncErrorResponse property.
|
Date |
getTime()
Gets the value of the time property.
|
Warnings |
getWarnings()
Gets the value of the warnings property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setAttachableResponse(List<AttachableResponse> attachableResponse)
Sets the value of the attachableResponse property.
|
void |
setBatchItemResponse(List<BatchItemResponse> batchItemResponse)
Sets the value of the batchItemResponse property.
|
void |
setCDCResponse(List<CDCResponse> cdcResponse)
Sets the value of the cdcResponse property.
|
void |
setFault(Fault value)
Sets the value of the fault property.
|
void |
setIntuitObject(JAXBElement<? extends IntuitEntity> value)
Sets the value of the intuitObject property.
|
void |
setOLBStatus(OLBStatus value)
Sets the value of the olbStatus property.
|
void |
setOLBTransaction(OLBTransaction value)
Sets the value of the olbTransaction property.
|
void |
setQueryResponse(QueryResponse value)
Sets the value of the queryResponse property.
|
void |
setReport(Report value)
Sets the value of the report property.
|
void |
setRequestId(String value)
Sets the value of the requestId property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setSyncErrorResponse(SyncErrorResponse value)
Sets the value of the syncErrorResponse property.
|
void |
setTime(Date value)
Sets the value of the time property.
|
void |
setWarnings(Warnings value)
Sets the value of the warnings property.
|
protected Warnings warnings
protected JAXBElement<? extends IntuitEntity> intuitObject
protected Fault fault
protected Report report
protected QueryResponse queryResponse
protected List<BatchItemResponse> batchItemResponse
protected List<CDCResponse> cdcResponse
protected List<AttachableResponse> attachableResponse
protected SyncErrorResponse syncErrorResponse
protected OLBTransaction olbTransaction
protected OLBStatus olbStatus
protected String requestId
protected Date time
protected String status
public Warnings getWarnings()
Warningspublic void setWarnings(Warnings value)
value - allowed object is
Warningspublic JAXBElement<? extends IntuitEntity> getIntuitObject()
JAXBElement<QbdtEntityIdMapping>
JAXBElement<TaxService>
JAXBElement<JournalCode>
JAXBElement<TaxAgency>
JAXBElement<EmailDeliveryInfo>
JAXBElement<RefundReceipt>
JAXBElement<CreditMemo>
JAXBElement<Status>
JAXBElement<Attachable>
JAXBElement<CompanyInfo>
JAXBElement<NumberTypeCustomFieldDefinition>
JAXBElement<Budget>
JAXBElement<TDSMetadata>
JAXBElement<Term>
JAXBElement<Class>
JAXBElement<TaxReturn>
JAXBElement<BillPayment>
JAXBElement<Preferences>
JAXBElement<FixedAsset>
JAXBElement<Customer>
JAXBElement<DateTypeCustomFieldDefinition>
JAXBElement<Payment>
JAXBElement<MasterAccount>
JAXBElement<CompanyCurrency>
JAXBElement<CustomFieldDefinition>
JAXBElement<ExchangeRate>
JAXBElement<Bill>
JAXBElement<ReimburseCharge>
JAXBElement<Transfer>
JAXBElement<Company>
JAXBElement<Vendor>
JAXBElement<Deposit>
JAXBElement<Invoice>
JAXBElement<Employee>
JAXBElement<SalesReceipt>
JAXBElement<SyncActivity>
JAXBElement<Estimate>
JAXBElement<ChargeCredit>
JAXBElement<SalesRep>
JAXBElement<VendorType>
JAXBElement<SalesOrder>
JAXBElement<UserAlert>
JAXBElement<BooleanTypeCustomFieldDefinition>
JAXBElement<PurchaseOrder>
JAXBElement<Task>
JAXBElement<Department>
JAXBElement<StatementCharge>
JAXBElement<IntuitEntity>
JAXBElement<TimeActivity>
JAXBElement<JournalEntry>
JAXBElement<Item>
JAXBElement<Account>
JAXBElement<TaxCode>
JAXBElement<PriceLevel>
JAXBElement<VendorCredit>
JAXBElement<InventorySite>
JAXBElement<OtherName>
JAXBElement<CustomerType>
JAXBElement<Purchase>
JAXBElement<PaymentMethod>
JAXBElement<StringTypeCustomFieldDefinition>
JAXBElement<TaxRate>public void setIntuitObject(JAXBElement<? extends IntuitEntity> value)
value - allowed object is
JAXBElement<QbdtEntityIdMapping>
JAXBElement<TaxService>
JAXBElement<JournalCode>
JAXBElement<TaxAgency>
JAXBElement<EmailDeliveryInfo>
JAXBElement<RefundReceipt>
JAXBElement<CreditMemo>
JAXBElement<Status>
JAXBElement<Attachable>
JAXBElement<CompanyInfo>
JAXBElement<NumberTypeCustomFieldDefinition>
JAXBElement<Budget>
JAXBElement<TDSMetadata>
JAXBElement<Term>
JAXBElement<Class>
JAXBElement<TaxReturn>
JAXBElement<BillPayment>
JAXBElement<Preferences>
JAXBElement<FixedAsset>
JAXBElement<Customer>
JAXBElement<DateTypeCustomFieldDefinition>
JAXBElement<Payment>
JAXBElement<MasterAccount>
JAXBElement<CompanyCurrency>
JAXBElement<CustomFieldDefinition>
JAXBElement<ExchangeRate>
JAXBElement<Bill>
JAXBElement<ReimburseCharge>
JAXBElement<Transfer>
JAXBElement<Company>
JAXBElement<Vendor>
JAXBElement<Deposit>
JAXBElement<Invoice>
JAXBElement<Employee>
JAXBElement<SalesReceipt>
JAXBElement<SyncActivity>
JAXBElement<Estimate>
JAXBElement<ChargeCredit>
JAXBElement<SalesRep>
JAXBElement<VendorType>
JAXBElement<SalesOrder>
JAXBElement<UserAlert>
JAXBElement<BooleanTypeCustomFieldDefinition>
JAXBElement<PurchaseOrder>
JAXBElement<Task>
JAXBElement<Department>
JAXBElement<StatementCharge>
JAXBElement<IntuitEntity>
JAXBElement<TimeActivity>
JAXBElement<JournalEntry>
JAXBElement<Item>
JAXBElement<Account>
JAXBElement<TaxCode>
JAXBElement<PriceLevel>
JAXBElement<VendorCredit>
JAXBElement<InventorySite>
JAXBElement<OtherName>
JAXBElement<CustomerType>
JAXBElement<Purchase>
JAXBElement<PaymentMethod>
JAXBElement<StringTypeCustomFieldDefinition>
JAXBElement<TaxRate>public Fault getFault()
Faultpublic void setFault(Fault value)
value - allowed object is
Faultpublic Report getReport()
Reportpublic void setReport(Report value)
value - allowed object is
Reportpublic QueryResponse getQueryResponse()
QueryResponsepublic void setQueryResponse(QueryResponse value)
value - allowed object is
QueryResponsepublic List<BatchItemResponse> getBatchItemResponse()
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 batchItemResponse property.
For example, to add a new item, do as follows:
getBatchItemResponse().add(newItem);
Objects of the following type(s) are allowed in the list
BatchItemResponse
public List<CDCResponse> getCDCResponse()
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 cdcResponse property.
For example, to add a new item, do as follows:
getCDCResponse().add(newItem);
Objects of the following type(s) are allowed in the list
CDCResponse
public List<AttachableResponse> getAttachableResponse()
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 attachableResponse property.
For example, to add a new item, do as follows:
getAttachableResponse().add(newItem);
Objects of the following type(s) are allowed in the list
AttachableResponse
public SyncErrorResponse getSyncErrorResponse()
SyncErrorResponsepublic void setSyncErrorResponse(SyncErrorResponse value)
value - allowed object is
SyncErrorResponsepublic OLBTransaction getOLBTransaction()
OLBTransactionpublic void setOLBTransaction(OLBTransaction value)
value - allowed object is
OLBTransactionpublic OLBStatus getOLBStatus()
OLBStatuspublic void setOLBStatus(OLBStatus value)
value - allowed object is
OLBStatuspublic String getRequestId()
Stringpublic void setRequestId(String value)
value - allowed object is
Stringpublic Date getTime()
Stringpublic void setTime(Date value)
value - allowed object is
Stringpublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic void setBatchItemResponse(List<BatchItemResponse> batchItemResponse)
batchItemResponse - allowed object is
BatchItemResponsepublic void setCDCResponse(List<CDCResponse> cdcResponse)
cdcResponse - allowed object is
CDCResponsepublic void setAttachableResponse(List<AttachableResponse> attachableResponse)
attachableResponse - allowed object is
AttachableResponsepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2Copyright © 2017. All rights reserved.