| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.online.schema.QboCompanyReport |
Java class for QboCompanyReport complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QboCompanyReport">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CompanyInfo" type="{http://www.intuit.com/sb/cdm/qbo}QboCompany" minOccurs="0"/>
<element name="PersonInfo" type="{http://www.intuit.com/sb/cdm/v2}Person" minOccurs="0"/>
<element name="Trial" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Subscription" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="SKU" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Z0NCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="NoOfLogins" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="NoOfCustomers" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="MaxCustomers" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="CreationDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="SubscriptionDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="PayrollTrial" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="PayrollSubscription" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="MASUser" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| companyInfo | |||||||||||
| creationDate | |||||||||||
| masUser | |||||||||||
| maxCustomers | |||||||||||
| noOfCustomers | |||||||||||
| noOfLogins | |||||||||||
| payrollSubscription | |||||||||||
| payrollTrial | |||||||||||
| personInfo | |||||||||||
| sku | |||||||||||
| subscription | |||||||||||
| subscriptionDate | |||||||||||
| trial | |||||||||||
| z0NCode | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the companyInfo property.
| |||||||||||
Gets the value of the creationDate property.
| |||||||||||
Gets the value of the maxCustomers property.
| |||||||||||
Gets the value of the noOfCustomers property.
| |||||||||||
Gets the value of the noOfLogins property.
| |||||||||||
Gets the value of the personInfo property.
| |||||||||||
Gets the value of the sku property.
| |||||||||||
Gets the value of the subscriptionDate property.
| |||||||||||
Gets the value of the z0NCode property.
| |||||||||||
Gets the value of the masUser property.
| |||||||||||
Gets the value of the payrollSubscription property.
| |||||||||||
Gets the value of the payrollTrial property.
| |||||||||||
Gets the value of the subscription property.
| |||||||||||
Gets the value of the trial property.
| |||||||||||
Sets the value of the companyInfo property.
| |||||||||||
Sets the value of the creationDate property.
| |||||||||||
Sets the value of the masUser property.
| |||||||||||
Sets the value of the maxCustomers property.
| |||||||||||
Sets the value of the noOfCustomers property.
| |||||||||||
Sets the value of the noOfLogins property.
| |||||||||||
Sets the value of the payrollSubscription property.
| |||||||||||
Sets the value of the payrollTrial property.
| |||||||||||
Sets the value of the personInfo property.
| |||||||||||
Sets the value of the sku property.
| |||||||||||
Sets the value of the subscription property.
| |||||||||||
Sets the value of the subscriptionDate property.
| |||||||||||
Sets the value of the trial property.
| |||||||||||
Sets the value of the z0NCode property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the companyInfo property.
QboCompany
Gets the value of the creationDate property.
Gets the value of the maxCustomers property.
Gets the value of the noOfCustomers property.
Gets the value of the noOfLogins property.
Gets the value of the personInfo property.
Person
Gets the value of the sku property.
Gets the value of the subscriptionDate property.
Gets the value of the z0NCode property.
Gets the value of the masUser property.
Gets the value of the payrollSubscription property.
Gets the value of the payrollTrial property.
Gets the value of the subscription property.
Gets the value of the trial property.
Sets the value of the companyInfo property.
| value | Allowed object is
QboCompany
|
|---|
Sets the value of the creationDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the masUser property.
| value | Allowed object is Boolean |
|---|
Sets the value of the maxCustomers property.
| value | Allowed object is Long |
|---|
Sets the value of the noOfCustomers property.
| value | Allowed object is Long |
|---|
Sets the value of the noOfLogins property.
| value | Allowed object is Long |
|---|
Sets the value of the payrollSubscription property.
| value | Allowed object is Boolean |
|---|
Sets the value of the payrollTrial property.
| value | Allowed object is Boolean |
|---|
Sets the value of the personInfo property.
| value | Allowed object is
Person
|
|---|
Sets the value of the sku property.
| value | Allowed object is String |
|---|
Sets the value of the subscription property.
| value | Allowed object is Boolean |
|---|
Sets the value of the subscriptionDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the trial property.
| value | Allowed object is Boolean |
|---|
Sets the value of the z0NCode property.
| value | Allowed object is String |
|---|