public class CDCResponse extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for CDCResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CDCResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="QueryResponse" type="{http://schema.intuit.com/finance/v3}QueryResponse" maxOccurs="unbounded" minOccurs="0"/>
<element name="Fault" type="{http://schema.intuit.com/finance/v3}Fault" minOccurs="0"/>
</choice>
</sequence>
<attribute name="size" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Fault |
fault |
protected List<QueryResponse> |
queryResponse |
protected Integer |
size |
| Constructor and Description |
|---|
CDCResponse() |
| 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<QueryResponse> |
getQueryResponse()
Gets the value of the queryResponse property.
|
Integer |
getSize()
Gets the value of the size 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 |
setQueryResponse(List<QueryResponse> queryResponse)
Sets the value of the queryResponse property.
|
void |
setSize(Integer value)
Sets the value of the size property.
|
protected List<QueryResponse> queryResponse
protected Fault fault
protected Integer size
public List<QueryResponse> getQueryResponse()
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 queryResponse property.
For example, to add a new item, do as follows:
getQueryResponse().add(newItem);
Objects of the following type(s) are allowed in the list
QueryResponse
public Fault getFault()
Faultpublic void setFault(Fault value)
value - allowed object is
Faultpublic Integer getSize()
Integerpublic void setSize(Integer value)
value - allowed object is
Integerpublic void setQueryResponse(List<QueryResponse> queryResponse)
queryResponse - allowed object is
QueryResponsepublic 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.