public class

PlatformResponse

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

Class Overview

Description: For retrieving information for current user.

Java class for PlatformResponse complex type.

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

 <complexType name="PlatformResponse">
   <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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Integer errorCode
protected String errorMessage
protected String serverTime
Public Constructors
PlatformResponse()
Public Methods
Integer getErrorCode()
Gets the value of the errorCode property.
String getErrorMessage()
Gets the value of the errorMessage 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 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 serverTime

Public Constructors

public PlatformResponse ()

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 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 setServerTime (String value)

Sets the value of the serverTime property.

Parameters
value Allowed object is String