public class

ItemGroupComponentQuery

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

Class Overview

Java class for ItemGroupComponentQuery complex type.

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

 <complexType name="ItemGroupComponentQuery">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}QueryBase">
       <sequence>
         <element name="ListIdSet" type="{http://www.intuit.com/sb/cdm/v2}IdSet" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.QueryBase
Fields
protected IdSet listIdSet
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.QueryBase
Public Constructors
ItemGroupComponentQuery()
Public Methods
IdSet getListIdSet()
Gets the value of the listIdSet property.
void setListIdSet(IdSet value)
Sets the value of the listIdSet property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.QueryBase
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected IdSet listIdSet

Public Constructors

public ItemGroupComponentQuery ()

Public Methods

public IdSet getListIdSet ()

Gets the value of the listIdSet property.

Returns
  • possible object is IdSet

public void setListIdSet (IdSet value)

Sets the value of the listIdSet property.

Parameters
value Allowed object is IdSet