public class

QboCompanyReport

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

Class Overview

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>
 

Summary

Fields
protected QboCompany companyInfo
protected XMLGregorianCalendar creationDate
protected Boolean masUser
protected Long maxCustomers
protected Long noOfCustomers
protected Long noOfLogins
protected Boolean payrollSubscription
protected Boolean payrollTrial
protected Person personInfo
protected String sku
protected Boolean subscription
protected XMLGregorianCalendar subscriptionDate
protected Boolean trial
protected String z0NCode
Public Constructors
QboCompanyReport()
Public Methods
QboCompany getCompanyInfo()
Gets the value of the companyInfo property.
XMLGregorianCalendar getCreationDate()
Gets the value of the creationDate property.
Long getMaxCustomers()
Gets the value of the maxCustomers property.
Long getNoOfCustomers()
Gets the value of the noOfCustomers property.
Long getNoOfLogins()
Gets the value of the noOfLogins property.
Person getPersonInfo()
Gets the value of the personInfo property.
String getSKU()
Gets the value of the sku property.
XMLGregorianCalendar getSubscriptionDate()
Gets the value of the subscriptionDate property.
String getZ0NCode()
Gets the value of the z0NCode property.
Boolean isMASUser()
Gets the value of the masUser property.
Boolean isPayrollSubscription()
Gets the value of the payrollSubscription property.
Boolean isPayrollTrial()
Gets the value of the payrollTrial property.
Boolean isSubscription()
Gets the value of the subscription property.
Boolean isTrial()
Gets the value of the trial property.
void setCompanyInfo(QboCompany value)
Sets the value of the companyInfo property.
void setCreationDate(XMLGregorianCalendar value)
Sets the value of the creationDate property.
void setMASUser(Boolean value)
Sets the value of the masUser property.
void setMaxCustomers(Long value)
Sets the value of the maxCustomers property.
void setNoOfCustomers(Long value)
Sets the value of the noOfCustomers property.
void setNoOfLogins(Long value)
Sets the value of the noOfLogins property.
void setPayrollSubscription(Boolean value)
Sets the value of the payrollSubscription property.
void setPayrollTrial(Boolean value)
Sets the value of the payrollTrial property.
void setPersonInfo(Person value)
Sets the value of the personInfo property.
void setSKU(String value)
Sets the value of the sku property.
void setSubscription(Boolean value)
Sets the value of the subscription property.
void setSubscriptionDate(XMLGregorianCalendar value)
Sets the value of the subscriptionDate property.
void setTrial(Boolean value)
Sets the value of the trial property.
void setZ0NCode(String value)
Sets the value of the z0NCode property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected QboCompany companyInfo

protected XMLGregorianCalendar creationDate

protected Boolean masUser

protected Long maxCustomers

protected Long noOfCustomers

protected Long noOfLogins

protected Boolean payrollSubscription

protected Boolean payrollTrial

protected Person personInfo

protected String sku

protected Boolean subscription

protected XMLGregorianCalendar subscriptionDate

protected Boolean trial

protected String z0NCode

Public Constructors

public QboCompanyReport ()

Public Methods

public QboCompany getCompanyInfo ()

Gets the value of the companyInfo property.

Returns

public XMLGregorianCalendar getCreationDate ()

Gets the value of the creationDate property.

Returns
  • possible object is XMLGregorianCalendar

public Long getMaxCustomers ()

Gets the value of the maxCustomers property.

Returns
  • possible object is Long

public Long getNoOfCustomers ()

Gets the value of the noOfCustomers property.

Returns
  • possible object is Long

public Long getNoOfLogins ()

Gets the value of the noOfLogins property.

Returns
  • possible object is Long

public Person getPersonInfo ()

Gets the value of the personInfo property.

Returns

public String getSKU ()

Gets the value of the sku property.

Returns
  • possible object is String

public XMLGregorianCalendar getSubscriptionDate ()

Gets the value of the subscriptionDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getZ0NCode ()

Gets the value of the z0NCode property.

Returns
  • possible object is String

public Boolean isMASUser ()

Gets the value of the masUser property.

Returns
  • possible object is Boolean

public Boolean isPayrollSubscription ()

Gets the value of the payrollSubscription property.

Returns
  • possible object is Boolean

public Boolean isPayrollTrial ()

Gets the value of the payrollTrial property.

Returns
  • possible object is Boolean

public Boolean isSubscription ()

Gets the value of the subscription property.

Returns
  • possible object is Boolean

public Boolean isTrial ()

Gets the value of the trial property.

Returns
  • possible object is Boolean

public void setCompanyInfo (QboCompany value)

Sets the value of the companyInfo property.

Parameters
value Allowed object is QboCompany

public void setCreationDate (XMLGregorianCalendar value)

Sets the value of the creationDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setMASUser (Boolean value)

Sets the value of the masUser property.

Parameters
value Allowed object is Boolean

public void setMaxCustomers (Long value)

Sets the value of the maxCustomers property.

Parameters
value Allowed object is Long

public void setNoOfCustomers (Long value)

Sets the value of the noOfCustomers property.

Parameters
value Allowed object is Long

public void setNoOfLogins (Long value)

Sets the value of the noOfLogins property.

Parameters
value Allowed object is Long

public void setPayrollSubscription (Boolean value)

Sets the value of the payrollSubscription property.

Parameters
value Allowed object is Boolean

public void setPayrollTrial (Boolean value)

Sets the value of the payrollTrial property.

Parameters
value Allowed object is Boolean

public void setPersonInfo (Person value)

Sets the value of the personInfo property.

Parameters
value Allowed object is Person

public void setSKU (String value)

Sets the value of the sku property.

Parameters
value Allowed object is String

public void setSubscription (Boolean value)

Sets the value of the subscription property.

Parameters
value Allowed object is Boolean

public void setSubscriptionDate (XMLGregorianCalendar value)

Sets the value of the subscriptionDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setTrial (Boolean value)

Sets the value of the trial property.

Parameters
value Allowed object is Boolean

public void setZ0NCode (String value)

Sets the value of the z0NCode property.

Parameters
value Allowed object is String