public class Status extends IntuitEntity implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for Status complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Status"> <complexContent> <extension base="{http://schema.intuit.com/finance/v3}IntuitEntity"> <sequence> <element name="RequestId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="BatchId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ObjectType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="StateCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="StateDesc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="MessageCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="MessageDesc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
batchId |
protected String |
messageCode |
protected String |
messageDesc |
protected String |
objectType |
protected String |
requestId |
protected String |
stateCode |
protected String |
stateDesc |
attachableRef, customField, domain, id, metaData, sparse, status, syncToken
Constructor and Description |
---|
Status() |
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 |
getBatchId()
Gets the value of the batchId property.
|
String |
getMessageCode()
Gets the value of the messageCode property.
|
String |
getMessageDesc()
Gets the value of the messageDesc property.
|
String |
getObjectType()
Gets the value of the objectType property.
|
String |
getRequestId()
Gets the value of the requestId property.
|
String |
getStateCode()
Gets the value of the stateCode property.
|
String |
getStateDesc()
Gets the value of the stateDesc property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setBatchId(String value)
Sets the value of the batchId property.
|
void |
setMessageCode(String value)
Sets the value of the messageCode property.
|
void |
setMessageDesc(String value)
Sets the value of the messageDesc property.
|
void |
setObjectType(String value)
Sets the value of the objectType property.
|
void |
setRequestId(String value)
Sets the value of the requestId property.
|
void |
setStateCode(String value)
Sets the value of the stateCode property.
|
void |
setStateDesc(String value)
Sets the value of the stateDesc property.
|
getAttachableRef, getCustomField, getDomain, getId, getMetaData, getStatus, getSyncToken, isSparse, setAttachableRef, setCustomField, setDomain, setId, setMetaData, setSparse, setStatus, setSyncToken
protected String requestId
protected String batchId
protected String objectType
protected String stateCode
protected String stateDesc
protected String messageCode
protected String messageDesc
public String getRequestId()
String
public void setRequestId(String value)
value
- allowed object is
String
public String getBatchId()
String
public void setBatchId(String value)
value
- allowed object is
String
public String getObjectType()
String
public void setObjectType(String value)
value
- allowed object is
String
public String getStateCode()
String
public void setStateCode(String value)
value
- allowed object is
String
public String getStateDesc()
String
public void setStateDesc(String value)
value
- allowed object is
String
public String getMessageCode()
String
public void setMessageCode(String value)
value
- allowed object is
String
public String getMessageDesc()
String
public void setMessageDesc(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
equals
in class IntuitEntity
public boolean equals(Object object)
equals
in class IntuitEntity
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
hashCode
in class IntuitEntity
public int hashCode()
hashCode
in class IntuitEntity
Copyright © 2017. All rights reserved.