public class SyncErrorResponse extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for SyncErrorResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SyncErrorResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SyncError" type="{http://schema.intuit.com/finance/v3}SyncError" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="latestUploadTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<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 Date |
latestUploadTime |
protected Integer |
maxResults |
protected Integer |
startPosition |
protected List<SyncError> |
syncError |
protected Integer |
totalCount |
| Constructor and Description |
|---|
SyncErrorResponse() |
| 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) |
Date |
getLatestUploadTime()
Gets the value of the latestUploadTime property.
|
Integer |
getMaxResults()
Gets the value of the maxResults property.
|
Integer |
getStartPosition()
Gets the value of the startPosition property.
|
List<SyncError> |
getSyncError()
Gets the value of the syncError property.
|
Integer |
getTotalCount()
Gets the value of the totalCount property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setLatestUploadTime(Date value)
Sets the value of the latestUploadTime property.
|
void |
setMaxResults(Integer value)
Sets the value of the maxResults property.
|
void |
setStartPosition(Integer value)
Sets the value of the startPosition property.
|
void |
setSyncError(List<SyncError> syncError)
Sets the value of the syncError property.
|
void |
setTotalCount(Integer value)
Sets the value of the totalCount property.
|
protected Date latestUploadTime
protected Integer startPosition
protected Integer maxResults
protected Integer totalCount
public List<SyncError> getSyncError()
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 syncError property.
For example, to add a new item, do as follows:
getSyncError().add(newItem);
Objects of the following type(s) are allowed in the list
SyncError
public Date getLatestUploadTime()
Stringpublic void setLatestUploadTime(Date value)
value - allowed object is
Stringpublic 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 setSyncError(List<SyncError> syncError)
syncError - allowed object is
SyncErrorpublic 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.