public abstract class

CustomField

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

Class Overview

Product: QBW Description: 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 independent 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.intuit.com/sb/cdm/v2}IdType"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

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

Fields

protected IdType definitionId

protected String name

Public Constructors

public CustomField ()

Public Methods

public IdType getDefinitionId ()

Gets the value of the definitionId property.

Returns

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public void setDefinitionId (IdType value)

Sets the value of the definitionId property.

Parameters
value Allowed object is IdType

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String