| java.lang.Object | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.QueryBase | |
| ↳ | org.mule.modules.quickbooks.windows.schema.CustomFieldDefinitionSetQuery | |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.QueryBase
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| setId | |||||||||||
| setName | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.QueryBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the setId property.
| |||||||||||
Gets the value of the setName property.
| |||||||||||
Sets the value of the setId property.
| |||||||||||
Sets the value of the setName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.QueryBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the setId property.
Gets the value of the setName property.
Sets the value of the setId property.
| value | Allowed object is BigInteger |
|---|
Sets the value of the setName property.
| value | Allowed object is String |
|---|