public class

RecordCount

extends Object
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.RecordCount

Class Overview

Java class for RecordCount complex type.

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

 <complexType name="RecordCount">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ObjectName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Count" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected BigInteger count
protected String objectName
Public Constructors
RecordCount()
Public Methods
BigInteger getCount()
Gets the value of the count property.
String getObjectName()
Gets the value of the objectName property.
void setCount(BigInteger value)
Sets the value of the count property.
void setObjectName(String value)
Sets the value of the objectName property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BigInteger count

protected String objectName

Public Constructors

public RecordCount ()

Public Methods

public BigInteger getCount ()

Gets the value of the count property.

Returns
  • possible object is BigInteger

public String getObjectName ()

Gets the value of the objectName property.

Returns
  • possible object is String

public void setCount (BigInteger value)

Sets the value of the count property.

Parameters
value Allowed object is BigInteger

public void setObjectName (String value)

Sets the value of the objectName property.

Parameters
value Allowed object is String