public class

ReconnectResponse

extends Object
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.ReconnectResponse

Class Overview

Description: For retrieving information for current user.

Java class for ReconnectResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ReconnectResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ServerTime" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ErrorCode" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="ErrorMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OAuthToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OAuthTokenSecret" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Integer errorCode
protected String errorMessage
protected String oAuthToken
protected String oAuthTokenSecret
protected String serverTime
Public Constructors
ReconnectResponse()
Public Methods
Integer getErrorCode()
Gets the value of the errorCode property.
String getErrorMessage()
Gets the value of the errorMessage property.
String getOAuthToken()
Gets the value of the oAuthToken property.
String getOAuthTokenSecret()
Gets the value of the oAuthTokenSecret property.
String getServerTime()
Gets the value of the serverTime property.
void setErrorCode(Integer value)
Sets the value of the errorCode property.
void setErrorMessage(String value)
Sets the value of the errorMessage property.
void setOAuthToken(String value)
Sets the value of the oAuthToken property.
void setOAuthTokenSecret(String value)
Sets the value of the oAuthTokenSecret property.
void setServerTime(String value)
Sets the value of the serverTime property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Integer errorCode

protected String errorMessage

protected String oAuthToken

protected String oAuthTokenSecret

protected String serverTime

Public Constructors

public ReconnectResponse ()

Public Methods

public Integer getErrorCode ()

Gets the value of the errorCode property.

Returns
  • possible object is Integer

public String getErrorMessage ()

Gets the value of the errorMessage property.

Returns
  • possible object is String

public String getOAuthToken ()

Gets the value of the oAuthToken property.

Returns
  • possible object is String

public String getOAuthTokenSecret ()

Gets the value of the oAuthTokenSecret property.

Returns
  • possible object is String

public String getServerTime ()

Gets the value of the serverTime property.

Returns
  • possible object is String

public void setErrorCode (Integer value)

Sets the value of the errorCode property.

Parameters
value Allowed object is Integer

public void setErrorMessage (String value)

Sets the value of the errorMessage property.

Parameters
value Allowed object is String

public void setOAuthToken (String value)

Sets the value of the oAuthToken property.

Parameters
value Allowed object is String

public void setOAuthTokenSecret (String value)

Sets the value of the oAuthTokenSecret property.

Parameters
value Allowed object is String

public void setServerTime (String value)

Sets the value of the serverTime property.

Parameters
value Allowed object is String