public class

BooleanTypeCustomFieldDefinition

extends CustomFieldDefinition
java.lang.Object
   ↳ org.mule.modules.quickbooks.online.schema.CustomFieldDefinition
     ↳ org.mule.modules.quickbooks.online.schema.BooleanTypeCustomFieldDefinition

Class Overview

Specifies the strongly typed BooleanTypeCustomFieldDefinition

Java class for BooleanTypeCustomFieldDefinition complex type.

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

 <complexType name="BooleanTypeCustomFieldDefinition">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}CustomFieldDefinition">
       <sequence>
         <element name="DefaultValue" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean defaultValue
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.online.schema.CustomFieldDefinition
Public Constructors
BooleanTypeCustomFieldDefinition()
Public Methods
Boolean isDefaultValue()
Gets the value of the defaultValue property.
void setDefaultValue(Boolean value)
Sets the value of the defaultValue property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.online.schema.CustomFieldDefinition
From class java.lang.Object

Fields

protected Boolean defaultValue

Public Constructors

public BooleanTypeCustomFieldDefinition ()

Public Methods

public Boolean isDefaultValue ()

Gets the value of the defaultValue property.

Returns
  • possible object is Boolean

public void setDefaultValue (Boolean value)

Sets the value of the defaultValue property.

Parameters
value Allowed object is Boolean