public class QueryResponse extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for QueryResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QueryResponse">
<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" maxOccurs="unbounded" minOccurs="0"/>
<element name="Fault" type="{http://schema.intuit.com/finance/v3}Fault" minOccurs="0"/>
</choice>
</sequence>
<attribute name="startPosition" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="maxResults" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="totalCount" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Fault |
fault |
protected List<JAXBElement<? extends IntuitEntity>> |
intuitObject |
protected Integer |
maxResults |
protected Integer |
startPosition |
protected Integer |
totalCount |
protected Warnings |
warnings |
| Constructor and Description |
|---|
QueryResponse() |
| 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) |
Fault |
getFault()
Gets the value of the fault property.
|
List<JAXBElement<? extends IntuitEntity>> |
getIntuitObject()
Any IntuitEntity derived object like Customer, Invoice can be part of response Gets the value of the intuitObject property.
|
Integer |
getMaxResults()
Gets the value of the maxResults property.
|
Integer |
getStartPosition()
Gets the value of the startPosition property.
|
Integer |
getTotalCount()
Gets the value of the totalCount 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 |
setFault(Fault value)
Sets the value of the fault property.
|
void |
setIntuitObject(List<JAXBElement<? extends IntuitEntity>> intuitObject)
Any IntuitEntity derived object like Customer, Invoice can be part of response
|
void |
setMaxResults(Integer value)
Sets the value of the maxResults property.
|
void |
setStartPosition(Integer value)
Sets the value of the startPosition property.
|
void |
setTotalCount(Integer value)
Sets the value of the totalCount property.
|
void |
setWarnings(Warnings value)
Sets the value of the warnings property.
|
protected Warnings warnings
protected List<JAXBElement<? extends IntuitEntity>> intuitObject
protected Fault fault
protected Integer startPosition
protected Integer maxResults
protected Integer totalCount
public Warnings getWarnings()
Warningspublic void setWarnings(Warnings value)
value - allowed object is
Warningspublic List<JAXBElement<? extends IntuitEntity>> getIntuitObject()
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 intuitObject property.
For example, to add a new item, do as follows:
getIntuitObject().add(newItem);
Objects of the following type(s) are allowed in the list
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 Integer getStartPosition()
Integerpublic void setStartPosition(Integer value)
value - allowed object is
Integerpublic Integer getMaxResults()
Integerpublic void setMaxResults(Integer value)
value - allowed object is
Integerpublic Integer getTotalCount()
Integerpublic void setTotalCount(Integer value)
value - allowed object is
Integerpublic void setIntuitObject(List<JAXBElement<? extends IntuitEntity>> intuitObject)
intuitObject - 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 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.