public class

CustomFieldDefinitionSet

extends CdmObject
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CdmObject
     ↳ org.mule.modules.quickbooks.windows.schema.CustomFieldDefinitionSet

Class Overview

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>
 

Summary

Fields
protected BigInteger setId
protected String setName
protected String targetRealmId
Public Constructors
CustomFieldDefinitionSet()
Public Methods
BigInteger getSetId()
Gets the value of the setId property.
String getSetName()
Gets the value of the setName property.
String getTargetRealmId()
Gets the value of the targetRealmId property.
void setSetId(BigInteger value)
Sets the value of the setId property.
void setSetName(String value)
Sets the value of the setName property.
void setTargetRealmId(String value)
Sets the value of the targetRealmId property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BigInteger setId

protected String setName

protected String targetRealmId

Public Constructors

public CustomFieldDefinitionSet ()

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 String getTargetRealmId ()

Gets the value of the targetRealmId 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

public void setTargetRealmId (String value)

Sets the value of the targetRealmId property.

Parameters
value Allowed object is String