public class SyncError extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for SyncError complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SyncError"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Error" type="{http://schema.intuit.com/finance/v3}Error" minOccurs="0"/> <element name="CloudVersion" type="{http://schema.intuit.com/finance/v3}SyncObject" minOccurs="0"/> <element name="QBVersion" type="{http://schema.intuit.com/finance/v3}SyncObject" minOccurs="0"/> </sequence> <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="AppToken" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
appToken |
protected SyncObject |
cloudVersion |
protected Error |
error |
protected SyncObject |
qbVersion |
protected String |
type |
Constructor and Description |
---|
SyncError() |
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) |
String |
getAppToken()
Gets the value of the appToken property.
|
SyncObject |
getCloudVersion()
Gets the value of the cloudVersion property.
|
Error |
getError()
Gets the value of the error property.
|
SyncObject |
getQBVersion()
Gets the value of the qbVersion property.
|
String |
getType()
Gets the value of the type property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setAppToken(String value)
Sets the value of the appToken property.
|
void |
setCloudVersion(SyncObject value)
Sets the value of the cloudVersion property.
|
void |
setError(Error value)
Sets the value of the error property.
|
void |
setQBVersion(SyncObject value)
Sets the value of the qbVersion property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected Error error
protected SyncObject cloudVersion
protected SyncObject qbVersion
protected String type
protected String appToken
public Error getError()
Error
public void setError(Error value)
value
- allowed object is
Error
public SyncObject getCloudVersion()
SyncObject
public void setCloudVersion(SyncObject value)
value
- allowed object is
SyncObject
public SyncObject getQBVersion()
SyncObject
public void setQBVersion(SyncObject value)
value
- allowed object is
SyncObject
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public String getAppToken()
String
public void setAppToken(String value)
value
- allowed object is
String
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.Equals2
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode2
Copyright © 2017. All rights reserved.