| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.online.schema.QboUser |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| agentId | |||||||||||
| currentCompany | |||||||||||
| loginName | |||||||||||
| password | |||||||||||
| ticket | |||||||||||
| userCompanyMap | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the agentId property.
| |||||||||||
Gets the value of the currentCompany property.
| |||||||||||
Gets the value of the loginName property.
| |||||||||||
Gets the value of the password property.
| |||||||||||
Gets the value of the ticket property.
| |||||||||||
Gets the value of the userCompanyMap property.
| |||||||||||
Sets the value of the agentId property.
| |||||||||||
Sets the value of the currentCompany property.
| |||||||||||
Sets the value of the loginName property.
| |||||||||||
Sets the value of the password property.
| |||||||||||
Sets the value of the ticket property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the agentId property.
Gets the value of the currentCompany property.
QboUserCompanyMapping
Gets the value of the loginName property.
Gets the value of the password property.
Gets the value of the ticket property.
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
Sets the value of the agentId property.
| value | Allowed object is String |
|---|
Sets the value of the currentCompany property.
| value | Allowed object is
QboUserCompanyMapping
|
|---|
Sets the value of the loginName property.
| value | Allowed object is String |
|---|
Sets the value of the password property.
| value | Allowed object is String |
|---|
Sets the value of the ticket property.
| value | Allowed object is String |
|---|