public class

QboUser

extends Object
java.lang.Object
   ↳ org.mule.modules.quickbooks.online.schema.QboUser

Class Overview

Represents a QboUser

Java class for QboUser complex type.

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

 <complexType name="QboUser">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="LoginName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Ticket" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AgentId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CurrentCompany" type="{http://www.intuit.com/sb/cdm/qbo}QboUserCompanyMapping" minOccurs="0"/>
         <element name="UserCompanyMap" type="{http://www.intuit.com/sb/cdm/qbo}QboUserCompanyMapping" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String agentId
protected QboUserCompanyMapping currentCompany
protected String loginName
protected String password
protected String ticket
protected List<QboUserCompanyMapping> userCompanyMap
Public Constructors
QboUser()
Public Methods
String getAgentId()
Gets the value of the agentId property.
QboUserCompanyMapping getCurrentCompany()
Gets the value of the currentCompany property.
String getLoginName()
Gets the value of the loginName property.
String getPassword()
Gets the value of the password property.
String getTicket()
Gets the value of the ticket property.
List<QboUserCompanyMapping> getUserCompanyMap()
Gets the value of the userCompanyMap property.
void setAgentId(String value)
Sets the value of the agentId property.
void setCurrentCompany(QboUserCompanyMapping value)
Sets the value of the currentCompany property.
void setLoginName(String value)
Sets the value of the loginName property.
void setPassword(String value)
Sets the value of the password property.
void setTicket(String value)
Sets the value of the ticket property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String agentId

protected QboUserCompanyMapping currentCompany

protected String loginName

protected String password

protected String ticket

protected List<QboUserCompanyMapping> userCompanyMap

Public Constructors

public QboUser ()

Public Methods

public String getAgentId ()

Gets the value of the agentId property.

Returns
  • possible object is String

public QboUserCompanyMapping getCurrentCompany ()

Gets the value of the currentCompany property.

Returns

public String getLoginName ()

Gets the value of the loginName property.

Returns
  • possible object is String

public String getPassword ()

Gets the value of the password property.

Returns
  • possible object is String

public String getTicket ()

Gets the value of the ticket property.

Returns
  • possible object is String

public List<QboUserCompanyMapping> getUserCompanyMap ()

Gets the value of the userCompanyMap property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the userCompanyMap property.

For example, to add a new item, do as follows:

    getUserCompanyMap().add(newItem);
 

Objects of the following type(s) are allowed in the list QboUserCompanyMapping

public void setAgentId (String value)

Sets the value of the agentId property.

Parameters
value Allowed object is String

public void setCurrentCompany (QboUserCompanyMapping value)

Sets the value of the currentCompany property.

Parameters
value Allowed object is QboUserCompanyMapping

public void setLoginName (String value)

Sets the value of the loginName property.

Parameters
value Allowed object is String

public void setPassword (String value)

Sets the value of the password property.

Parameters
value Allowed object is String

public void setTicket (String value)

Sets the value of the ticket property.

Parameters
value Allowed object is String