public class

RecordCounts

extends CdmCollections
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CdmComplexBase
     ↳ org.mule.modules.quickbooks.windows.schema.CdmCollections
       ↳ org.mule.modules.quickbooks.windows.schema.RecordCounts

Class Overview

Product: ALL Description: Provides the definition that allows bulk data transfer of RecordCounts

Java class for RecordCounts complex type.

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

 <complexType name="RecordCounts">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}CdmCollections">
       <sequence>
         <element name="RecordCount" type="{http://www.intuit.com/sb/cdm/v2}RecordCount" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.CdmCollections
From class org.mule.modules.quickbooks.windows.schema.CdmComplexBase
Fields
protected RecordCount recordCount
Public Constructors
RecordCounts()
Public Methods
RecordCount getRecordCount()
Gets the value of the recordCount property.
void setRecordCount(RecordCount value)
Sets the value of the recordCount property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected RecordCount recordCount

Public Constructors

public RecordCounts ()

Public Methods

public RecordCount getRecordCount ()

Gets the value of the recordCount property.

Returns

public void setRecordCount (RecordCount value)

Sets the value of the recordCount property.

Parameters
value Allowed object is RecordCount