public abstract class

InternalCustomField

extends CustomField
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CustomField
     ↳ org.mule.modules.quickbooks.windows.schema.InternalCustomField
Known Direct Subclasses

Class Overview

Product: QBW Description: IDS CustomField type. Note: DefinitionId and Name are not used

Java class for InternalCustomField complex type.

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

 <complexType name="InternalCustomField">
   <complexContent>
     <restriction base="{http://www.intuit.com/sb/cdm/v2}CustomField">
       <sequence>
         <element name="DefinitionId" type="{http://www.intuit.com/sb/cdm/v2}IdType"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.CustomField
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.CustomField
Public Constructors
InternalCustomField()
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.CustomField
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Public Constructors

public InternalCustomField ()