| java.lang.Object | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmObject | |
| ↳ | org.mule.modules.quickbooks.windows.schema.CustomFieldDefinitionSet | |
Product: QBW Description: Object that allows adding a set of already defined Custom Fields Definitions from one realm to another.
Java class for CustomFieldDefinitionSet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomFieldDefinitionSet">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}CdmObject">
<sequence>
<element name="TargetRealmId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<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"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmObject
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| setId | |||||||||||
| setName | |||||||||||
| targetRealmId | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the setId property.
| |||||||||||
Gets the value of the setName property.
| |||||||||||
Gets the value of the targetRealmId property.
| |||||||||||
Sets the value of the setId property.
| |||||||||||
Sets the value of the setName property.
| |||||||||||
Sets the value of the targetRealmId property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the setId property.
Gets the value of the setName property.
Gets the value of the targetRealmId 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 |
|---|
Sets the value of the targetRealmId property.
| value | Allowed object is String |
|---|