| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.online.schema.QboUserCompanyMapping |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| baseURI | |||||||||||
| clusterId | |||||||||||
| companyId | |||||||||||
| companyName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the baseURI property.
| |||||||||||
Gets the value of the clusterId property.
| |||||||||||
Gets the value of the companyId property.
| |||||||||||
Gets the value of the companyName property.
| |||||||||||
Sets the value of the baseURI property.
| |||||||||||
Sets the value of the clusterId property.
| |||||||||||
Sets the value of the companyId property.
| |||||||||||
Sets the value of the companyName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the baseURI property.
Gets the value of the clusterId property.
Gets the value of the companyId property.
Gets the value of the companyName property.
Sets the value of the baseURI property.
| value | Allowed object is String |
|---|
Sets the value of the clusterId property.
| value | Allowed object is String |
|---|
Sets the value of the companyId property.
| value | Allowed object is String |
|---|
Sets the value of the companyName property.
| value | Allowed object is String |
|---|