public class

MetaData

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

Class Overview

Java class for MetaData complex type.

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

 <complexType name="MetaData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="numDocs" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="Facets" type="{http://www.intuit.com/sb/cdm/v2}Facets" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Facets facets
protected long numDocs
Public Constructors
MetaData()
Public Methods
Facets getFacets()
Gets the value of the facets property.
long getNumDocs()
Gets the value of the numDocs property.
void setFacets(Facets value)
Sets the value of the facets property.
void setNumDocs(long value)
Sets the value of the numDocs property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Facets facets

protected long numDocs

Public Constructors

public MetaData ()

Public Methods

public Facets getFacets ()

Gets the value of the facets property.

Returns

public long getNumDocs ()

Gets the value of the numDocs property.

public void setFacets (Facets value)

Sets the value of the facets property.

Parameters
value Allowed object is Facets

public void setNumDocs (long value)

Sets the value of the numDocs property.

Parameters
value