public class

UserResponse

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

Class Overview

Description: For retrieving information for current user.

Java class for UserResponse complex type.

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

 <complexType name="UserResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="User" type="{http://platform.intuit.com/api/v1}UserInformation" minOccurs="0"/>
         <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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Integer errorCode
protected String serverTime
protected UserInformation user
Public Constructors
UserResponse()
Public Methods
Integer getErrorCode()
Gets the value of the errorCode property.
String getServerTime()
Gets the value of the serverTime property.
UserInformation getUser()
Gets the value of the user property.
void setErrorCode(Integer value)
Sets the value of the errorCode property.
void setServerTime(String value)
Sets the value of the serverTime property.
void setUser(UserInformation value)
Sets the value of the user 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 serverTime

protected UserInformation user

Public Constructors

public UserResponse ()

Public Methods

public Integer getErrorCode ()

Gets the value of the errorCode property.

Returns
  • possible object is Integer

public String getServerTime ()

Gets the value of the serverTime property.

Returns
  • possible object is String

public UserInformation getUser ()

Gets the value of the user property.

Returns

public void setErrorCode (Integer value)

Sets the value of the errorCode property.

Parameters
value Allowed object is Integer

public void setServerTime (String value)

Sets the value of the serverTime property.

Parameters
value Allowed object is String

public void setUser (UserInformation value)

Sets the value of the user property.

Parameters
value Allowed object is UserInformation