public class

QboUserCompanyMapping

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

Class Overview

Construct for user and company mapping

Java class for QboUserCompanyMapping complex type.

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

 <complexType name="QboUserCompanyMapping">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CompanyId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ClusterId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CompanyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="BaseURI" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String baseURI
protected String clusterId
protected String companyId
protected String companyName
Public Constructors
QboUserCompanyMapping()
Public Methods
String getBaseURI()
Gets the value of the baseURI property.
String getClusterId()
Gets the value of the clusterId property.
String getCompanyId()
Gets the value of the companyId property.
String getCompanyName()
Gets the value of the companyName property.
void setBaseURI(String value)
Sets the value of the baseURI property.
void setClusterId(String value)
Sets the value of the clusterId property.
void setCompanyId(String value)
Sets the value of the companyId property.
void setCompanyName(String value)
Sets the value of the companyName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String baseURI

protected String clusterId

protected String companyId

protected String companyName

Public Constructors

public QboUserCompanyMapping ()

Public Methods

public String getBaseURI ()

Gets the value of the baseURI property.

Returns
  • possible object is String

public String getClusterId ()

Gets the value of the clusterId property.

Returns
  • possible object is String

public String getCompanyId ()

Gets the value of the companyId property.

Returns
  • possible object is String

public String getCompanyName ()

Gets the value of the companyName property.

Returns
  • possible object is String

public void setBaseURI (String value)

Sets the value of the baseURI property.

Parameters
value Allowed object is String

public void setClusterId (String value)

Sets the value of the clusterId property.

Parameters
value Allowed object is String

public void setCompanyId (String value)

Sets the value of the companyId property.

Parameters
value Allowed object is String

public void setCompanyName (String value)

Sets the value of the companyName property.

Parameters
value Allowed object is String