Known Direct Subclasses
| TemplateRef |
Product: QBW
Description: QB Template reference, MUST have only QB domain ReferenceId. |
|
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
|
[Expand]
Inherited Methods |
From class
org.mule.modules.quickbooks.windows.schema.CustomField
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Public Constructors
public
InternalCustomField
()