public abstract class

CustomFieldDefinition

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

Class Overview

Specifies the CustomFieldDefinition that can be defined to a CDM to add additional columns dynamically on a existing CDM entities, this object is not extended from CdmBase as it is considered as definition that can be manipulated by specifying the definition ID

Java class for CustomFieldDefinition complex type.

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

 <complexType name="CustomFieldDefinition">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CdmType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Hidden" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Required" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String cdmType
protected Boolean hidden
protected String id
protected String name
protected Boolean required
Public Constructors
CustomFieldDefinition()
Public Methods
String getCdmType()
Gets the value of the cdmType property.
String getId()
Gets the value of the id property.
String getName()
Gets the value of the name property.
Boolean isHidden()
Gets the value of the hidden property.
Boolean isRequired()
Gets the value of the required property.
void setCdmType(String value)
Sets the value of the cdmType property.
void setHidden(Boolean value)
Sets the value of the hidden property.
void setId(String value)
Sets the value of the id property.
void setName(String value)
Sets the value of the name property.
void setRequired(Boolean value)
Sets the value of the required property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String cdmType

protected Boolean hidden

protected String id

protected String name

protected Boolean required

Public Constructors

public CustomFieldDefinition ()

Public Methods

public String getCdmType ()

Gets the value of the cdmType property.

Returns
  • possible object is String

public String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public Boolean isHidden ()

Gets the value of the hidden property.

Returns
  • possible object is Boolean

public Boolean isRequired ()

Gets the value of the required property.

Returns
  • possible object is Boolean

public void setCdmType (String value)

Sets the value of the cdmType property.

Parameters
value Allowed object is String

public void setHidden (Boolean value)

Sets the value of the hidden property.

Parameters
value Allowed object is Boolean

public void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setRequired (Boolean value)

Sets the value of the required property.

Parameters
value Allowed object is Boolean