public abstract class

CustomField

extends Object
java.lang.Object
   ↳ org.mule.modules.quickbooks.online.schema.CustomField
Known Direct Subclasses

Class Overview

Specifies the custom field type that can be added to an entity, this object is not extended from CdmBase as CustomField can not be manipulated as indepdent object and will always be considered in association with another top level CDM object

Java class for CustomField complex type.

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

 <complexType name="CustomField">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DefinitionId" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String definitionId
Public Constructors
CustomField()
Public Methods
String getDefinitionId()
Gets the value of the definitionId property.
void setDefinitionId(String value)
Sets the value of the definitionId property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String definitionId

Public Constructors

public CustomField ()

Public Methods

public String getDefinitionId ()

Gets the value of the definitionId property.

Returns
  • possible object is String

public void setDefinitionId (String value)

Sets the value of the definitionId property.

Parameters
value Allowed object is String