public class

CustomFieldDefinitionSetQuery

extends QueryBase
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.QueryBase
     ↳ org.mule.modules.quickbooks.windows.schema.CustomFieldDefinitionSetQuery

Class Overview

Java class for CustomFieldDefinitionSetQuery complex type.

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

 <complexType name="CustomFieldDefinitionSetQuery">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}QueryBase">
       <sequence>
         <choice>
           <element name="SetId" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
           <element name="SetName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BigInteger setId
protected String setName
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.QueryBase
Public Constructors
CustomFieldDefinitionSetQuery()
Public Methods
BigInteger getSetId()
Gets the value of the setId property.
String getSetName()
Gets the value of the setName property.
void setSetId(BigInteger value)
Sets the value of the setId property.
void setSetName(String value)
Sets the value of the setName property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.QueryBase
From class java.lang.Object

Fields

protected BigInteger setId

protected String setName

Public Constructors

public CustomFieldDefinitionSetQuery ()

Public Methods

public BigInteger getSetId ()

Gets the value of the setId property.

Returns
  • possible object is BigInteger

public String getSetName ()

Gets the value of the setName property.

Returns
  • possible object is String

public void setSetId (BigInteger value)

Sets the value of the setId property.

Parameters
value Allowed object is BigInteger

public void setSetName (String value)

Sets the value of the setName property.

Parameters
value Allowed object is String