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, setSyncTokenprotected String requestId
protected String batchId
protected String objectType
protected String stateCode
protected String stateDesc
protected String messageCode
protected String messageDesc
public String getRequestId()
Stringpublic void setRequestId(String value)
value - allowed object is
Stringpublic String getBatchId()
Stringpublic void setBatchId(String value)
value - allowed object is
Stringpublic String getObjectType()
Stringpublic void setObjectType(String value)
value - allowed object is
Stringpublic String getStateCode()
Stringpublic void setStateCode(String value)
value - allowed object is
Stringpublic String getStateDesc()
Stringpublic void setStateDesc(String value)
value - allowed object is
Stringpublic String getMessageCode()
Stringpublic void setMessageCode(String value)
value - allowed object is
Stringpublic String getMessageDesc()
Stringpublic void setMessageDesc(String value)
value - allowed object is
Stringpublic 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.Equals2equals in class IntuitEntitypublic boolean equals(Object object)
equals in class IntuitEntitypublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class IntuitEntitypublic int hashCode()
hashCode in class IntuitEntityCopyright © 2017. All rights reserved.